2024-02-06T17:07:45.539 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-06T17:07:45.539 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --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-02-06_00:23:51-rados-wip-yuri10-testing-2024-02-02-1149-pacific-distro-default-smithi/7548070 --verbose --name yuriw-2024-02-06_00:23:51-rados-wip-yuri10-testing-2024-02-02-1149-pacific-distro-default-smithi -- /home/teuthworker/archive/yuriw-2024-02-06_00:23:51-rados-wip-yuri10-testing-2024-02-02-1149-pacific-distro-default-smithi/7548070/orig.config.yaml 2024-02-06T17:07:45.568 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-06T17:07:45.650 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-02-06_00:23:51-rados-wip-yuri10-testing-2024-02-02-1149-pacific-distro-default-smithi/7548070 branch: wip-yuri10-testing-2024-02-02-1149-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: '7548070' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-02-06_00:23:51-rados-wip-yuri10-testing-2024-02-02-1149-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-02-02-1149-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: ce0a401e7175623ae7f0c4552bd00c17eefaf943 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: ce0a401e7175623ae7f0c4552bd00c17eefaf943 workunit: branch: wip-yuri10-testing-2024-02-02-1149-pacific sha1: ce0a401e7175623ae7f0c4552bd00c17eefaf943 owner: scheduled_yuriw@teuthology priority: 71 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: 4556 sha1: ce0a401e7175623ae7f0c4552bd00c17eefaf943 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri10-testing-2024-02-02-1149-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_ce0a401e7175623ae7f0c4552bd00c17eefaf943/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: ce0a401e7175623ae7f0c4552bd00c17eefaf943 targets: smithi096.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNH6mxyjRX7g0xtEablhuISTVNFDN0NX+LeGnw4SHFtZGhTsvsSnkpIXIA7+a+PxkahCfN+cSzT+GGiITkQz/I0= smithi102.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFmnx/SKQmF3HYNkXBe2MGjBk94b1FMv2psE25BqXpMQ2I2dKAFcdEWNd1ejMfjhCY4VWXERQ1d9W696Ff5CvsA= 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: d9fdb2209e15b39d9f061fd85399f352ce0f0894 timestamp: 2024-02-06_00:23:51 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-02-06T17:07:45.650 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_ce0a401e7175623ae7f0c4552bd00c17eefaf943/qa; will attempt to use it 2024-02-06T17:07:45.651 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_ce0a401e7175623ae7f0c4552bd00c17eefaf943/qa/tasks 2024-02-06T17:07:45.651 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-06T17:07:45.653 INFO:teuthology.task.internal:Checking packages... 2024-02-06T17:07:45.677 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'ce0a401e7175623ae7f0c4552bd00c17eefaf943' 2024-02-06T17:07:45.677 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-06T17:07:45.677 INFO:teuthology.packaging:ref: None 2024-02-06T17:07:45.677 INFO:teuthology.packaging:tag: None 2024-02-06T17:07:45.677 INFO:teuthology.packaging:branch: wip-yuri10-testing-2024-02-02-1149-pacific 2024-02-06T17:07:45.677 INFO:teuthology.packaging:sha1: ce0a401e7175623ae7f0c4552bd00c17eefaf943 2024-02-06T17:07:45.677 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-02-02-1149-pacific 2024-02-06T17:07:45.892 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-512.gce0a401e 2024-02-06T17:07:45.893 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-06T17:07:45.900 INFO:teuthology.task.internal:no buildpackages task found 2024-02-06T17:07:45.900 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-06T17:07:45.946 INFO:teuthology.task.internal:Saving configuration 2024-02-06T17:07:45.958 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-06T17:07:45.979 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-06T17:07:46.004 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi096.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-06_00:23:51-rados-wip-yuri10-testing-2024-02-02-1149-pacific-distro-default-smithi/7548070', '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-02-06 17:02:36.615126', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNH6mxyjRX7g0xtEablhuISTVNFDN0NX+LeGnw4SHFtZGhTsvsSnkpIXIA7+a+PxkahCfN+cSzT+GGiITkQz/I0='} 2024-02-06T17:07:46.028 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi102.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-06_00:23:51-rados-wip-yuri10-testing-2024-02-02-1149-pacific-distro-default-smithi/7548070', '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-02-06 17:02:36.616907', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFmnx/SKQmF3HYNkXBe2MGjBk94b1FMv2psE25BqXpMQ2I2dKAFcdEWNd1ejMfjhCY4VWXERQ1d9W696Ff5CvsA='} 2024-02-06T17:07:46.029 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-06T17:07:46.035 INFO:teuthology.task.internal:roles: ubuntu@smithi096.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-02-06T17:07:46.035 INFO:teuthology.task.internal:roles: ubuntu@smithi102.front.sepia.ceph.com - ['mon.b', 'mgr.x', 'osd.4', 'osd.5', 'osd.6', 'osd.7', 'client.1', 'prometheus.a', 'grafana.a', 'node-exporter.b'] 2024-02-06T17:07:46.035 INFO:teuthology.run_tasks:Running task console_log... 2024-02-06T17:07:46.124 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f5cebd9b0d0>, signals=[15]) 2024-02-06T17:07:46.124 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-06T17:07:46.130 INFO:teuthology.task.internal:Opening connections... 2024-02-06T17:07:46.130 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi096.front.sepia.ceph.com 2024-02-06T17:07:46.132 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi096.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-06T17:07:46.206 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi102.front.sepia.ceph.com 2024-02-06T17:07:46.207 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi102.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-06T17:07:46.275 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-06T17:07:46.282 DEBUG:teuthology.orchestra.run.smithi096:> uname -m 2024-02-06T17:07:46.303 INFO:teuthology.orchestra.run.smithi096.stdout:x86_64 2024-02-06T17:07:46.304 DEBUG:teuthology.orchestra.run.smithi096:> cat /etc/os-release 2024-02-06T17:07:46.364 INFO:teuthology.orchestra.run.smithi096.stdout:NAME="CentOS Stream" 2024-02-06T17:07:46.364 INFO:teuthology.orchestra.run.smithi096.stdout:VERSION="8" 2024-02-06T17:07:46.364 INFO:teuthology.orchestra.run.smithi096.stdout:ID="centos" 2024-02-06T17:07:46.364 INFO:teuthology.orchestra.run.smithi096.stdout:ID_LIKE="rhel fedora" 2024-02-06T17:07:46.364 INFO:teuthology.orchestra.run.smithi096.stdout:VERSION_ID="8" 2024-02-06T17:07:46.364 INFO:teuthology.orchestra.run.smithi096.stdout:PLATFORM_ID="platform:el8" 2024-02-06T17:07:46.364 INFO:teuthology.orchestra.run.smithi096.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-06T17:07:46.364 INFO:teuthology.orchestra.run.smithi096.stdout:ANSI_COLOR="0;31" 2024-02-06T17:07:46.364 INFO:teuthology.orchestra.run.smithi096.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-06T17:07:46.364 INFO:teuthology.orchestra.run.smithi096.stdout:HOME_URL="https://centos.org/" 2024-02-06T17:07:46.364 INFO:teuthology.orchestra.run.smithi096.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-06T17:07:46.364 INFO:teuthology.orchestra.run.smithi096.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-06T17:07:46.364 INFO:teuthology.orchestra.run.smithi096.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-06T17:07:46.365 INFO:teuthology.lock.ops:Updating smithi096.front.sepia.ceph.com on lock server 2024-02-06T17:07:46.394 DEBUG:teuthology.orchestra.run.smithi102:> uname -m 2024-02-06T17:07:46.416 INFO:teuthology.orchestra.run.smithi102.stdout:x86_64 2024-02-06T17:07:46.416 DEBUG:teuthology.orchestra.run.smithi102:> cat /etc/os-release 2024-02-06T17:07:46.477 INFO:teuthology.orchestra.run.smithi102.stdout:NAME="CentOS Stream" 2024-02-06T17:07:46.478 INFO:teuthology.orchestra.run.smithi102.stdout:VERSION="8" 2024-02-06T17:07:46.478 INFO:teuthology.orchestra.run.smithi102.stdout:ID="centos" 2024-02-06T17:07:46.478 INFO:teuthology.orchestra.run.smithi102.stdout:ID_LIKE="rhel fedora" 2024-02-06T17:07:46.478 INFO:teuthology.orchestra.run.smithi102.stdout:VERSION_ID="8" 2024-02-06T17:07:46.478 INFO:teuthology.orchestra.run.smithi102.stdout:PLATFORM_ID="platform:el8" 2024-02-06T17:07:46.478 INFO:teuthology.orchestra.run.smithi102.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-06T17:07:46.478 INFO:teuthology.orchestra.run.smithi102.stdout:ANSI_COLOR="0;31" 2024-02-06T17:07:46.478 INFO:teuthology.orchestra.run.smithi102.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-06T17:07:46.478 INFO:teuthology.orchestra.run.smithi102.stdout:HOME_URL="https://centos.org/" 2024-02-06T17:07:46.478 INFO:teuthology.orchestra.run.smithi102.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-06T17:07:46.478 INFO:teuthology.orchestra.run.smithi102.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-06T17:07:46.479 INFO:teuthology.orchestra.run.smithi102.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-06T17:07:46.479 INFO:teuthology.lock.ops:Updating smithi102.front.sepia.ceph.com on lock server 2024-02-06T17:07:46.502 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-06T17:07:46.511 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-06T17:07:46.540 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-06T17:07:46.540 DEBUG:teuthology.orchestra.run.smithi096:> test '!' -e /home/ubuntu/cephtest 2024-02-06T17:07:46.542 DEBUG:teuthology.orchestra.run.smithi102:> test '!' -e /home/ubuntu/cephtest 2024-02-06T17:07:46.563 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-06T17:07:46.570 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-06T17:07:46.570 DEBUG:teuthology.orchestra.run.smithi096:> test -z $(ls -A /var/lib/ceph) 2024-02-06T17:07:46.604 DEBUG:teuthology.orchestra.run.smithi102:> test -z $(ls -A /var/lib/ceph) 2024-02-06T17:07:46.640 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-06T17:07:46.695 INFO:teuthology.run_tasks:Running task kernel... 2024-02-06T17:07:46.709 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-06T17:07:46.709 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-06T17:07:46.709 DEBUG:teuthology.orchestra.run.smithi096:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-06T17:07:46.710 DEBUG:teuthology.orchestra.run.smithi102:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-06T17:07:46.730 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-06T17:07:46.731 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-06T17:07:46.731 DEBUG:teuthology.orchestra.run.smithi096:> uname -r 2024-02-06T17:07:46.732 DEBUG:teuthology.orchestra.run.smithi102:> uname -r 2024-02-06T17:07:46.792 INFO:teuthology.orchestra.run.smithi096.stdout:4.18.0-489.el8.x86_64 2024-02-06T17:07:46.792 INFO:teuthology.task.kernel:Running kernel on smithi096: 4.18.0-489.el8.x86_64 2024-02-06T17:07:46.792 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum install -y kernel 2024-02-06T17:07:46.793 INFO:teuthology.orchestra.run.smithi102.stdout:4.18.0-489.el8.x86_64 2024-02-06T17:07:46.793 INFO:teuthology.task.kernel:Running kernel on smithi102: 4.18.0-489.el8.x86_64 2024-02-06T17:07:46.793 DEBUG:teuthology.orchestra.run.smithi102:> sudo yum install -y kernel 2024-02-06T17:07:50.795 INFO:teuthology.orchestra.run.smithi096.stdout:CentOS Stream 8 - AppStream 19 MB/s | 27 MB 00:01 2024-02-06T17:07:51.140 INFO:teuthology.orchestra.run.smithi102.stdout:CentOS Stream 8 - AppStream 16 MB/s | 27 MB 00:01 2024-02-06T17:08:01.694 INFO:teuthology.orchestra.run.smithi096.stdout:CentOS Stream 8 - BaseOS 1.7 MB/s | 10 MB 00:06 2024-02-06T17:08:02.723 INFO:teuthology.orchestra.run.smithi102.stdout:CentOS Stream 8 - BaseOS 1.5 MB/s | 10 MB 00:06 2024-02-06T17:08:03.578 INFO:teuthology.orchestra.run.smithi096.stdout:CentOS Stream 8 - Extras 64 kB/s | 18 kB 00:00 2024-02-06T17:08:04.095 INFO:teuthology.orchestra.run.smithi096.stdout:CentOS Stream 8 - Extras common packages 17 kB/s | 6.9 kB 00:00 2024-02-06T17:08:04.322 INFO:teuthology.orchestra.run.smithi096.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2024-02-06T17:08:04.565 INFO:teuthology.orchestra.run.smithi102.stdout:CentOS Stream 8 - Extras 72 kB/s | 18 kB 00:00 2024-02-06T17:08:05.116 INFO:teuthology.orchestra.run.smithi102.stdout:CentOS Stream 8 - Extras common packages 16 kB/s | 6.9 kB 00:00 2024-02-06T17:08:05.183 INFO:teuthology.orchestra.run.smithi096.stdout:Extra Packages for Enterprise Linux 21 MB/s | 16 MB 00:00 2024-02-06T17:08:05.368 INFO:teuthology.orchestra.run.smithi102.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2024-02-06T17:08:06.944 INFO:teuthology.orchestra.run.smithi102.stdout:Extra Packages for Enterprise Linux 11 MB/s | 16 MB 00:01 2024-02-06T17:08:08.980 INFO:teuthology.orchestra.run.smithi096.stdout:lab-extras 399 kB/s | 24 kB 00:00 2024-02-06T17:08:10.685 INFO:teuthology.orchestra.run.smithi102.stdout:lab-extras 408 kB/s | 24 kB 00:00 2024-02-06T17:08:11.960 INFO:teuthology.orchestra.run.smithi096.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-06T17:08:11.961 INFO:teuthology.orchestra.run.smithi096.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-06T17:08:12.075 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-02-06T17:08:12.076 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-06T17:08:12.076 INFO:teuthology.orchestra.run.smithi096.stdout: Package Architecture Version Repository Size 2024-02-06T17:08:12.076 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-06T17:08:12.076 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2024-02-06T17:08:12.076 INFO:teuthology.orchestra.run.smithi096.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-02-06T17:08:12.076 INFO:teuthology.orchestra.run.smithi096.stdout:Installing dependencies: 2024-02-06T17:08:12.076 INFO:teuthology.orchestra.run.smithi096.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-02-06T17:08:12.076 INFO:teuthology.orchestra.run.smithi096.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-02-06T17:08:12.076 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-06T17:08:12.077 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-02-06T17:08:12.077 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-06T17:08:12.077 INFO:teuthology.orchestra.run.smithi096.stdout:Install 3 Packages 2024-02-06T17:08:12.077 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-06T17:08:12.077 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 90 M 2024-02-06T17:08:12.077 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 96 M 2024-02-06T17:08:12.078 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-02-06T17:08:13.624 INFO:teuthology.orchestra.run.smithi102.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-06T17:08:13.624 INFO:teuthology.orchestra.run.smithi102.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-06T17:08:13.747 INFO:teuthology.orchestra.run.smithi102.stdout:Dependencies resolved. 2024-02-06T17:08:13.748 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-02-06T17:08:13.748 INFO:teuthology.orchestra.run.smithi102.stdout: Package Architecture Version Repository Size 2024-02-06T17:08:13.748 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-02-06T17:08:13.748 INFO:teuthology.orchestra.run.smithi102.stdout:Installing: 2024-02-06T17:08:13.748 INFO:teuthology.orchestra.run.smithi102.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-02-06T17:08:13.748 INFO:teuthology.orchestra.run.smithi102.stdout:Installing dependencies: 2024-02-06T17:08:13.748 INFO:teuthology.orchestra.run.smithi102.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-02-06T17:08:13.748 INFO:teuthology.orchestra.run.smithi102.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-02-06T17:08:13.748 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-02-06T17:08:13.748 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction Summary 2024-02-06T17:08:13.748 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-02-06T17:08:13.748 INFO:teuthology.orchestra.run.smithi102.stdout:Install 3 Packages 2024-02-06T17:08:13.749 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-02-06T17:08:13.749 INFO:teuthology.orchestra.run.smithi102.stdout:Total download size: 90 M 2024-02-06T17:08:13.749 INFO:teuthology.orchestra.run.smithi102.stdout:Installed size: 96 M 2024-02-06T17:08:13.749 INFO:teuthology.orchestra.run.smithi102.stdout:Downloading Packages: 2024-02-06T17:08:17.289 INFO:teuthology.orchestra.run.smithi096.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 2.0 MB/s | 10 MB 00:05 2024-02-06T17:08:19.220 INFO:teuthology.orchestra.run.smithi102.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 1.9 MB/s | 10 MB 00:05 2024-02-06T17:08:20.406 INFO:teuthology.orchestra.run.smithi096.stdout:(2/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 4.4 MB/s | 36 MB 00:08 2024-02-06T17:08:21.995 INFO:teuthology.orchestra.run.smithi102.stdout:(2/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 4.4 MB/s | 36 MB 00:08 2024-02-06T17:08:22.520 INFO:teuthology.orchestra.run.smithi102.stdout:(3/3): kernel-core-4.18.0-536.el8.x86_64.rpm 5.0 MB/s | 44 MB 00:08 2024-02-06T17:08:22.520 INFO:teuthology.orchestra.run.smithi102.stdout:-------------------------------------------------------------------------------- 2024-02-06T17:08:22.520 INFO:teuthology.orchestra.run.smithi102.stdout:Total 10 MB/s | 90 MB 00:08 2024-02-06T17:08:23.198 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction check 2024-02-06T17:08:23.213 INFO:teuthology.orchestra.run.smithi096.stdout:(3/3): kernel-core-4.18.0-536.el8.x86_64.rpm 3.9 MB/s | 44 MB 00:11 2024-02-06T17:08:23.213 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-02-06T17:08:23.214 INFO:teuthology.orchestra.run.smithi096.stdout:Total 8.1 MB/s | 90 MB 00:11 2024-02-06T17:08:23.636 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction check succeeded. 2024-02-06T17:08:23.636 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction test 2024-02-06T17:08:23.899 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-02-06T17:08:24.316 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-02-06T17:08:24.317 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-02-06T17:08:24.866 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction test succeeded. 2024-02-06T17:08:24.893 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction 2024-02-06T17:08:25.553 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-02-06T17:08:25.586 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-02-06T17:08:27.667 INFO:teuthology.orchestra.run.smithi102.stdout: Preparing : 1/1 2024-02-06T17:08:28.176 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-06T17:08:28.568 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-02-06T17:08:29.008 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-06T17:08:31.765 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-06T17:08:32.192 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-06T17:08:32.578 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-06T17:08:32.966 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-06T17:08:35.621 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-06T17:08:35.875 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-02-06T17:08:36.397 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-06T17:08:36.950 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-02-06T17:08:57.729 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-02-06T17:08:57.751 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-06T17:08:58.084 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-02-06T17:08:58.085 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-02-06T17:08:58.085 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-02-06T17:08:58.581 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-06T17:08:58.581 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-02-06T17:08:58.581 INFO:teuthology.orchestra.run.smithi102.stdout:Installed: 2024-02-06T17:08:58.582 INFO:teuthology.orchestra.run.smithi102.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-02-06T17:08:58.582 INFO:teuthology.orchestra.run.smithi102.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-02-06T17:08:58.582 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-02-06T17:08:58.582 INFO:teuthology.orchestra.run.smithi102.stdout:Complete! 2024-02-06T17:08:58.750 DEBUG:teuthology.orchestra.run.smithi102:> rpm -q kernel | sort -rV | head -n 1 2024-02-06T17:08:58.903 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-02-06T17:08:58.928 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-06T17:08:58.971 INFO:teuthology.orchestra.run.smithi102.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-06T17:08:58.971 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-06T17:08:58.971 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-536.el8.x86_64 2024-02-06T17:08:58.971 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-06T17:08:58.971 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-06T17:08:58.972 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2024-02-06T17:08:58.972 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi102.front.sepia.ceph.com, path=None, version=distro) 2024-02-06T17:08:58.972 DEBUG:teuthology.orchestra.run.smithi102:> rpm -q kernel | sort -rV | head -n 1 2024-02-06T17:08:59.183 INFO:teuthology.orchestra.run.smithi102.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-06T17:08:59.183 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-06T17:08:59.184 DEBUG:teuthology.orchestra.run.smithi102:> sudo rpm -qi grub2-tools 2024-02-06T17:08:59.217 INFO:teuthology.orchestra.run.smithi102.stdout:Name : grub2-tools 2024-02-06T17:08:59.217 INFO:teuthology.orchestra.run.smithi102.stdout:Epoch : 1 2024-02-06T17:08:59.217 INFO:teuthology.orchestra.run.smithi102.stdout:Version : 2.02 2024-02-06T17:08:59.217 INFO:teuthology.orchestra.run.smithi102.stdout:Release : 129.el8 2024-02-06T17:08:59.217 INFO:teuthology.orchestra.run.smithi102.stdout:Architecture: x86_64 2024-02-06T17:08:59.217 INFO:teuthology.orchestra.run.smithi102.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-06T17:08:59.217 INFO:teuthology.orchestra.run.smithi102.stdout:Group : System Environment/Base 2024-02-06T17:08:59.217 INFO:teuthology.orchestra.run.smithi102.stdout:Size : 9265586 2024-02-06T17:08:59.217 INFO:teuthology.orchestra.run.smithi102.stdout:License : GPLv3+ 2024-02-06T17:08:59.218 INFO:teuthology.orchestra.run.smithi102.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-06T17:08:59.218 INFO:teuthology.orchestra.run.smithi102.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-06T17:08:59.218 INFO:teuthology.orchestra.run.smithi102.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-06T17:08:59.218 INFO:teuthology.orchestra.run.smithi102.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-06T17:08:59.218 INFO:teuthology.orchestra.run.smithi102.stdout:Relocations : (not relocatable) 2024-02-06T17:08:59.218 INFO:teuthology.orchestra.run.smithi102.stdout:Packager : CentOS BuildSystem 2024-02-06T17:08:59.218 INFO:teuthology.orchestra.run.smithi102.stdout:Vendor : CentOS 2024-02-06T17:08:59.218 INFO:teuthology.orchestra.run.smithi102.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-06T17:08:59.218 INFO:teuthology.orchestra.run.smithi102.stdout:Summary : Support tools for GRUB. 2024-02-06T17:08:59.218 INFO:teuthology.orchestra.run.smithi102.stdout:Description : 2024-02-06T17:08:59.218 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-02-06T17:08:59.218 INFO:teuthology.orchestra.run.smithi102.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-06T17:08:59.218 INFO:teuthology.orchestra.run.smithi102.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-06T17:08:59.219 INFO:teuthology.orchestra.run.smithi102.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-06T17:08:59.219 INFO:teuthology.orchestra.run.smithi102.stdout:hardware devices. 2024-02-06T17:08:59.219 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-02-06T17:08:59.219 INFO:teuthology.orchestra.run.smithi102.stdout:This subpackage provides tools for support of all platforms. 2024-02-06T17:08:59.220 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-06T17:08:59.220 INFO:teuthology.task.kernel:Updating grub on smithi102 to boot 4.18.0-536.el8.x86_64 2024-02-06T17:08:59.220 DEBUG:teuthology.orchestra.run.smithi102:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-06T17:08:59.260 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-02-06T17:08:59.261 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-02-06T17:08:59.261 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-02-06T17:08:59.760 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-06T17:08:59.760 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-06T17:08:59.760 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-02-06T17:08:59.760 INFO:teuthology.orchestra.run.smithi096.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-02-06T17:08:59.760 INFO:teuthology.orchestra.run.smithi096.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-02-06T17:08:59.760 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-06T17:08:59.761 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-02-06T17:08:59.904 DEBUG:teuthology.orchestra.run.smithi096:> rpm -q kernel | sort -rV | head -n 1 2024-02-06T17:09:00.124 INFO:teuthology.orchestra.run.smithi096.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-06T17:09:00.124 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-06T17:09:00.124 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-536.el8.x86_64 2024-02-06T17:09:00.124 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-06T17:09:00.124 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-06T17:09:00.125 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2024-02-06T17:09:00.125 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi096.front.sepia.ceph.com, path=None, version=distro) 2024-02-06T17:09:00.125 DEBUG:teuthology.orchestra.run.smithi096:> rpm -q kernel | sort -rV | head -n 1 2024-02-06T17:09:00.334 INFO:teuthology.orchestra.run.smithi096.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-06T17:09:00.334 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-06T17:09:00.334 DEBUG:teuthology.orchestra.run.smithi096:> sudo rpm -qi grub2-tools 2024-02-06T17:09:00.367 INFO:teuthology.orchestra.run.smithi096.stdout:Name : grub2-tools 2024-02-06T17:09:00.367 INFO:teuthology.orchestra.run.smithi096.stdout:Epoch : 1 2024-02-06T17:09:00.367 INFO:teuthology.orchestra.run.smithi096.stdout:Version : 2.02 2024-02-06T17:09:00.368 INFO:teuthology.orchestra.run.smithi096.stdout:Release : 129.el8 2024-02-06T17:09:00.368 INFO:teuthology.orchestra.run.smithi096.stdout:Architecture: x86_64 2024-02-06T17:09:00.368 INFO:teuthology.orchestra.run.smithi096.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-06T17:09:00.368 INFO:teuthology.orchestra.run.smithi096.stdout:Group : System Environment/Base 2024-02-06T17:09:00.368 INFO:teuthology.orchestra.run.smithi096.stdout:Size : 9265586 2024-02-06T17:09:00.368 INFO:teuthology.orchestra.run.smithi096.stdout:License : GPLv3+ 2024-02-06T17:09:00.368 INFO:teuthology.orchestra.run.smithi096.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-06T17:09:00.368 INFO:teuthology.orchestra.run.smithi096.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-06T17:09:00.368 INFO:teuthology.orchestra.run.smithi096.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-06T17:09:00.368 INFO:teuthology.orchestra.run.smithi096.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-06T17:09:00.368 INFO:teuthology.orchestra.run.smithi096.stdout:Relocations : (not relocatable) 2024-02-06T17:09:00.368 INFO:teuthology.orchestra.run.smithi096.stdout:Packager : CentOS BuildSystem 2024-02-06T17:09:00.368 INFO:teuthology.orchestra.run.smithi096.stdout:Vendor : CentOS 2024-02-06T17:09:00.369 INFO:teuthology.orchestra.run.smithi096.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-06T17:09:00.369 INFO:teuthology.orchestra.run.smithi096.stdout:Summary : Support tools for GRUB. 2024-02-06T17:09:00.369 INFO:teuthology.orchestra.run.smithi096.stdout:Description : 2024-02-06T17:09:00.369 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-06T17:09:00.369 INFO:teuthology.orchestra.run.smithi096.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-06T17:09:00.369 INFO:teuthology.orchestra.run.smithi096.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-06T17:09:00.369 INFO:teuthology.orchestra.run.smithi096.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-06T17:09:00.369 INFO:teuthology.orchestra.run.smithi096.stdout:hardware devices. 2024-02-06T17:09:00.369 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-06T17:09:00.369 INFO:teuthology.orchestra.run.smithi096.stdout:This subpackage provides tools for support of all platforms. 2024-02-06T17:09:00.370 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-06T17:09:00.370 INFO:teuthology.task.kernel:Updating grub on smithi096 to boot 4.18.0-536.el8.x86_64 2024-02-06T17:09:00.370 DEBUG:teuthology.orchestra.run.smithi096:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-06T17:09:00.993 INFO:teuthology.orchestra.run.smithi102.stderr:Generating grub configuration file ... 2024-02-06T17:09:02.049 INFO:teuthology.orchestra.run.smithi096.stderr:Generating grub configuration file ... 2024-02-06T17:09:03.177 INFO:teuthology.orchestra.run.smithi102.stderr:done 2024-02-06T17:09:03.179 DEBUG:teuthology.orchestra.run.smithi102:> mktemp 2024-02-06T17:09:03.210 INFO:teuthology.orchestra.run.smithi102.stdout:/tmp/tmp.T5niJUw0Ab 2024-02-06T17:09:03.210 DEBUG:teuthology.orchestra.run.smithi102:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.T5niJUw0Ab 2024-02-06T17:09:03.284 DEBUG:teuthology.orchestra.run.smithi102:> sudo chmod 0666 /tmp/tmp.T5niJUw0Ab 2024-02-06T17:09:03.423 DEBUG:teuthology.orchestra.remote:smithi102:/tmp/tmp.T5niJUw0Ab is 6KB 2024-02-06T17:09:03.471 DEBUG:teuthology.orchestra.run.smithi102:> rm -fr /tmp/tmp.T5niJUw0Ab 2024-02-06T17:09:03.491 DEBUG:teuthology.orchestra.run.smithi102:> sudo /bin/ls /boot/loader/entries || true 2024-02-06T17:09:03.558 INFO:teuthology.orchestra.run.smithi102.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-06T17:09:03.558 INFO:teuthology.orchestra.run.smithi102.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-06T17:09:03.558 INFO:teuthology.orchestra.run.smithi102.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-06T17:09:03.558 INFO:teuthology.orchestra.run.smithi102.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-02-06T17:09:03.560 DEBUG:teuthology.orchestra.run.smithi102:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-02-06T17:09:03.733 DEBUG:teuthology.orchestra.run.smithi102:> sudo shutdown -r now 2024-02-06T17:09:04.706 INFO:teuthology.orchestra.run.smithi096.stderr:done 2024-02-06T17:09:04.707 DEBUG:teuthology.orchestra.run.smithi096:> mktemp 2024-02-06T17:09:04.746 INFO:teuthology.orchestra.run.smithi096.stdout:/tmp/tmp.aFqnjlX8HB 2024-02-06T17:09:04.747 DEBUG:teuthology.orchestra.run.smithi096:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.aFqnjlX8HB 2024-02-06T17:09:04.846 DEBUG:teuthology.orchestra.run.smithi096:> sudo chmod 0666 /tmp/tmp.aFqnjlX8HB 2024-02-06T17:09:04.945 DEBUG:teuthology.orchestra.remote:smithi096:/tmp/tmp.aFqnjlX8HB is 6KB 2024-02-06T17:09:04.993 DEBUG:teuthology.orchestra.run.smithi096:> rm -fr /tmp/tmp.aFqnjlX8HB 2024-02-06T17:09:05.010 DEBUG:teuthology.orchestra.run.smithi096:> sudo /bin/ls /boot/loader/entries || true 2024-02-06T17:09:05.083 INFO:teuthology.orchestra.run.smithi096.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-06T17:09:05.083 INFO:teuthology.orchestra.run.smithi096.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-06T17:09:05.083 INFO:teuthology.orchestra.run.smithi096.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-06T17:09:05.083 INFO:teuthology.orchestra.run.smithi096.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-02-06T17:09:05.084 DEBUG:teuthology.orchestra.run.smithi096:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-02-06T17:09:05.245 DEBUG:teuthology.orchestra.run.smithi096:> sudo shutdown -r now 2024-02-06T17:09:33.760 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2024-02-06T17:09:33.761 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi102.front.sepia.ceph.com' 2024-02-06T17:09:33.762 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi102.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-06T17:09:35.249 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2024-02-06T17:09:35.249 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi096.front.sepia.ceph.com' 2024-02-06T17:09:35.250 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi096.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-06T17:10:09.725 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.96 2024-02-06T17:10:18.733 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi096.front.sepia.ceph.com' 2024-02-06T17:10:18.734 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi096.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-06T17:10:33.776 DEBUG:teuthology.orchestra.remote:timed out 2024-02-06T17:10:37.116 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.96 2024-02-06T17:10:42.779 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi102.front.sepia.ceph.com' 2024-02-06T17:10:42.789 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi102.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-06T17:10:43.123 DEBUG:teuthology.orchestra.run.smithi102:> true 2024-02-06T17:10:43.448 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi102.front.sepia.ceph.com' 2024-02-06T17:10:43.448 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "4.18.0-536.el8.x86_64"... 2024-02-06T17:10:43.448 DEBUG:teuthology.orchestra.run.smithi102:> uname -r 2024-02-06T17:10:43.465 INFO:teuthology.orchestra.run.smithi102.stdout:4.18.0-536.el8.x86_64 2024-02-06T17:10:43.465 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-536.el8.x86_64 vs 4.18.0-536.el8.x86_64 2024-02-06T17:10:43.465 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-06T17:10:43.465 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-06T17:10:44.466 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2024-02-06T17:10:44.466 DEBUG:teuthology.orchestra.run.smithi102:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-06T17:10:44.550 INFO:teuthology.orchestra.run.smithi102.stdout:ttyS1 2024-02-06T17:10:44.565 DEBUG:teuthology.parallel:result is None 2024-02-06T17:10:49.117 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi096.front.sepia.ceph.com' 2024-02-06T17:10:49.118 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi096.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-06T17:10:49.481 DEBUG:teuthology.orchestra.run.smithi096:> true 2024-02-06T17:10:49.762 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi096.front.sepia.ceph.com' 2024-02-06T17:10:49.762 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "4.18.0-536.el8.x86_64"... 2024-02-06T17:10:49.762 DEBUG:teuthology.orchestra.run.smithi096:> uname -r 2024-02-06T17:10:49.778 INFO:teuthology.orchestra.run.smithi096.stdout:4.18.0-536.el8.x86_64 2024-02-06T17:10:49.779 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-536.el8.x86_64 vs 4.18.0-536.el8.x86_64 2024-02-06T17:10:49.779 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-06T17:10:49.779 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-06T17:10:50.780 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2024-02-06T17:10:50.780 DEBUG:teuthology.orchestra.run.smithi096:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-06T17:10:50.872 INFO:teuthology.orchestra.run.smithi096.stdout:ttyS1 2024-02-06T17:10:50.888 DEBUG:teuthology.parallel:result is None 2024-02-06T17:10:50.888 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-06T17:10:50.896 INFO:teuthology.task.internal:Creating test directory... 2024-02-06T17:10:50.896 DEBUG:teuthology.orchestra.run.smithi096:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-06T17:10:50.898 DEBUG:teuthology.orchestra.run.smithi102:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-06T17:10:50.922 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-06T17:10:50.939 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-06T17:10:50.977 INFO:teuthology.task.internal:Creating archive directory... 2024-02-06T17:10:50.977 DEBUG:teuthology.orchestra.run.smithi096:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-06T17:10:50.979 DEBUG:teuthology.orchestra.run.smithi102:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-06T17:10:51.013 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-06T17:10:51.020 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-06T17:10:51.021 DEBUG:teuthology.orchestra.run.smithi096:> 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-02-06T17:10:51.043 DEBUG:teuthology.orchestra.run.smithi102:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-06T17:10:51.085 INFO:teuthology.orchestra.run.smithi102.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-06T17:10:51.091 INFO:teuthology.orchestra.run.smithi096.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-06T17:10:51.096 INFO:teuthology.orchestra.run.smithi102.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-06T17:10:51.102 INFO:teuthology.orchestra.run.smithi096.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-06T17:10:51.103 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-06T17:10:51.111 INFO:teuthology.task.internal:Configuring sudo... 2024-02-06T17:10:51.111 DEBUG:teuthology.orchestra.run.smithi096:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-06T17:10:51.114 DEBUG:teuthology.orchestra.run.smithi102:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-06T17:10:51.168 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-06T17:10:51.177 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-06T17:10:51.177 DEBUG:teuthology.orchestra.run.smithi096:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-06T17:10:51.184 DEBUG:teuthology.orchestra.run.smithi102:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-06T17:10:51.227 DEBUG:teuthology.orchestra.run.smithi096:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-06T17:10:51.287 DEBUG:teuthology.orchestra.run.smithi096:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-06T17:10:51.339 DEBUG:teuthology.orchestra.run.smithi096:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-06T17:10:51.425 DEBUG:teuthology.orchestra.run.smithi096:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-06T17:10:51.471 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2024-02-06T17:10:51.471 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-06T17:10:51.540 DEBUG:teuthology.orchestra.run.smithi102:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-06T17:10:51.590 DEBUG:teuthology.orchestra.run.smithi102:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-06T17:10:51.641 DEBUG:teuthology.orchestra.run.smithi102:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-06T17:10:51.728 DEBUG:teuthology.orchestra.run.smithi102:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-06T17:10:51.777 DEBUG:teuthology.orchestra.run.smithi102:> set -ex 2024-02-06T17:10:51.777 DEBUG:teuthology.orchestra.run.smithi102:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-06T17:10:51.849 DEBUG:teuthology.orchestra.run.smithi096:> sudo service rsyslog restart 2024-02-06T17:10:51.851 DEBUG:teuthology.orchestra.run.smithi102:> sudo service rsyslog restart 2024-02-06T17:10:51.926 INFO:teuthology.orchestra.run.smithi096.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-06T17:10:51.968 INFO:teuthology.orchestra.run.smithi102.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-06T17:10:52.202 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-06T17:10:52.210 INFO:teuthology.task.internal:Starting timer... 2024-02-06T17:10:52.211 INFO:teuthology.run_tasks:Running task pcp... 2024-02-06T17:10:52.254 INFO:teuthology.run_tasks:Running task selinux... 2024-02-06T17:10:52.285 DEBUG:teuthology.orchestra.run.smithi096:> sudo service auditd rotate 2024-02-06T17:10:52.417 INFO:teuthology.orchestra.run.smithi096.stdout:Rotating logs: 2024-02-06T17:10:52.419 DEBUG:teuthology.orchestra.run.smithi102:> sudo service auditd rotate 2024-02-06T17:10:52.499 INFO:teuthology.orchestra.run.smithi102.stdout:Rotating logs: 2024-02-06T17:10:52.500 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-06T17:10:52.500 DEBUG:teuthology.orchestra.run.smithi096:> /usr/sbin/getenforce 2024-02-06T17:10:52.527 INFO:teuthology.orchestra.run.smithi096.stdout:Permissive 2024-02-06T17:10:52.527 DEBUG:teuthology.orchestra.run.smithi102:> /usr/sbin/getenforce 2024-02-06T17:10:52.552 INFO:teuthology.orchestra.run.smithi102.stdout:Permissive 2024-02-06T17:10:52.553 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi096.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi102.front.sepia.ceph.com': 'permissive'} 2024-02-06T17:10:52.553 DEBUG:teuthology.orchestra.run.smithi096:> 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-02-06T17:10:52.597 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-06T17:10:52.597 DEBUG:teuthology.orchestra.run.smithi102:> 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-02-06T17:10:52.625 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-06T17:10:52.626 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-06T17:10:52.626 DEBUG:teuthology.orchestra.run.smithi096:> sudo /usr/sbin/setenforce permissive 2024-02-06T17:10:52.669 DEBUG:teuthology.orchestra.run.smithi102:> sudo /usr/sbin/setenforce permissive 2024-02-06T17:10:52.696 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-06T17:10:52.706 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-02-06T17:10:52.711 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-02-06T17:10:52.887 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-06T17:10:52.901 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-02-06T17:10:52.902 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi096.front.sepia.ceph.com,smithi102.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-06T17:16:38.797 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi096.front.sepia.ceph.com'), Remote(name='ubuntu@smithi102.front.sepia.ceph.com')] 2024-02-06T17:16:38.799 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi096.front.sepia.ceph.com' 2024-02-06T17:16:38.800 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi096.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-06T17:16:38.872 DEBUG:teuthology.orchestra.run.smithi096:> true 2024-02-06T17:16:38.945 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi096.front.sepia.ceph.com' 2024-02-06T17:16:38.946 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi102.front.sepia.ceph.com' 2024-02-06T17:16:38.946 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi102.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-06T17:16:39.016 DEBUG:teuthology.orchestra.run.smithi102:> true 2024-02-06T17:16:39.086 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi102.front.sepia.ceph.com' 2024-02-06T17:16:39.087 INFO:teuthology.run_tasks:Running task clock... 2024-02-06T17:16:39.098 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-06T17:16:39.098 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-06T17:16:39.099 DEBUG:teuthology.orchestra.run.smithi096:> 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-02-06T17:16:39.101 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-06T17:16:39.101 DEBUG:teuthology.orchestra.run.smithi102:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-06T17:16:39.130 INFO:teuthology.orchestra.run.smithi096.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-06T17:16:39.144 INFO:teuthology.orchestra.run.smithi096.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-06T17:16:39.159 INFO:teuthology.orchestra.run.smithi102.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-06T17:16:39.173 INFO:teuthology.orchestra.run.smithi102.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-06T17:16:39.212 INFO:teuthology.orchestra.run.smithi096.stderr:sudo: ntpd: command not found 2024-02-06T17:16:39.223 INFO:teuthology.orchestra.run.smithi096.stdout:506 Cannot talk to daemon 2024-02-06T17:16:39.235 INFO:teuthology.orchestra.run.smithi102.stderr:sudo: ntpd: command not found 2024-02-06T17:16:39.236 INFO:teuthology.orchestra.run.smithi096.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-06T17:16:39.245 INFO:teuthology.orchestra.run.smithi102.stdout:506 Cannot talk to daemon 2024-02-06T17:16:39.249 INFO:teuthology.orchestra.run.smithi096.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-06T17:16:39.259 INFO:teuthology.orchestra.run.smithi102.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-06T17:16:39.272 INFO:teuthology.orchestra.run.smithi102.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-06T17:16:39.317 INFO:teuthology.orchestra.run.smithi096.stderr:bash: ntpq: command not found 2024-02-06T17:16:39.320 INFO:teuthology.orchestra.run.smithi096.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-06T17:16:39.320 INFO:teuthology.orchestra.run.smithi096.stdout:=============================================================================== 2024-02-06T17:16:39.321 INFO:teuthology.orchestra.run.smithi096.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-06T17:16:39.321 INFO:teuthology.orchestra.run.smithi096.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-06T17:16:39.321 INFO:teuthology.orchestra.run.smithi096.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-06T17:16:39.321 INFO:teuthology.orchestra.run.smithi096.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-06T17:16:39.341 INFO:teuthology.orchestra.run.smithi102.stderr:bash: ntpq: command not found 2024-02-06T17:16:39.344 INFO:teuthology.orchestra.run.smithi102.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-06T17:16:39.344 INFO:teuthology.orchestra.run.smithi102.stdout:=============================================================================== 2024-02-06T17:16:39.344 INFO:teuthology.orchestra.run.smithi102.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-06T17:16:39.344 INFO:teuthology.orchestra.run.smithi102.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-06T17:16:39.344 INFO:teuthology.orchestra.run.smithi102.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-06T17:16:39.345 INFO:teuthology.orchestra.run.smithi102.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-06T17:16:39.345 INFO:teuthology.run_tasks:Running task pexec... 2024-02-06T17:16:39.355 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-06T17:16:39.355 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi096.front.sepia.ceph.com 2024-02-06T17:16:39.355 DEBUG:teuthology.orchestra.run.smithi096:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-06T17:16:39.356 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi102.front.sepia.ceph.com 2024-02-06T17:16:39.356 DEBUG:teuthology.orchestra.run.smithi102:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-06T17:16:40.147 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:22 ago on Tue 06 Feb 2024 05:15:17 PM UTC. 2024-02-06T17:16:40.167 INFO:teuthology.orchestra.run.smithi102.stdout:Last metadata expiration check: 0:01:22 ago on Tue 06 Feb 2024 05:15:17 PM UTC. 2024-02-06T17:16:42.095 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-02-06T17:16:42.096 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-06T17:16:42.096 INFO:teuthology.orchestra.run.smithi096.stdout: Package Architecture Version Repository Size 2024-02-06T17:16:42.096 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-06T17:16:42.096 INFO:teuthology.orchestra.run.smithi096.stdout:Resetting modules: 2024-02-06T17:16:42.096 INFO:teuthology.orchestra.run.smithi096.stdout: container-tools 2024-02-06T17:16:42.096 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-06T17:16:42.096 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-02-06T17:16:42.096 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2024-02-06T17:16:42.096 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-06T17:16:42.115 INFO:teuthology.orchestra.run.smithi102.stdout:Dependencies resolved. 2024-02-06T17:16:42.116 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-02-06T17:16:42.116 INFO:teuthology.orchestra.run.smithi102.stdout: Package Architecture Version Repository Size 2024-02-06T17:16:42.116 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-02-06T17:16:42.116 INFO:teuthology.orchestra.run.smithi102.stdout:Resetting modules: 2024-02-06T17:16:42.116 INFO:teuthology.orchestra.run.smithi102.stdout: container-tools 2024-02-06T17:16:42.116 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-02-06T17:16:42.116 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction Summary 2024-02-06T17:16:42.116 INFO:teuthology.orchestra.run.smithi102.stdout:================================================================================ 2024-02-06T17:16:42.117 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-02-06T17:16:42.351 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-02-06T17:16:42.359 INFO:teuthology.orchestra.run.smithi102.stdout:Complete! 2024-02-06T17:16:43.187 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:26 ago on Tue 06 Feb 2024 05:15:17 PM UTC. 2024-02-06T17:16:43.196 INFO:teuthology.orchestra.run.smithi102.stdout:Last metadata expiration check: 0:01:26 ago on Tue 06 Feb 2024 05:15:17 PM UTC. 2024-02-06T17:16:45.154 INFO:teuthology.orchestra.run.smithi102.stdout:Dependencies resolved. 2024-02-06T17:16:45.157 INFO:teuthology.orchestra.run.smithi102.stdout:=========================================================================================== 2024-02-06T17:16:45.157 INFO:teuthology.orchestra.run.smithi102.stdout: Package Arch Version Repo Size 2024-02-06T17:16:45.157 INFO:teuthology.orchestra.run.smithi102.stdout:=========================================================================================== 2024-02-06T17:16:45.157 INFO:teuthology.orchestra.run.smithi102.stdout:Upgrading: 2024-02-06T17:16:45.157 INFO:teuthology.orchestra.run.smithi102.stdout: conmon x86_64 3:2.1.10-1.module_el8+804+f131391c appstream 58 k 2024-02-06T17:16:45.157 INFO:teuthology.orchestra.run.smithi102.stdout: container-selinux noarch 2:2.227.0-1.module_el8+804+f131391c appstream 70 k 2024-02-06T17:16:45.158 INFO:teuthology.orchestra.run.smithi102.stdout: containernetworking-plugins x86_64 1:1.4.0-1.module_el8+804+f131391c appstream 22 M 2024-02-06T17:16:45.158 INFO:teuthology.orchestra.run.smithi102.stdout: containers-common x86_64 2:1-58.module_el8+804+f131391c appstream 148 k 2024-02-06T17:16:45.158 INFO:teuthology.orchestra.run.smithi102.stdout: criu x86_64 3.18-4.module_el8+804+f131391c appstream 564 k 2024-02-06T17:16:45.158 INFO:teuthology.orchestra.run.smithi102.stdout: fuse-overlayfs x86_64 1.13-1.module_el8+804+f131391c appstream 70 k 2024-02-06T17:16:45.158 INFO:teuthology.orchestra.run.smithi102.stdout: libslirp x86_64 4.4.0-1.module_el8+804+f131391c appstream 70 k 2024-02-06T17:16:45.158 INFO:teuthology.orchestra.run.smithi102.stdout: runc x86_64 1:1.1.11-1.module_el8+804+f131391c appstream 3.1 M 2024-02-06T17:16:45.158 INFO:teuthology.orchestra.run.smithi102.stdout: slirp4netns x86_64 1.2.2-1.module_el8+804+f131391c appstream 56 k 2024-02-06T17:16:45.159 INFO:teuthology.orchestra.run.smithi102.stdout:Installing group/module packages: 2024-02-06T17:16:45.159 INFO:teuthology.orchestra.run.smithi102.stdout: aardvark-dns x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 1.0 M 2024-02-06T17:16:45.159 INFO:teuthology.orchestra.run.smithi102.stdout: buildah x86_64 1:1.34.0-1.module_el8+804+f131391c appstream 9.7 M 2024-02-06T17:16:45.159 INFO:teuthology.orchestra.run.smithi102.stdout: cockpit-podman noarch 82-1.module_el8+804+f131391c appstream 759 k 2024-02-06T17:16:45.159 INFO:teuthology.orchestra.run.smithi102.stdout: crun x86_64 1.12-1.module_el8+804+f131391c appstream 248 k 2024-02-06T17:16:45.159 INFO:teuthology.orchestra.run.smithi102.stdout: netavark x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 4.0 M 2024-02-06T17:16:45.159 INFO:teuthology.orchestra.run.smithi102.stdout: python3-podman noarch 4.8.2-1.module_el8+804+f131391c appstream 179 k 2024-02-06T17:16:45.159 INFO:teuthology.orchestra.run.smithi102.stdout: skopeo x86_64 2:1.14.0-2.module_el8+804+f131391c appstream 8.8 M 2024-02-06T17:16:45.159 INFO:teuthology.orchestra.run.smithi102.stdout: toolbox x86_64 0.0.99.4-8.module_el8+804+f131391c appstream 2.5 M 2024-02-06T17:16:45.159 INFO:teuthology.orchestra.run.smithi102.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-06T17:16:45.160 INFO:teuthology.orchestra.run.smithi102.stdout:Installing dependencies: 2024-02-06T17:16:45.160 INFO:teuthology.orchestra.run.smithi102.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-06T17:16:45.160 INFO:teuthology.orchestra.run.smithi102.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-06T17:16:45.160 INFO:teuthology.orchestra.run.smithi102.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-06T17:16:45.160 INFO:teuthology.orchestra.run.smithi102.stdout:Installing weak dependencies: 2024-02-06T17:16:45.160 INFO:teuthology.orchestra.run.smithi102.stdout: criu-libs x86_64 3.18-4.module_el8+804+f131391c appstream 39 k 2024-02-06T17:16:45.160 INFO:teuthology.orchestra.run.smithi102.stdout:Installing module profiles: 2024-02-06T17:16:45.160 INFO:teuthology.orchestra.run.smithi102.stdout: container-tools/common 2024-02-06T17:16:45.160 INFO:teuthology.orchestra.run.smithi102.stdout:Enabling module streams: 2024-02-06T17:16:45.160 INFO:teuthology.orchestra.run.smithi102.stdout: container-tools rhel8 2024-02-06T17:16:45.160 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-02-06T17:16:45.160 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction Summary 2024-02-06T17:16:45.161 INFO:teuthology.orchestra.run.smithi102.stdout:=========================================================================================== 2024-02-06T17:16:45.161 INFO:teuthology.orchestra.run.smithi102.stdout:Install 13 Packages 2024-02-06T17:16:45.161 INFO:teuthology.orchestra.run.smithi102.stdout:Upgrade 9 Packages 2024-02-06T17:16:45.161 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-02-06T17:16:45.161 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2024-02-06T17:16:45.162 INFO:teuthology.orchestra.run.smithi102.stdout:Total download size: 54 M 2024-02-06T17:16:45.162 INFO:teuthology.orchestra.run.smithi102.stdout:Downloading Packages: 2024-02-06T17:16:45.162 INFO:teuthology.orchestra.run.smithi096.stdout:=========================================================================================== 2024-02-06T17:16:45.162 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repo Size 2024-02-06T17:16:45.163 INFO:teuthology.orchestra.run.smithi096.stdout:=========================================================================================== 2024-02-06T17:16:45.163 INFO:teuthology.orchestra.run.smithi096.stdout:Upgrading: 2024-02-06T17:16:45.163 INFO:teuthology.orchestra.run.smithi096.stdout: conmon x86_64 3:2.1.10-1.module_el8+804+f131391c appstream 58 k 2024-02-06T17:16:45.163 INFO:teuthology.orchestra.run.smithi096.stdout: container-selinux noarch 2:2.227.0-1.module_el8+804+f131391c appstream 70 k 2024-02-06T17:16:45.163 INFO:teuthology.orchestra.run.smithi096.stdout: containernetworking-plugins x86_64 1:1.4.0-1.module_el8+804+f131391c appstream 22 M 2024-02-06T17:16:45.163 INFO:teuthology.orchestra.run.smithi096.stdout: containers-common x86_64 2:1-58.module_el8+804+f131391c appstream 148 k 2024-02-06T17:16:45.163 INFO:teuthology.orchestra.run.smithi096.stdout: criu x86_64 3.18-4.module_el8+804+f131391c appstream 564 k 2024-02-06T17:16:45.163 INFO:teuthology.orchestra.run.smithi096.stdout: fuse-overlayfs x86_64 1.13-1.module_el8+804+f131391c appstream 70 k 2024-02-06T17:16:45.163 INFO:teuthology.orchestra.run.smithi096.stdout: libslirp x86_64 4.4.0-1.module_el8+804+f131391c appstream 70 k 2024-02-06T17:16:45.163 INFO:teuthology.orchestra.run.smithi096.stdout: runc x86_64 1:1.1.11-1.module_el8+804+f131391c appstream 3.1 M 2024-02-06T17:16:45.163 INFO:teuthology.orchestra.run.smithi096.stdout: slirp4netns x86_64 1.2.2-1.module_el8+804+f131391c appstream 56 k 2024-02-06T17:16:45.163 INFO:teuthology.orchestra.run.smithi096.stdout:Installing group/module packages: 2024-02-06T17:16:45.163 INFO:teuthology.orchestra.run.smithi096.stdout: aardvark-dns x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 1.0 M 2024-02-06T17:16:45.163 INFO:teuthology.orchestra.run.smithi096.stdout: buildah x86_64 1:1.34.0-1.module_el8+804+f131391c appstream 9.7 M 2024-02-06T17:16:45.163 INFO:teuthology.orchestra.run.smithi096.stdout: cockpit-podman noarch 82-1.module_el8+804+f131391c appstream 759 k 2024-02-06T17:16:45.164 INFO:teuthology.orchestra.run.smithi096.stdout: crun x86_64 1.12-1.module_el8+804+f131391c appstream 248 k 2024-02-06T17:16:45.164 INFO:teuthology.orchestra.run.smithi096.stdout: netavark x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 4.0 M 2024-02-06T17:16:45.164 INFO:teuthology.orchestra.run.smithi096.stdout: python3-podman noarch 4.8.2-1.module_el8+804+f131391c appstream 179 k 2024-02-06T17:16:45.164 INFO:teuthology.orchestra.run.smithi096.stdout: skopeo x86_64 2:1.14.0-2.module_el8+804+f131391c appstream 8.8 M 2024-02-06T17:16:45.164 INFO:teuthology.orchestra.run.smithi096.stdout: toolbox x86_64 0.0.99.4-8.module_el8+804+f131391c appstream 2.5 M 2024-02-06T17:16:45.164 INFO:teuthology.orchestra.run.smithi096.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-06T17:16:45.164 INFO:teuthology.orchestra.run.smithi096.stdout:Installing dependencies: 2024-02-06T17:16:45.164 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-06T17:16:45.164 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-06T17:16:45.164 INFO:teuthology.orchestra.run.smithi096.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-06T17:16:45.164 INFO:teuthology.orchestra.run.smithi096.stdout:Installing weak dependencies: 2024-02-06T17:16:45.164 INFO:teuthology.orchestra.run.smithi096.stdout: criu-libs x86_64 3.18-4.module_el8+804+f131391c appstream 39 k 2024-02-06T17:16:45.164 INFO:teuthology.orchestra.run.smithi096.stdout:Installing module profiles: 2024-02-06T17:16:45.165 INFO:teuthology.orchestra.run.smithi096.stdout: container-tools/common 2024-02-06T17:16:45.165 INFO:teuthology.orchestra.run.smithi096.stdout:Enabling module streams: 2024-02-06T17:16:45.165 INFO:teuthology.orchestra.run.smithi096.stdout: container-tools rhel8 2024-02-06T17:16:45.165 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-06T17:16:45.165 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2024-02-06T17:16:45.165 INFO:teuthology.orchestra.run.smithi096.stdout:=========================================================================================== 2024-02-06T17:16:45.165 INFO:teuthology.orchestra.run.smithi096.stdout:Install 13 Packages 2024-02-06T17:16:45.165 INFO:teuthology.orchestra.run.smithi096.stdout:Upgrade 9 Packages 2024-02-06T17:16:45.165 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-06T17:16:45.165 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 54 M 2024-02-06T17:16:45.165 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2024-02-06T17:16:45.457 INFO:teuthology.orchestra.run.smithi096.stdout:(1/22): cockpit-podman-82-1.module_el8+804+f131 3.0 MB/s | 759 kB 00:00 2024-02-06T17:16:45.458 INFO:teuthology.orchestra.run.smithi102.stdout:(1/22): cockpit-podman-82-1.module_el8+804+f131 2.9 MB/s | 759 kB 00:00 2024-02-06T17:16:45.491 INFO:teuthology.orchestra.run.smithi096.stdout:(2/22): aardvark-dns-1.9.0-1.module_el8+804+f13 3.6 MB/s | 1.0 MB 00:00 2024-02-06T17:16:45.508 INFO:teuthology.orchestra.run.smithi102.stdout:(2/22): aardvark-dns-1.9.0-1.module_el8+804+f13 3.3 MB/s | 1.0 MB 00:00 2024-02-06T17:16:45.516 INFO:teuthology.orchestra.run.smithi096.stdout:(3/22): criu-libs-3.18-4.module_el8+804+f131391 670 kB/s | 39 kB 00:00 2024-02-06T17:16:45.533 INFO:teuthology.orchestra.run.smithi102.stdout:(3/22): criu-libs-3.18-4.module_el8+804+f131391 523 kB/s | 39 kB 00:00 2024-02-06T17:16:45.558 INFO:teuthology.orchestra.run.smithi102.stdout:(4/22): crun-1.12-1.module_el8+804+f131391c.x86 4.8 MB/s | 248 kB 00:00 2024-02-06T17:16:45.566 INFO:teuthology.orchestra.run.smithi096.stdout:(4/22): crun-1.12-1.module_el8+804+f131391c.x86 3.2 MB/s | 248 kB 00:00 2024-02-06T17:16:45.634 INFO:teuthology.orchestra.run.smithi102.stdout:(5/22): python3-podman-4.8.2-1.module_el8+804+f 2.3 MB/s | 179 kB 00:00 2024-02-06T17:16:45.642 INFO:teuthology.orchestra.run.smithi096.stdout:(5/22): python3-podman-4.8.2-1.module_el8+804+f 2.3 MB/s | 179 kB 00:00 2024-02-06T17:16:45.750 INFO:teuthology.orchestra.run.smithi096.stdout:(6/22): python3-pytoml-0.1.14-5.git7dea353.el8. 228 kB/s | 25 kB 00:00 2024-02-06T17:16:45.751 INFO:teuthology.orchestra.run.smithi102.stdout:(6/22): python3-pytoml-0.1.14-5.git7dea353.el8. 213 kB/s | 25 kB 00:00 2024-02-06T17:16:45.826 INFO:teuthology.orchestra.run.smithi102.stdout:(7/22): python3-pyxdg-0.25-16.el8.noarch.rpm 1.2 MB/s | 94 kB 00:00 2024-02-06T17:16:45.901 INFO:teuthology.orchestra.run.smithi096.stdout:(7/22): buildah-1.34.0-1.module_el8+804+f131391 14 MB/s | 9.7 MB 00:00 2024-02-06T17:16:45.926 INFO:teuthology.orchestra.run.smithi096.stdout:(8/22): python3-pyxdg-0.25-16.el8.noarch.rpm 535 kB/s | 94 kB 00:00 2024-02-06T17:16:45.935 INFO:teuthology.orchestra.run.smithi102.stdout:(8/22): buildah-1.34.0-1.module_el8+804+f131391 13 MB/s | 9.7 MB 00:00 2024-02-06T17:16:46.001 INFO:teuthology.orchestra.run.smithi102.stdout:(9/22): netavark-1.9.0-1.module_el8+804+f131391 8.4 MB/s | 4.0 MB 00:00 2024-02-06T17:16:46.018 INFO:teuthology.orchestra.run.smithi096.stdout:(9/22): netavark-1.9.0-1.module_el8+804+f131391 7.9 MB/s | 4.0 MB 00:00 2024-02-06T17:16:46.068 INFO:teuthology.orchestra.run.smithi096.stdout:(10/22): udica-0.2.6-20.module_el8+804+f131391c 1.0 MB/s | 53 kB 00:00 2024-02-06T17:16:46.069 INFO:teuthology.orchestra.run.smithi102.stdout:(10/22): toolbox-0.0.99.4-8.module_el8+804+f131 19 MB/s | 2.5 MB 00:00 2024-02-06T17:16:46.094 INFO:teuthology.orchestra.run.smithi102.stdout:(11/22): udica-0.2.6-20.module_el8+804+f131391c 570 kB/s | 53 kB 00:00 2024-02-06T17:16:46.135 INFO:teuthology.orchestra.run.smithi096.stdout:(11/22): toolbox-0.0.99.4-8.module_el8+804+f131 12 MB/s | 2.5 MB 00:00 2024-02-06T17:16:46.136 INFO:teuthology.orchestra.run.smithi102.stdout:(12/22): yajl-2.1.0-12.el8.x86_64.rpm 612 kB/s | 41 kB 00:00 2024-02-06T17:16:46.161 INFO:teuthology.orchestra.run.smithi096.stdout:(12/22): yajl-2.1.0-12.el8.x86_64.rpm 444 kB/s | 41 kB 00:00 2024-02-06T17:16:46.177 INFO:teuthology.orchestra.run.smithi096.stdout:(13/22): conmon-2.1.10-1.module_el8+804+f131391 1.4 MB/s | 58 kB 00:00 2024-02-06T17:16:46.200 INFO:teuthology.orchestra.run.smithi102.stdout:(13/22): conmon-2.1.10-1.module_el8+804+f131391 551 kB/s | 58 kB 00:00 2024-02-06T17:16:46.211 INFO:teuthology.orchestra.run.smithi096.stdout:(14/22): container-selinux-2.227.0-1.module_el8 1.4 MB/s | 70 kB 00:00 2024-02-06T17:16:46.228 INFO:teuthology.orchestra.run.smithi102.stdout:(14/22): container-selinux-2.227.0-1.module_el8 766 kB/s | 70 kB 00:00 2024-02-06T17:16:46.328 INFO:teuthology.orchestra.run.smithi102.stdout:(15/22): skopeo-1.14.0-2.module_el8+804+f131391 18 MB/s | 8.8 MB 00:00 2024-02-06T17:16:46.344 INFO:teuthology.orchestra.run.smithi096.stdout:(15/22): skopeo-1.14.0-2.module_el8+804+f131391 20 MB/s | 8.8 MB 00:00 2024-02-06T17:16:46.353 INFO:teuthology.orchestra.run.smithi102.stdout:(16/22): containers-common-1-58.module_el8+804+ 1.2 MB/s | 148 kB 00:00 2024-02-06T17:16:46.371 INFO:teuthology.orchestra.run.smithi096.stdout:(16/22): containers-common-1-58.module_el8+804+ 931 kB/s | 148 kB 00:00 2024-02-06T17:16:46.395 INFO:teuthology.orchestra.run.smithi102.stdout:(17/22): criu-3.18-4.module_el8+804+f131391c.x8 8.2 MB/s | 564 kB 00:00 2024-02-06T17:16:46.412 INFO:teuthology.orchestra.run.smithi096.stdout:(17/22): criu-3.18-4.module_el8+804+f131391c.x8 8.1 MB/s | 564 kB 00:00 2024-02-06T17:16:46.423 INFO:teuthology.orchestra.run.smithi102.stdout:(18/22): fuse-overlayfs-1.13-1.module_el8+804+f 1.0 MB/s | 70 kB 00:00 2024-02-06T17:16:46.437 INFO:teuthology.orchestra.run.smithi096.stdout:(18/22): fuse-overlayfs-1.13-1.module_el8+804+f 1.0 MB/s | 70 kB 00:00 2024-02-06T17:16:46.454 INFO:teuthology.orchestra.run.smithi102.stdout:(19/22): libslirp-4.4.0-1.module_el8+804+f13139 1.2 MB/s | 70 kB 00:00 2024-02-06T17:16:46.471 INFO:teuthology.orchestra.run.smithi096.stdout:(19/22): libslirp-4.4.0-1.module_el8+804+f13139 1.2 MB/s | 70 kB 00:00 2024-02-06T17:16:46.555 INFO:teuthology.orchestra.run.smithi102.stdout:(20/22): slirp4netns-1.2.2-1.module_el8+804+f13 558 kB/s | 56 kB 00:00 2024-02-06T17:16:46.555 INFO:teuthology.orchestra.run.smithi096.stdout:(20/22): slirp4netns-1.2.2-1.module_el8+804+f13 669 kB/s | 56 kB 00:00 2024-02-06T17:16:46.755 INFO:teuthology.orchestra.run.smithi102.stdout:(21/22): runc-1.1.11-1.module_el8+804+f131391c. 9.4 MB/s | 3.1 MB 00:00 2024-02-06T17:16:46.763 INFO:teuthology.orchestra.run.smithi096.stdout:(21/22): runc-1.1.11-1.module_el8+804+f131391c. 9.6 MB/s | 3.1 MB 00:00 2024-02-06T17:16:47.231 INFO:teuthology.orchestra.run.smithi096.stdout:(22/22): containernetworking-plugins-1.4.0-1.mo 21 MB/s | 22 MB 00:01 2024-02-06T17:16:47.231 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2024-02-06T17:16:47.231 INFO:teuthology.orchestra.run.smithi096.stdout:Total 26 MB/s | 54 MB 00:02 2024-02-06T17:16:47.364 INFO:teuthology.orchestra.run.smithi102.stdout:(22/22): containernetworking-plugins-1.4.0-1.mo 19 MB/s | 22 MB 00:01 2024-02-06T17:16:47.364 INFO:teuthology.orchestra.run.smithi102.stdout:-------------------------------------------------------------------------------- 2024-02-06T17:16:47.364 INFO:teuthology.orchestra.run.smithi102.stdout:Total 24 MB/s | 54 MB 00:02 2024-02-06T17:16:47.728 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2024-02-06T17:16:47.774 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2024-02-06T17:16:47.774 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2024-02-06T17:16:47.856 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction check 2024-02-06T17:16:47.902 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction check succeeded. 2024-02-06T17:16:47.902 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction test 2024-02-06T17:16:48.273 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2024-02-06T17:16:48.276 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2024-02-06T17:16:48.375 INFO:teuthology.orchestra.run.smithi102.stdout:Transaction test succeeded. 2024-02-06T17:16:48.379 INFO:teuthology.orchestra.run.smithi102.stdout:Running transaction 2024-02-06T17:16:49.555 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2024-02-06T17:16:49.568 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: container-selinux-2:2.227.0-1.module_el8+804+f131391 1/1 2024-02-06T17:16:49.603 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: container-selinux-2:2.227.0-1.module_el8+804+f1313 1/31 2024-02-06T17:16:49.638 INFO:teuthology.orchestra.run.smithi102.stdout: Preparing : 1/1 2024-02-06T17:16:49.651 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: container-selinux-2:2.227.0-1.module_el8+804+f131391 1/1 2024-02-06T17:16:49.676 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: container-selinux-2:2.227.0-1.module_el8+804+f1313 1/31 2024-02-06T17:16:49.837 INFO:teuthology.orchestra.run.smithi096.stdout: Upgrading : container-selinux-2:2.227.0-1.module_el8+804+f1313 1/31 2024-02-06T17:16:49.900 INFO:teuthology.orchestra.run.smithi102.stdout: Upgrading : container-selinux-2:2.227.0-1.module_el8+804+f1313 1/31 2024-02-06T17:17:07.538 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: container-selinux-2:2.227.0-1.module_el8+804+f1313 1/31 2024-02-06T17:17:07.550 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: container-selinux-2:2.227.0-1.module_el8+804+f1313 1/31 2024-02-06T17:17:08.063 INFO:teuthology.orchestra.run.smithi102.stdout: Upgrading : criu-3.18-4.module_el8+804+f131391c.x86_64 2/31 2024-02-06T17:17:08.081 INFO:teuthology.orchestra.run.smithi096.stdout: Upgrading : criu-3.18-4.module_el8+804+f131391c.x86_64 2/31 2024-02-06T17:17:08.342 INFO:teuthology.orchestra.run.smithi102.stdout: Upgrading : runc-1:1.1.11-1.module_el8+804+f131391c.x86_64 3/31 2024-02-06T17:17:08.356 INFO:teuthology.orchestra.run.smithi096.stdout: Upgrading : runc-1:1.1.11-1.module_el8+804+f131391c.x86_64 3/31 2024-02-06T17:17:08.514 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : criu-libs-3.18-4.module_el8+804+f131391c.x86_64 4/31 2024-02-06T17:17:08.524 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : criu-libs-3.18-4.module_el8+804+f131391c.x86_64 4/31 2024-02-06T17:17:08.728 INFO:teuthology.orchestra.run.smithi102.stdout: Upgrading : libslirp-4.4.0-1.module_el8+804+f131391c.x86_64 5/31 2024-02-06T17:17:08.773 INFO:teuthology.orchestra.run.smithi096.stdout: Upgrading : libslirp-4.4.0-1.module_el8+804+f131391c.x86_64 5/31 2024-02-06T17:17:08.960 INFO:teuthology.orchestra.run.smithi102.stdout: Upgrading : slirp4netns-1.2.2-1.module_el8+804+f131391c.x86_64 6/31 2024-02-06T17:17:09.033 INFO:teuthology.orchestra.run.smithi096.stdout: Upgrading : slirp4netns-1.2.2-1.module_el8+804+f131391c.x86_64 6/31 2024-02-06T17:17:09.139 INFO:teuthology.orchestra.run.smithi102.stdout: Upgrading : fuse-overlayfs-1.13-1.module_el8+804+f131391c.x86_ 7/31 2024-02-06T17:17:09.200 INFO:teuthology.orchestra.run.smithi096.stdout: Upgrading : fuse-overlayfs-1.13-1.module_el8+804+f131391c.x86_ 7/31 2024-02-06T17:17:10.938 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: fuse-overlayfs-1.13-1.module_el8+804+f131391c.x86_ 7/31 2024-02-06T17:17:11.020 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: fuse-overlayfs-1.13-1.module_el8+804+f131391c.x86_ 7/31 2024-02-06T17:17:11.186 INFO:teuthology.orchestra.run.smithi102.stdout: Upgrading : containernetworking-plugins-1:1.4.0-1.module_el8+8 8/31 2024-02-06T17:17:11.274 INFO:teuthology.orchestra.run.smithi096.stdout: Upgrading : containernetworking-plugins-1:1.4.0-1.module_el8+8 8/31 2024-02-06T17:17:11.376 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : yajl-2.1.0-12.el8.x86_64 9/31 2024-02-06T17:17:11.469 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : yajl-2.1.0-12.el8.x86_64 9/31 2024-02-06T17:17:11.598 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : crun-1.12-1.module_el8+804+f131391c.x86_64 10/31 2024-02-06T17:17:11.681 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : crun-1.12-1.module_el8+804+f131391c.x86_64 10/31 2024-02-06T17:17:11.836 INFO:teuthology.orchestra.run.smithi102.stdout: Upgrading : containers-common-2:1-58.module_el8+804+f131391c.x 11/31 2024-02-06T17:17:11.911 INFO:teuthology.orchestra.run.smithi096.stdout: Upgrading : containers-common-2:1-58.module_el8+804+f131391c.x 11/31 2024-02-06T17:17:12.047 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 12/31 2024-02-06T17:17:12.115 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 12/31 2024-02-06T17:17:12.332 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 13/31 2024-02-06T17:17:12.391 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 13/31 2024-02-06T17:17:12.921 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 14/31 2024-02-06T17:17:12.929 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 14/31 2024-02-06T17:17:13.877 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 15/31 2024-02-06T17:17:13.923 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 15/31 2024-02-06T17:17:14.197 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 16/31 2024-02-06T17:17:14.214 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 16/31 2024-02-06T17:17:15.194 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 17/31 2024-02-06T17:17:15.204 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 17/31 2024-02-06T17:17:15.589 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 18/31 2024-02-06T17:17:15.593 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 18/31 2024-02-06T17:17:15.775 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 19/31 2024-02-06T17:17:15.810 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 19/31 2024-02-06T17:17:15.953 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 20/31 2024-02-06T17:17:15.980 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 20/31 2024-02-06T17:17:16.184 INFO:teuthology.orchestra.run.smithi102.stdout: Upgrading : conmon-3:2.1.10-1.module_el8+804+f131391c.x86_64 21/31 2024-02-06T17:17:16.253 INFO:teuthology.orchestra.run.smithi096.stdout: Upgrading : conmon-3:2.1.10-1.module_el8+804+f131391c.x86_64 21/31 2024-02-06T17:17:16.364 INFO:teuthology.orchestra.run.smithi102.stdout: Installing : cockpit-podman-82-1.module_el8+804+f131391c.noarch 22/31 2024-02-06T17:17:16.416 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : cockpit-podman-82-1.module_el8+804+f131391c.noarch 22/31 2024-02-06T17:17:16.565 INFO:teuthology.orchestra.run.smithi102.stdout: Cleanup : containers-common-2:1-49.module_el8.8.0+1254+78119 23/31 2024-02-06T17:17:16.632 INFO:teuthology.orchestra.run.smithi096.stdout: Cleanup : containers-common-2:1-49.module_el8.8.0+1254+78119 23/31 2024-02-06T17:17:16.732 INFO:teuthology.orchestra.run.smithi102.stdout: Cleanup : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 24/31 2024-02-06T17:17:16.799 INFO:teuthology.orchestra.run.smithi096.stdout: Cleanup : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 24/31 2024-02-06T17:17:16.922 INFO:teuthology.orchestra.run.smithi102.stdout: Cleanup : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 25/31 2024-02-06T17:17:16.922 INFO:teuthology.orchestra.run.smithi102.stdout: Cleanup : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2024-02-06T17:17:17.024 INFO:teuthology.orchestra.run.smithi096.stdout: Cleanup : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 25/31 2024-02-06T17:17:17.024 INFO:teuthology.orchestra.run.smithi096.stdout: Cleanup : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2024-02-06T17:17:17.098 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2024-02-06T17:17:17.249 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2024-02-06T17:17:17.299 INFO:teuthology.orchestra.run.smithi102.stdout: Cleanup : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 27/31 2024-02-06T17:17:17.464 INFO:teuthology.orchestra.run.smithi102.stdout: Cleanup : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 28/31 2024-02-06T17:17:17.548 INFO:teuthology.orchestra.run.smithi096.stdout: Cleanup : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 27/31 2024-02-06T17:17:17.665 INFO:teuthology.orchestra.run.smithi096.stdout: Cleanup : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 28/31 2024-02-06T17:17:17.669 INFO:teuthology.orchestra.run.smithi102.stdout: Cleanup : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 29/31 2024-02-06T17:17:17.842 INFO:teuthology.orchestra.run.smithi096.stdout: Cleanup : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 29/31 2024-02-06T17:17:17.856 INFO:teuthology.orchestra.run.smithi102.stdout: Cleanup : containernetworking-plugins-1:1.1.1-3.module_el8.7 30/31 2024-02-06T17:17:18.021 INFO:teuthology.orchestra.run.smithi102.stdout: Cleanup : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2024-02-06T17:17:18.057 INFO:teuthology.orchestra.run.smithi096.stdout: Cleanup : containernetworking-plugins-1:1.1.1-3.module_el8.7 30/31 2024-02-06T17:17:18.248 INFO:teuthology.orchestra.run.smithi096.stdout: Cleanup : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2024-02-06T17:17:37.475 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: container-selinux-2:2.227.0-1.module_el8+804+f1313 31/31 2024-02-06T17:17:37.925 INFO:teuthology.orchestra.run.smithi102.stdout: Running scriptlet: conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2024-02-06T17:17:37.925 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 1/31 2024-02-06T17:17:37.925 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2/31 2024-02-06T17:17:37.926 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : cockpit-podman-82-1.module_el8+804+f131391c.noarch 3/31 2024-02-06T17:17:37.926 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : criu-libs-3.18-4.module_el8+804+f131391c.x86_64 4/31 2024-02-06T17:17:37.926 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : crun-1.12-1.module_el8+804+f131391c.x86_64 5/31 2024-02-06T17:17:37.926 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/31 2024-02-06T17:17:37.926 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 7/31 2024-02-06T17:17:37.926 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/31 2024-02-06T17:17:37.926 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/31 2024-02-06T17:17:37.926 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 10/31 2024-02-06T17:17:37.926 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/31 2024-02-06T17:17:37.926 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/31 2024-02-06T17:17:37.926 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/31 2024-02-06T17:17:37.926 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : conmon-3:2.1.10-1.module_el8+804+f131391c.x86_64 14/31 2024-02-06T17:17:37.926 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 15/31 2024-02-06T17:17:37.926 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : container-selinux-2:2.227.0-1.module_el8+804+f1313 16/31 2024-02-06T17:17:37.927 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 17/31 2024-02-06T17:17:37.927 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : containernetworking-plugins-1:1.4.0-1.module_el8+8 18/31 2024-02-06T17:17:37.927 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : containernetworking-plugins-1:1.1.1-3.module_el8.7 19/31 2024-02-06T17:17:37.927 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : containers-common-2:1-58.module_el8+804+f131391c.x 20/31 2024-02-06T17:17:37.927 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : containers-common-2:1-49.module_el8.8.0+1254+78119 21/31 2024-02-06T17:17:37.927 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : criu-3.18-4.module_el8+804+f131391c.x86_64 22/31 2024-02-06T17:17:37.927 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 23/31 2024-02-06T17:17:37.927 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : fuse-overlayfs-1.13-1.module_el8+804+f131391c.x86_ 24/31 2024-02-06T17:17:37.927 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 25/31 2024-02-06T17:17:37.927 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : libslirp-4.4.0-1.module_el8+804+f131391c.x86_64 26/31 2024-02-06T17:17:37.927 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 27/31 2024-02-06T17:17:37.927 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : runc-1:1.1.11-1.module_el8+804+f131391c.x86_64 28/31 2024-02-06T17:17:37.927 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 29/31 2024-02-06T17:17:37.927 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : slirp4netns-1.2.2-1.module_el8+804+f131391c.x86_64 30/31 2024-02-06T17:17:38.092 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: container-selinux-2:2.227.0-1.module_el8+804+f1313 31/31 2024-02-06T17:17:38.544 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2024-02-06T17:17:38.545 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 1/31 2024-02-06T17:17:38.545 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2/31 2024-02-06T17:17:38.545 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : cockpit-podman-82-1.module_el8+804+f131391c.noarch 3/31 2024-02-06T17:17:38.545 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : criu-libs-3.18-4.module_el8+804+f131391c.x86_64 4/31 2024-02-06T17:17:38.545 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : crun-1.12-1.module_el8+804+f131391c.x86_64 5/31 2024-02-06T17:17:38.545 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/31 2024-02-06T17:17:38.545 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 7/31 2024-02-06T17:17:38.545 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/31 2024-02-06T17:17:38.545 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/31 2024-02-06T17:17:38.545 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 10/31 2024-02-06T17:17:38.546 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/31 2024-02-06T17:17:38.548 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/31 2024-02-06T17:17:38.548 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/31 2024-02-06T17:17:38.548 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : conmon-3:2.1.10-1.module_el8+804+f131391c.x86_64 14/31 2024-02-06T17:17:38.548 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 15/31 2024-02-06T17:17:38.548 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : container-selinux-2:2.227.0-1.module_el8+804+f1313 16/31 2024-02-06T17:17:38.548 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 17/31 2024-02-06T17:17:38.548 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : containernetworking-plugins-1:1.4.0-1.module_el8+8 18/31 2024-02-06T17:17:38.548 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : containernetworking-plugins-1:1.1.1-3.module_el8.7 19/31 2024-02-06T17:17:38.548 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : containers-common-2:1-58.module_el8+804+f131391c.x 20/31 2024-02-06T17:17:38.549 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : containers-common-2:1-49.module_el8.8.0+1254+78119 21/31 2024-02-06T17:17:38.549 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : criu-3.18-4.module_el8+804+f131391c.x86_64 22/31 2024-02-06T17:17:38.549 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 23/31 2024-02-06T17:17:38.549 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : fuse-overlayfs-1.13-1.module_el8+804+f131391c.x86_ 24/31 2024-02-06T17:17:38.549 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 25/31 2024-02-06T17:17:38.549 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : libslirp-4.4.0-1.module_el8+804+f131391c.x86_64 26/31 2024-02-06T17:17:38.549 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 27/31 2024-02-06T17:17:38.549 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : runc-1:1.1.11-1.module_el8+804+f131391c.x86_64 28/31 2024-02-06T17:17:38.549 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 29/31 2024-02-06T17:17:38.549 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : slirp4netns-1.2.2-1.module_el8+804+f131391c.x86_64 30/31 2024-02-06T17:17:38.643 INFO:teuthology.orchestra.run.smithi102.stdout: Verifying : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 31/31 2024-02-06T17:17:38.643 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-02-06T17:17:38.643 INFO:teuthology.orchestra.run.smithi102.stdout:Upgraded: 2024-02-06T17:17:38.644 INFO:teuthology.orchestra.run.smithi102.stdout: conmon-3:2.1.10-1.module_el8+804+f131391c.x86_64 2024-02-06T17:17:38.644 INFO:teuthology.orchestra.run.smithi102.stdout: container-selinux-2:2.227.0-1.module_el8+804+f131391c.noarch 2024-02-06T17:17:38.644 INFO:teuthology.orchestra.run.smithi102.stdout: containernetworking-plugins-1:1.4.0-1.module_el8+804+f131391c.x86_64 2024-02-06T17:17:38.644 INFO:teuthology.orchestra.run.smithi102.stdout: containers-common-2:1-58.module_el8+804+f131391c.x86_64 2024-02-06T17:17:38.644 INFO:teuthology.orchestra.run.smithi102.stdout: criu-3.18-4.module_el8+804+f131391c.x86_64 2024-02-06T17:17:38.644 INFO:teuthology.orchestra.run.smithi102.stdout: fuse-overlayfs-1.13-1.module_el8+804+f131391c.x86_64 2024-02-06T17:17:38.644 INFO:teuthology.orchestra.run.smithi102.stdout: libslirp-4.4.0-1.module_el8+804+f131391c.x86_64 2024-02-06T17:17:38.644 INFO:teuthology.orchestra.run.smithi102.stdout: runc-1:1.1.11-1.module_el8+804+f131391c.x86_64 2024-02-06T17:17:38.644 INFO:teuthology.orchestra.run.smithi102.stdout: slirp4netns-1.2.2-1.module_el8+804+f131391c.x86_64 2024-02-06T17:17:38.644 INFO:teuthology.orchestra.run.smithi102.stdout:Installed: 2024-02-06T17:17:38.644 INFO:teuthology.orchestra.run.smithi102.stdout: aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-06T17:17:38.644 INFO:teuthology.orchestra.run.smithi102.stdout: buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2024-02-06T17:17:38.644 INFO:teuthology.orchestra.run.smithi102.stdout: cockpit-podman-82-1.module_el8+804+f131391c.noarch 2024-02-06T17:17:38.645 INFO:teuthology.orchestra.run.smithi102.stdout: criu-libs-3.18-4.module_el8+804+f131391c.x86_64 2024-02-06T17:17:38.645 INFO:teuthology.orchestra.run.smithi102.stdout: crun-1.12-1.module_el8+804+f131391c.x86_64 2024-02-06T17:17:38.645 INFO:teuthology.orchestra.run.smithi102.stdout: netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-06T17:17:38.645 INFO:teuthology.orchestra.run.smithi102.stdout: python3-podman-4.8.2-1.module_el8+804+f131391c.noarch 2024-02-06T17:17:38.645 INFO:teuthology.orchestra.run.smithi102.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-06T17:17:38.645 INFO:teuthology.orchestra.run.smithi102.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-06T17:17:38.645 INFO:teuthology.orchestra.run.smithi102.stdout: skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 2024-02-06T17:17:38.645 INFO:teuthology.orchestra.run.smithi102.stdout: toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 2024-02-06T17:17:38.645 INFO:teuthology.orchestra.run.smithi102.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-06T17:17:38.645 INFO:teuthology.orchestra.run.smithi102.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-06T17:17:38.645 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-02-06T17:17:38.645 INFO:teuthology.orchestra.run.smithi102.stdout:Complete! 2024-02-06T17:17:38.960 DEBUG:teuthology.parallel:result is None 2024-02-06T17:17:39.244 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 31/31 2024-02-06T17:17:39.244 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-06T17:17:39.244 INFO:teuthology.orchestra.run.smithi096.stdout:Upgraded: 2024-02-06T17:17:39.244 INFO:teuthology.orchestra.run.smithi096.stdout: conmon-3:2.1.10-1.module_el8+804+f131391c.x86_64 2024-02-06T17:17:39.244 INFO:teuthology.orchestra.run.smithi096.stdout: container-selinux-2:2.227.0-1.module_el8+804+f131391c.noarch 2024-02-06T17:17:39.244 INFO:teuthology.orchestra.run.smithi096.stdout: containernetworking-plugins-1:1.4.0-1.module_el8+804+f131391c.x86_64 2024-02-06T17:17:39.244 INFO:teuthology.orchestra.run.smithi096.stdout: containers-common-2:1-58.module_el8+804+f131391c.x86_64 2024-02-06T17:17:39.244 INFO:teuthology.orchestra.run.smithi096.stdout: criu-3.18-4.module_el8+804+f131391c.x86_64 2024-02-06T17:17:39.244 INFO:teuthology.orchestra.run.smithi096.stdout: fuse-overlayfs-1.13-1.module_el8+804+f131391c.x86_64 2024-02-06T17:17:39.244 INFO:teuthology.orchestra.run.smithi096.stdout: libslirp-4.4.0-1.module_el8+804+f131391c.x86_64 2024-02-06T17:17:39.244 INFO:teuthology.orchestra.run.smithi096.stdout: runc-1:1.1.11-1.module_el8+804+f131391c.x86_64 2024-02-06T17:17:39.245 INFO:teuthology.orchestra.run.smithi096.stdout: slirp4netns-1.2.2-1.module_el8+804+f131391c.x86_64 2024-02-06T17:17:39.245 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2024-02-06T17:17:39.245 INFO:teuthology.orchestra.run.smithi096.stdout: aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-06T17:17:39.245 INFO:teuthology.orchestra.run.smithi096.stdout: buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2024-02-06T17:17:39.245 INFO:teuthology.orchestra.run.smithi096.stdout: cockpit-podman-82-1.module_el8+804+f131391c.noarch 2024-02-06T17:17:39.245 INFO:teuthology.orchestra.run.smithi096.stdout: criu-libs-3.18-4.module_el8+804+f131391c.x86_64 2024-02-06T17:17:39.245 INFO:teuthology.orchestra.run.smithi096.stdout: crun-1.12-1.module_el8+804+f131391c.x86_64 2024-02-06T17:17:39.245 INFO:teuthology.orchestra.run.smithi096.stdout: netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-06T17:17:39.245 INFO:teuthology.orchestra.run.smithi096.stdout: python3-podman-4.8.2-1.module_el8+804+f131391c.noarch 2024-02-06T17:17:39.245 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-06T17:17:39.245 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-06T17:17:39.245 INFO:teuthology.orchestra.run.smithi096.stdout: skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 2024-02-06T17:17:39.245 INFO:teuthology.orchestra.run.smithi096.stdout: toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 2024-02-06T17:17:39.245 INFO:teuthology.orchestra.run.smithi096.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-06T17:17:39.246 INFO:teuthology.orchestra.run.smithi096.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-06T17:17:39.246 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-06T17:17:39.246 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2024-02-06T17:17:39.577 DEBUG:teuthology.parallel:result is None 2024-02-06T17:17:39.578 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-06T17:17:39.648 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': 'ce0a401e7175623ae7f0c4552bd00c17eefaf943'} 2024-02-06T17:17:39.648 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v15.2.0 2024-02-06T17:17:39.649 INFO:tasks.cephadm:Cluster fsid is a15007fc-c513-11ee-95b6-87774f69a715 2024-02-06T17:17:39.649 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-06T17:17:39.649 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.96', 'mon.c': '[v2:172.21.15.96:3301,v1:172.21.15.96:6790]', 'mon.b': '172.21.15.102'} 2024-02-06T17:17:39.649 INFO:tasks.cephadm:First mon is mon.a on smithi096 2024-02-06T17:17:39.649 INFO:tasks.cephadm:First mgr is y 2024-02-06T17:17:39.649 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-06T17:17:39.650 DEBUG:teuthology.orchestra.run.smithi096:> sudo hostname $(hostname -s) 2024-02-06T17:17:39.677 DEBUG:teuthology.orchestra.run.smithi102:> sudo hostname $(hostname -s) 2024-02-06T17:17:39.706 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v15.2.0)... 2024-02-06T17:17:39.707 DEBUG:teuthology.orchestra.run.smithi096:> 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-02-06T17:17:39.971 INFO:teuthology.orchestra.run.smithi096.stdout:-rw-rw-r--. 1 ubuntu ubuntu 151122 Feb 6 17:17 /home/ubuntu/cephtest/cephadm 2024-02-06T17:17:39.972 DEBUG:teuthology.orchestra.run.smithi102:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v15.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-06T17:17:40.184 INFO:teuthology.orchestra.run.smithi102.stdout:-rw-rw-r--. 1 ubuntu ubuntu 151122 Feb 6 17:17 /home/ubuntu/cephtest/cephadm 2024-02-06T17:17:40.185 DEBUG:teuthology.orchestra.run.smithi096:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-06T17:17:40.204 DEBUG:teuthology.orchestra.run.smithi102:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-06T17:17:40.235 DEBUG:teuthology.orchestra.run.smithi096:> sudo mkdir -p /etc/ceph 2024-02-06T17:17:40.272 DEBUG:teuthology.orchestra.run.smithi102:> sudo mkdir -p /etc/ceph 2024-02-06T17:17:40.304 DEBUG:teuthology.orchestra.run.smithi096:> sudo chmod 777 /etc/ceph 2024-02-06T17:17:40.338 DEBUG:teuthology.orchestra.run.smithi102:> sudo chmod 777 /etc/ceph 2024-02-06T17:17:40.372 INFO:tasks.cephadm:Writing seed config... 2024-02-06T17:17:40.374 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-02-06T17:17:40.374 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-06T17:17:40.374 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-06T17:17:40.375 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-06T17:17:40.375 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-06T17:17:40.375 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-06T17:17:40.375 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-06T17:17:40.376 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-06T17:17:40.377 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2024-02-06T17:17:40.377 DEBUG:teuthology.orchestra.run.smithi096:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-06T17:17:40.396 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true 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 = a15007fc-c513-11ee-95b6-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-02-06T17:17:40.397 DEBUG:teuthology.orchestra.run.smithi096:mon.a> sudo journalctl -f -n 0 -u ceph-a15007fc-c513-11ee-95b6-87774f69a715@mon.a.service 2024-02-06T17:17:40.440 DEBUG:teuthology.orchestra.run.smithi096:mgr.y> sudo journalctl -f -n 0 -u ceph-a15007fc-c513-11ee-95b6-87774f69a715@mgr.y.service 2024-02-06T17:17:40.465 INFO:journalctl@ceph.mon.a.smithi096.stdout:-- Logs begin at Tue 2024-02-06 17:10:32 UTC. -- 2024-02-06T17:17:40.466 INFO:tasks.cephadm:Bootstrapping... 2024-02-06T17:17:40.466 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 -v bootstrap --fsid a15007fc-c513-11ee-95b6-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.96 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-06T17:17:40.492 INFO:journalctl@ceph.mgr.y.smithi096.stdout:-- Logs begin at Tue 2024-02-06 17:10:32 UTC. -- 2024-02-06T17:17:40.607 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Verifying podman|docker is present... 2024-02-06T17:17:40.608 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Verifying lvm2 is present... 2024-02-06T17:17:40.608 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Verifying time synchronization is in place... 2024-02-06T17:17:40.608 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chrony.service 2024-02-06T17:17:40.613 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-06T17:17:40.613 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: systemctl is-active chrony.service 2024-02-06T17:17:40.618 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-02-06T17:17:40.618 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chronyd.service 2024-02-06T17:17:40.624 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:systemctl:stdout enabled 2024-02-06T17:17:40.624 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: systemctl is-active chronyd.service 2024-02-06T17:17:40.629 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:systemctl:stdout active 2024-02-06T17:17:40.629 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Unit chronyd.service is enabled and running 2024-02-06T17:17:40.629 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Repeating the final host check... 2024-02-06T17:17:40.629 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:podman|docker (/bin/podman) is present 2024-02-06T17:17:40.629 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:systemctl is present 2024-02-06T17:17:40.629 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:lvcreate is present 2024-02-06T17:17:40.629 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chrony.service 2024-02-06T17:17:40.633 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-06T17:17:40.633 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: systemctl is-active chrony.service 2024-02-06T17:17:40.638 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-02-06T17:17:40.638 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chronyd.service 2024-02-06T17:17:40.643 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:systemctl:stdout enabled 2024-02-06T17:17:40.643 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: systemctl is-active chronyd.service 2024-02-06T17:17:40.648 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:systemctl:stdout active 2024-02-06T17:17:40.648 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Unit chronyd.service is enabled and running 2024-02-06T17:17:40.649 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Host looks OK 2024-02-06T17:17:40.649 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:root:Cluster fsid: a15007fc-c513-11ee-95b6-87774f69a715 2024-02-06T17:17:40.649 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Acquiring lock 139754549008536 on /run/cephadm/a15007fc-c513-11ee-95b6-87774f69a715.lock 2024-02-06T17:17:40.649 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Lock 139754549008536 acquired on /run/cephadm/a15007fc-c513-11ee-95b6-87774f69a715.lock 2024-02-06T17:17:40.649 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Verifying IP 172.21.15.96 port 3300 ... 2024-02-06T17:17:40.649 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Verifying IP 172.21.15.96 port 6789 ... 2024-02-06T17:17:40.649 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Base mon IP is 172.21.15.96, final addrv is [v2:172.21.15.96:3300,v1:172.21.15.96:6789] 2024-02-06T17:17:40.649 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: /sbin/ip route ls 2024-02-06T17:17:40.650 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/sbin/ip:stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.96 metric 100 2024-02-06T17:17:40.650 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/sbin/ip:stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.96 metric 100 2024-02-06T17:17:40.651 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Mon IP 172.21.15.96 is in CIDR network 172.21.0.0/20 2024-02-06T17:17:40.652 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Pulling latest docker.io/ceph/ceph:v15.2.0 container... 2024-02-06T17:17:40.652 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: /bin/podman pull docker.io/ceph/ceph:v15.2.0 2024-02-06T17:17:42.443 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/bin/podman:stderr Trying to pull docker.io/ceph/ceph:v15.2.0... 2024-02-06T17:17:49.199 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/bin/podman:stderr Getting image source signatures 2024-02-06T17:17:49.212 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/bin/podman:stderr Copying blob sha256:120f0bd0d532e2094e4c344cda2d32931787ee8c2e5d6b9ddd4698dfe3ef6110 2024-02-06T17:17:49.212 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/bin/podman:stderr Copying blob sha256:8a29a15cefaeccf6545f7ecf11298f9672d2f0cdaf9e357a95133ac3ad3e1f07 2024-02-06T17:18:00.182 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/bin/podman:stderr Copying config sha256:204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 2024-02-06T17:18:00.349 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/bin/podman:stderr Writing manifest to image destination 2024-02-06T17:18:00.637 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/bin/podman:stdout 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 2024-02-06T17:18:00.648 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Extracting ceph user uid/gid from container image... 2024-02-06T17:18:00.648 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi096', '--entrypoint', 'stat', 'docker.io/ceph/ceph:v15.2.0', '-c', '%u %g', '/var/lib/ceph'] 2024-02-06T17:18:00.648 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi096 --entrypoint stat docker.io/ceph/ceph:v15.2.0 -c %u %g /var/lib/ceph 2024-02-06T17:18:01.214 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:stat:stdout 167 167 2024-02-06T17:18:01.854 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Creating initial keys... 2024-02-06T17:18:01.855 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi096', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2024-02-06T17:18:01.855 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi096 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2024-02-06T17:18:02.336 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQDKacJlT2j/DhAA17ewx0sGjtgdv4RvLdweag== 2024-02-06T17:18:02.993 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi096', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2024-02-06T17:18:02.994 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi096 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2024-02-06T17:18:03.467 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQDLacJlEOpQFRAAsDbSDW5ZWkdKHxbidgEZlA== 2024-02-06T17:18:03.967 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi096', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2024-02-06T17:18:03.967 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi096 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2024-02-06T17:18:04.539 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQDMacJl3hwtGRAANda7rVQ08FxOSdZjA8oCOQ== 2024-02-06T17:18:05.042 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Creating initial monmap... 2024-02-06T17:18:05.042 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi096', '-v', '/tmp/ceph-tmp0xy7c4m_:/tmp/monmap:z', '--entrypoint', '/usr/bin/monmaptool', 'docker.io/ceph/ceph:v15.2.0', '--create', '--clobber', '--fsid', 'a15007fc-c513-11ee-95b6-87774f69a715', '--addv', 'a', '[v2:172.21.15.96:3300,v1:172.21.15.96:6789]', '/tmp/monmap'] 2024-02-06T17:18:05.043 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi096 -v /tmp/ceph-tmp0xy7c4m_:/tmp/monmap:z --entrypoint /usr/bin/monmaptool docker.io/ceph/ceph:v15.2.0 --create --clobber --fsid a15007fc-c513-11ee-95b6-87774f69a715 --addv a [v2:172.21.15.96:3300,v1:172.21.15.96:6789] /tmp/monmap 2024-02-06T17:18:05.629 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-06T17:18:05.629 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: set fsid to a15007fc-c513-11ee-95b6-87774f69a715 2024-02-06T17:18:05.629 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-06T17:18:06.349 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Creating mon... 2024-02-06T17:18:06.352 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi096', '-v', '/var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z', '-v', '/var/lib/ceph/a15007fc-c513-11ee-95b6-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z', '-v', '/tmp/ceph-tmpzqb6rok7:/tmp/keyring:z', '-v', '/tmp/ceph-tmp0xy7c4m_:/tmp/monmap:z', '--entrypoint', '/usr/bin/ceph-mon', 'docker.io/ceph/ceph:v15.2.0', '--mkfs', '-i', 'a', '--fsid', 'a15007fc-c513-11ee-95b6-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-02-06T17:18:06.352 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi096 -v /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/a15007fc-c513-11ee-95b6-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z -v /tmp/ceph-tmpzqb6rok7:/tmp/keyring:z -v /tmp/ceph-tmp0xy7c4m_:/tmp/monmap:z --entrypoint /usr/bin/ceph-mon docker.io/ceph/ceph:v15.2.0 --mkfs -i a --fsid a15007fc-c513-11ee-95b6-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-02-06T17:18:06.886 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.757+0000 7f4b085db6c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-06T17:18:06.887 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.757+0000 7f4b085db6c0 1 imported monmap: 2024-02-06T17:18:06.887 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr epoch 0 2024-02-06T17:18:06.887 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr fsid a15007fc-c513-11ee-95b6-87774f69a715 2024-02-06T17:18:06.887 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr last_changed 2024-02-06T17:18:05.499050+0000 2024-02-06T17:18:06.887 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr created 2024-02-06T17:18:05.499050+0000 2024-02-06T17:18:06.887 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr min_mon_release 0 (unknown) 2024-02-06T17:18:06.887 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 0: [v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0] mon.a 2024-02-06T17:18:06.887 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-02-06T17:18:06.887 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.757+0000 7f4b085db6c0 0 /usr/bin/ceph-mon: set fsid to a15007fc-c513-11ee-95b6-87774f69a715 2024-02-06T17:18:06.887 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 0 set rocksdb option compression = kNoCompression 2024-02-06T17:18:06.887 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-02-06T17:18:06.887 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 0 set rocksdb option write_buffer_size = 33554432 2024-02-06T17:18:06.887 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 0 set rocksdb option compression = kNoCompression 2024-02-06T17:18:06.887 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-02-06T17:18:06.888 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 0 set rocksdb option write_buffer_size = 33554432 2024-02-06T17:18:06.888 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: RocksDB version: 6.1.2 2024-02-06T17:18:06.888 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-02-06T17:18:06.888 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-06T17:18:06.888 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Compile date Mar 23 2020 2024-02-06T17:18:06.888 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: DB SUMMARY 2024-02-06T17:18:06.888 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-02-06T17:18:06.888 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-02-06T17:18:06.888 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-02-06T17:18:06.888 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-02-06T17:18:06.888 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-02-06T17:18:06.888 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.error_if_exists: 0 2024-02-06T17:18:06.888 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.create_if_missing: 1 2024-02-06T17:18:06.888 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.paranoid_checks: 1 2024-02-06T17:18:06.889 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.env: 0x561148f8d1a0 2024-02-06T17:18:06.889 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.info_log: 0x561149bcfaa0 2024-02-06T17:18:06.889 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-06T17:18:06.889 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.statistics: (nil) 2024-02-06T17:18:06.889 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.use_fsync: 0 2024-02-06T17:18:06.889 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.max_log_file_size: 0 2024-02-06T17:18:06.889 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-06T17:18:06.889 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-06T17:18:06.889 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-06T17:18:06.889 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-06T17:18:06.889 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.allow_fallocate: 1 2024-02-06T17:18:06.889 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-06T17:18:06.889 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-06T17:18:06.889 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.use_direct_reads: 0 2024-02-06T17:18:06.889 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-06T17:18:06.890 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.create_missing_column_families: 0 2024-02-06T17:18:06.890 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.db_log_dir: 2024-02-06T17:18:06.890 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-02-06T17:18:06.890 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-06T17:18:06.890 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.max_subcompactions: 1 2024-02-06T17:18:06.890 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.max_background_flushes: -1 2024-02-06T17:18:06.890 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-06T17:18:06.890 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-06T17:18:06.890 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-06T17:18:06.890 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-06T17:18:06.890 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.advise_random_on_open: 1 2024-02-06T17:18:06.890 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-06T17:18:06.890 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.write_buffer_manager: 0x56114a76e120 2024-02-06T17:18:06.890 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-06T17:18:06.890 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-06T17:18:06.891 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-06T17:18:06.891 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-06T17:18:06.891 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.rate_limiter: (nil) 2024-02-06T17:18:06.891 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-06T17:18:06.891 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-06T17:18:06.891 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-06T17:18:06.891 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-06T17:18:06.891 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-06T17:18:06.891 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-06T17:18:06.891 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-06T17:18:06.891 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-06T17:18:06.891 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.row_cache: None 2024-02-06T17:18:06.891 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.wal_filter: None 2024-02-06T17:18:06.891 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-06T17:18:06.891 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-06T17:18:06.891 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.preserve_deletes: 0 2024-02-06T17:18:06.892 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.two_write_queues: 0 2024-02-06T17:18:06.892 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.manual_wal_flush: 0 2024-02-06T17:18:06.892 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.atomic_flush: 0 2024-02-06T17:18:06.892 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-06T17:18:06.892 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.max_background_jobs: 2 2024-02-06T17:18:06.892 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.max_background_compactions: -1 2024-02-06T17:18:06.892 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-06T17:18:06.892 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-06T17:18:06.892 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-06T17:18:06.892 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.max_total_wal_size: 0 2024-02-06T17:18:06.892 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-06T17:18:06.892 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-06T17:18:06.892 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-06T17:18:06.892 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-06T17:18:06.892 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.max_open_files: -1 2024-02-06T17:18:06.893 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.bytes_per_sync: 0 2024-02-06T17:18:06.893 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-06T17:18:06.893 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-06T17:18:06.893 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Compression algorithms supported: 2024-02-06T17:18:06.893 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-06T17:18:06.893 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: kZSTD supported: 0 2024-02-06T17:18:06.893 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: kXpressCompression supported: 0 2024-02-06T17:18:06.893 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-06T17:18:06.893 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: kLZ4Compression supported: 1 2024-02-06T17:18:06.893 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: kBZip2Compression supported: 0 2024-02-06T17:18:06.893 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: kZlibCompression supported: 1 2024-02-06T17:18:06.893 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: kSnappyCompression supported: 1 2024-02-06T17:18:06.893 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-06T17:18:06.893 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.758+0000 7f4b085db6c0 4 rocksdb: [db/db_impl_open.cc:228] Creating manifest 1 2024-02-06T17:18:06.893 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-02-06T17:18:06.893 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-02-06T17:18:06.894 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-02-06T17:18:06.894 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-02-06T17:18:06.894 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-02-06T17:18:06.894 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-06T17:18:06.894 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.merge_operator: 2024-02-06T17:18:06.894 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.compaction_filter: None 2024-02-06T17:18:06.894 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.compaction_filter_factory: None 2024-02-06T17:18:06.894 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-06T17:18:06.894 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-06T17:18:06.894 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561149af4118) 2024-02-06T17:18:06.894 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr cache_index_and_filter_blocks: 1 2024-02-06T17:18:06.894 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr cache_index_and_filter_blocks_with_high_priority: 1 2024-02-06T17:18:06.894 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-06T17:18:06.894 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr pin_top_level_index_and_filter: 1 2024-02-06T17:18:06.895 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr index_type: 0 2024-02-06T17:18:06.895 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr data_block_index_type: 0 2024-02-06T17:18:06.895 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr data_block_hash_table_util_ratio: 0.750000 2024-02-06T17:18:06.895 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr hash_index_allow_collision: 1 2024-02-06T17:18:06.895 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr checksum: 1 2024-02-06T17:18:06.895 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr no_block_cache: 0 2024-02-06T17:18:06.895 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache: 0x561149b2e510 2024-02-06T17:18:06.895 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_name: BinnedLRUCache 2024-02-06T17:18:06.895 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_options: 2024-02-06T17:18:06.895 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr capacity : 536870912 2024-02-06T17:18:06.895 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr num_shard_bits : 4 2024-02-06T17:18:06.895 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr strict_capacity_limit : 0 2024-02-06T17:18:06.895 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr high_pri_pool_ratio: 0.000 2024-02-06T17:18:06.895 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_compressed: (nil) 2024-02-06T17:18:06.895 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr persistent_cache: (nil) 2024-02-06T17:18:06.895 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_size: 4096 2024-02-06T17:18:06.896 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_size_deviation: 10 2024-02-06T17:18:06.896 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_restart_interval: 16 2024-02-06T17:18:06.896 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr index_block_restart_interval: 1 2024-02-06T17:18:06.896 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr metadata_block_size: 4096 2024-02-06T17:18:06.896 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr partition_filters: 0 2024-02-06T17:18:06.896 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr use_delta_encoding: 1 2024-02-06T17:18:06.896 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr filter_policy: rocksdb.BuiltinBloomFilter 2024-02-06T17:18:06.896 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr whole_key_filtering: 1 2024-02-06T17:18:06.896 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr verify_compression: 0 2024-02-06T17:18:06.896 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr read_amp_bytes_per_bit: 0 2024-02-06T17:18:06.896 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr format_version: 2 2024-02-06T17:18:06.896 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr enable_index_compression: 1 2024-02-06T17:18:06.896 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_align: 0 2024-02-06T17:18:06.896 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-02-06T17:18:06.897 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-06T17:18:06.897 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-06T17:18:06.897 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.compression: NoCompression 2024-02-06T17:18:06.897 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-06T17:18:06.897 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-06T17:18:06.897 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-06T17:18:06.897 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.num_levels: 7 2024-02-06T17:18:06.897 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-06T17:18:06.897 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-06T17:18:06.897 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-06T17:18:06.897 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-06T17:18:06.897 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-06T17:18:06.897 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-06T17:18:06.897 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-06T17:18:06.897 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-06T17:18:06.898 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-06T17:18:06.898 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.compression_opts.level: 32767 2024-02-06T17:18:06.898 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-06T17:18:06.898 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-06T17:18:06.898 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-06T17:18:06.898 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.compression_opts.enabled: false 2024-02-06T17:18:06.898 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-06T17:18:06.898 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-06T17:18:06.898 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-06T17:18:06.898 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-06T17:18:06.898 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-06T17:18:06.898 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-06T17:18:06.898 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-06T17:18:06.899 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-06T17:18:06.899 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-06T17:18:06.899 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-06T17:18:06.899 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-06T17:18:06.899 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-06T17:18:06.899 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-06T17:18:06.899 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-06T17:18:06.899 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-06T17:18:06.899 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-06T17:18:06.899 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-06T17:18:06.899 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.arena_block_size: 4194304 2024-02-06T17:18:06.899 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-06T17:18:06.899 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-06T17:18:06.899 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-06T17:18:06.899 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-06T17:18:06.900 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-06T17:18:06.900 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-06T17:18:06.900 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-06T17:18:06.900 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-06T17:18:06.900 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-06T17:18:06.900 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-06T17:18:06.900 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-06T17:18:06.900 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-06T17:18:06.900 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-06T17:18:06.900 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-06T17:18:06.900 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.table_properties_collectors: 2024-02-06T17:18:06.900 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.inplace_update_support: 0 2024-02-06T17:18:06.900 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-06T17:18:06.901 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-06T17:18:06.901 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-06T17:18:06.901 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-06T17:18:06.901 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.bloom_locality: 0 2024-02-06T17:18:06.901 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.max_successive_merges: 0 2024-02-06T17:18:06.901 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-06T17:18:06.901 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-06T17:18:06.901 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.force_consistency_checks: 0 2024-02-06T17:18:06.901 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-06T17:18:06.901 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: Options.ttl: 0 2024-02-06T17:18:06.901 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 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-02-06T17:18:06.901 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-02-06T17:18:06.901 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.759+0000 7f4b085db6c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2024-02-06T17:18:06.901 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-02-06T17:18:06.901 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.762+0000 7f4b085db6c0 4 rocksdb: DB pointer 0x561149bc9200 2024-02-06T17:18:06.902 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.762+0000 7f4af179c700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-02-06T17:18:06.902 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.762+0000 7f4af179c700 4 rocksdb: [db/db_impl.cc:778] 2024-02-06T17:18:06.902 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** DB Stats ** 2024-02-06T17:18:06.902 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2024-02-06T17:18:06.902 INFO:teuthology.orchestra.run.smithi096.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-02-06T17:18:06.902 INFO:teuthology.orchestra.run.smithi096.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-02-06T17:18:06.902 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-06T17:18:06.902 INFO:teuthology.orchestra.run.smithi096.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-02-06T17:18:06.902 INFO:teuthology.orchestra.run.smithi096.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-02-06T17:18:06.902 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-06T17:18:06.902 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-02-06T17:18:06.902 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-02-06T17:18:06.902 INFO:teuthology.orchestra.run.smithi096.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-02-06T17:18:06.902 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T17:18:06.902 INFO:teuthology.orchestra.run.smithi096.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-02-06T17:18:06.903 INFO:teuthology.orchestra.run.smithi096.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-02-06T17:18:06.903 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-02-06T17:18:06.903 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-02-06T17:18:06.903 INFO:teuthology.orchestra.run.smithi096.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-02-06T17:18:06.903 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T17:18:06.903 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2024-02-06T17:18:06.903 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Flush(GB): cumulative 0.000, interval 0.000 2024-02-06T17:18:06.903 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-02-06T17:18:06.903 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Total Files): cumulative 0, interval 0 2024-02-06T17:18:06.903 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(L0 Files): cumulative 0, interval 0 2024-02-06T17:18:06.903 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Keys): cumulative 0, interval 0 2024-02-06T17:18:06.903 INFO:teuthology.orchestra.run.smithi096.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-02-06T17:18:06.903 INFO:teuthology.orchestra.run.smithi096.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-02-06T17:18:06.903 INFO:teuthology.orchestra.run.smithi096.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-02-06T17:18:06.903 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-02-06T17:18:06.904 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** File Read Latency Histogram By Level [default] ** 2024-02-06T17:18:06.904 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-02-06T17:18:06.904 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-02-06T17:18:06.904 INFO:teuthology.orchestra.run.smithi096.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-02-06T17:18:06.904 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T17:18:06.904 INFO:teuthology.orchestra.run.smithi096.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-02-06T17:18:06.904 INFO:teuthology.orchestra.run.smithi096.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-02-06T17:18:06.904 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-02-06T17:18:06.904 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-02-06T17:18:06.904 INFO:teuthology.orchestra.run.smithi096.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-02-06T17:18:06.904 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T17:18:06.904 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2024-02-06T17:18:06.904 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Flush(GB): cumulative 0.000, interval 0.000 2024-02-06T17:18:06.904 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-02-06T17:18:06.905 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Total Files): cumulative 0, interval 0 2024-02-06T17:18:06.905 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(L0 Files): cumulative 0, interval 0 2024-02-06T17:18:06.905 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Keys): cumulative 0, interval 0 2024-02-06T17:18:06.905 INFO:teuthology.orchestra.run.smithi096.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-02-06T17:18:06.905 INFO:teuthology.orchestra.run.smithi096.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-02-06T17:18:06.905 INFO:teuthology.orchestra.run.smithi096.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-02-06T17:18:06.905 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-02-06T17:18:06.905 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** File Read Latency Histogram By Level [default] ** 2024-02-06T17:18:06.905 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-02-06T17:18:06.905 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.763+0000 7f4b085db6c0 4 rocksdb: [db/db_impl.cc:390] Shutdown: canceling all background work 2024-02-06T17:18:06.905 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.763+0000 7f4b085db6c0 4 rocksdb: [db/db_impl.cc:563] Shutdown complete 2024-02-06T17:18:06.905 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-06T17:18:06.763+0000 7f4b085db6c0 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-02-06T17:18:07.491 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/a15007fc-c513-11ee-95b6-87774f69a715 2024-02-06T17:18:07.495 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: systemctl disable ceph.target 2024-02-06T17:18:07.585 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: systemctl enable ceph.target 2024-02-06T17:18:07.590 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-06T17:18:07.667 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: systemctl start ceph.target 2024-02-06T17:18:07.673 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-a15007fc-c513-11ee-95b6-87774f69a715.target 2024-02-06T17:18:07.679 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-a15007fc-c513-11ee-95b6-87774f69a715.target → /etc/systemd/system/ceph-a15007fc-c513-11ee-95b6-87774f69a715.target. 2024-02-06T17:18:07.679 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-a15007fc-c513-11ee-95b6-87774f69a715.target → /etc/systemd/system/ceph-a15007fc-c513-11ee-95b6-87774f69a715.target. 2024-02-06T17:18:07.755 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: systemctl start ceph-a15007fc-c513-11ee-95b6-87774f69a715.target 2024-02-06T17:18:07.773 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: systemctl daemon-reload 2024-02-06T17:18:07.853 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: systemctl stop ceph-a15007fc-c513-11ee-95b6-87774f69a715@mon.a 2024-02-06T17:18:07.875 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: systemctl reset-failed ceph-a15007fc-c513-11ee-95b6-87774f69a715@mon.a 2024-02-06T17:18:07.881 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:systemctl:stderr Failed to reset failed state of unit ceph-a15007fc-c513-11ee-95b6-87774f69a715@mon.a.service: Unit ceph-a15007fc-c513-11ee-95b6-87774f69a715@mon.a.service not loaded. 2024-02-06T17:18:07.881 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-a15007fc-c513-11ee-95b6-87774f69a715@mon.a 2024-02-06T17:18:07.887 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph-a15007fc-c513-11ee-95b6-87774f69a715.target.wants/ceph-a15007fc-c513-11ee-95b6-87774f69a715@mon.a.service → /etc/systemd/system/ceph-a15007fc-c513-11ee-95b6-87774f69a715@.service. 2024-02-06T17:18:07.964 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: systemctl start ceph-a15007fc-c513-11ee-95b6-87774f69a715@mon.a 2024-02-06T17:18:08.012 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:07 smithi096 podman[35166]: Error: no container with ID or name "ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon.a" found: no such container 2024-02-06T17:18:08.014 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: systemctl is-enabled firewalld.service 2024-02-06T17:18:08.022 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:systemctl:stdout disabled 2024-02-06T17:18:08.022 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: systemctl is-active firewalld.service 2024-02-06T17:18:08.030 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-02-06T17:18:08.030 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:firewalld.service is not enabled 2024-02-06T17:18:08.031 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Waiting for mon to start... 2024-02-06T17:18:08.031 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Waiting for mon... 2024-02-06T17:18:08.031 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi096 -v /var/lib/ceph/a15007fc-c513-11ee-95b6-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z -v /tmp/ceph-tmptpwe3_93:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6enzjkao:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status 2024-02-06T17:18:08.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:08 smithi096 systemd[1]: Started Ceph mon.a for a15007fc-c513-11ee-95b6-87774f69a715. 2024-02-06T17:18:08.848 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout cluster: 2024-02-06T17:18:08.848 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout id: a15007fc-c513-11ee-95b6-87774f69a715 2024-02-06T17:18:08.848 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout health: HEALTH_OK 2024-02-06T17:18:08.848 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-02-06T17:18:08.848 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout services: 2024-02-06T17:18:08.848 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon: 1 daemons, quorum a (age 0.186126s) 2024-02-06T17:18:08.848 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mgr: no daemons active 2024-02-06T17:18:08.848 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd: 0 osds: 0 up, 0 in 2024-02-06T17:18:08.848 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-02-06T17:18:08.848 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout data: 2024-02-06T17:18:08.848 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout pools: 0 pools, 0 pgs 2024-02-06T17:18:08.848 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout objects: 0 objects, 0 B 2024-02-06T17:18:08.849 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout usage: 0 B used, 0 B / 0 B avail 2024-02-06T17:18:08.849 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout pgs: 2024-02-06T17:18:08.849 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-02-06T17:18:09.164 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:08 smithi096 bash[35183]: cluster 2024-02-06T17:18:08.662716+0000 mon.a (mon.0) 0 : [INF] mkfs a15007fc-c513-11ee-95b6-87774f69a715 2024-02-06T17:18:09.164 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:08 smithi096 bash[35183]: cluster 2024-02-06T17:18:08.650760+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-02-06T17:18:09.451 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Assimilating anything we can from ceph.conf... 2024-02-06T17:18:09.451 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi096', '-v', '/var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmptpwe3_93:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp6enzjkao:/etc/ceph/ceph.conf:z', '-v', '/var/lib/ceph/a15007fc-c513-11ee-95b6-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-02-06T17:18:09.451 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi096 -v /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptpwe3_93:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6enzjkao:/etc/ceph/ceph.conf:z -v /var/lib/ceph/a15007fc-c513-11ee-95b6-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-02-06T17:18:09.707 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:09 smithi096 bash[35183]: cluster 2024-02-06T17:18:08.659355+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-02-06T17:18:09.707 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:09 smithi096 bash[35183]: cluster 2024-02-06T17:18:08.661655+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0]} 2024-02-06T17:18:09.707 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:09 smithi096 bash[35183]: cluster 2024-02-06T17:18:08.663812+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-02-06T17:18:09.707 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:09 smithi096 bash[35183]: cluster 2024-02-06T17:18:08.666942+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-06T17:18:09.708 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:09 smithi096 bash[35183]: cluster 2024-02-06T17:18:08.667290+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-02-06T17:18:09.708 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:09 smithi096 bash[35183]: audit 2024-02-06T17:18:08.845456+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.96:0/758700855' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-06T17:18:10.033 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-02-06T17:18:10.033 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [global] 2024-02-06T17:18:10.033 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout fsid = a15007fc-c513-11ee-95b6-87774f69a715 2024-02-06T17:18:10.034 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout log_to_journald = false 2024-02-06T17:18:10.034 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_election_default_strategy = 1 2024-02-06T17:18:10.034 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_host = [v2:172.21.15.96:3300,v1:172.21.15.96:6789] 2024-02-06T17:18:10.034 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_osd_allow_pg_remap = true 2024-02-06T17:18:10.034 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_osd_allow_primary_affinity = true 2024-02-06T17:18:10.034 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_no_sortbitwise = false 2024-02-06T17:18:10.034 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_crush_chooseleaf_type = 0 2024-02-06T17:18:10.034 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-02-06T17:18:10.034 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [mgr] 2024-02-06T17:18:10.034 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mgr/telemetry/nag = false 2024-02-06T17:18:10.034 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-02-06T17:18:10.034 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [mon] 2024-02-06T17:18:10.034 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_insecure_global_id_reclaim = false 2024-02-06T17:18:10.034 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_insecure_global_id_reclaim_allowed = false 2024-02-06T17:18:10.035 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-02-06T17:18:10.035 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [osd] 2024-02-06T17:18:10.035 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_map_max_advance = 10 2024-02-06T17:18:10.035 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_memory_target_autotune = true 2024-02-06T17:18:10.035 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_sloppy_crc = true 2024-02-06T17:18:10.682 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Generating new minimal ceph.conf... 2024-02-06T17:18:10.682 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi096', '-v', '/var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmptpwe3_93:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp6enzjkao:/etc/ceph/ceph.conf:z', '-v', '/var/lib/ceph/a15007fc-c513-11ee-95b6-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-02-06T17:18:10.682 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi096 -v /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptpwe3_93:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6enzjkao:/etc/ceph/ceph.conf:z -v /var/lib/ceph/a15007fc-c513-11ee-95b6-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-02-06T17:18:10.925 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:10 smithi096 bash[35183]: audit 2024-02-06T17:18:10.025526+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.96:0/696625481' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-06T17:18:10.925 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:10 smithi096 bash[35183]: audit 2024-02-06T17:18:10.028810+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.96:0/696625481' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-06T17:18:11.781 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Restarting the monitor... 2024-02-06T17:18:11.781 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: systemctl restart ceph-a15007fc-c513-11ee-95b6-87774f69a715@mon.a 2024-02-06T17:18:11.959 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:11 smithi096 bash[35183]: audit 2024-02-06T17:18:11.246196+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.96:0/4185984670' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:18:11.959 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:11 smithi096 systemd[1]: Stopping Ceph mon.a for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:18:12.264 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:11 smithi096 bash[35183]: debug 2024-02-06T17:18:11.958+0000 7f96503fe700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-06T17:18:12.264 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:11 smithi096 bash[35183]: debug 2024-02-06T17:18:11.958+0000 7f96503fe700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-02-06T17:18:12.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:12 smithi096 podman[35514]: ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon.a 2024-02-06T17:18:12.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:12 smithi096 systemd[1]: ceph-a15007fc-c513-11ee-95b6-87774f69a715@mon.a.service: Succeeded. 2024-02-06T17:18:12.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:12 smithi096 systemd[1]: Stopped Ceph mon.a for a15007fc-c513-11ee-95b6-87774f69a715. 2024-02-06T17:18:12.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:12 smithi096 systemd[1]: Starting Ceph mon.a for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:18:12.543 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Setting mon public_network... 2024-02-06T17:18:12.543 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi096', '-v', '/var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmptpwe3_93:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp6enzjkao:/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-02-06T17:18:12.543 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi096 -v /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptpwe3_93:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6enzjkao:/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-02-06T17:18:12.827 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:12 smithi096 podman[35556]: Error: no container with ID or name "ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon.a" found: no such container 2024-02-06T17:18:12.827 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:12 smithi096 systemd[1]: Started Ceph mon.a for a15007fc-c513-11ee-95b6-87774f69a715. 2024-02-06T17:18:14.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.562+0000 7f5f973d86c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-06T17:18:14.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.562+0000 7f5f973d86c0 0 ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc), process ceph-mon, pid 1 2024-02-06T17:18:14.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.562+0000 7f5f973d86c0 0 pidfile_write: ignore empty --pid-file 2024-02-06T17:18:14.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 0 load: jerasure load: lrc load: isa 2024-02-06T17:18:14.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 0 set rocksdb option compression = kNoCompression 2024-02-06T17:18:14.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-02-06T17:18:14.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 0 set rocksdb option write_buffer_size = 33554432 2024-02-06T17:18:14.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 0 set rocksdb option compression = kNoCompression 2024-02-06T17:18:14.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-02-06T17:18:14.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 0 set rocksdb option write_buffer_size = 33554432 2024-02-06T17:18:14.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 1 rocksdb: do_open column families: [default] 2024-02-06T17:18:14.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: RocksDB version: 6.1.2 2024-02-06T17:18:14.023 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-06T17:18:14.023 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Compile date Mar 23 2020 2024-02-06T17:18:14.023 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: DB SUMMARY 2024-02-06T17:18:14.023 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: CURRENT file: CURRENT 2024-02-06T17:18:14.023 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: IDENTITY file: IDENTITY 2024-02-06T17:18:14.023 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 109 Bytes 2024-02-06T17:18:14.023 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000004.sst 2024-02-06T17:18:14.023 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000006.log size: 69399 ; 2024-02-06T17:18:14.023 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.error_if_exists: 0 2024-02-06T17:18:14.023 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.create_if_missing: 0 2024-02-06T17:18:14.023 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.paranoid_checks: 1 2024-02-06T17:18:14.023 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.env: 0x561cc19961a0 2024-02-06T17:18:14.023 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.info_log: 0x561cc36949c0 2024-02-06T17:18:14.023 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-06T17:18:14.023 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.statistics: (nil) 2024-02-06T17:18:14.023 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.use_fsync: 0 2024-02-06T17:18:14.023 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.max_log_file_size: 0 2024-02-06T17:18:14.024 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-06T17:18:14.024 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-06T17:18:14.024 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-06T17:18:14.024 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-06T17:18:14.024 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.allow_fallocate: 1 2024-02-06T17:18:14.024 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-06T17:18:14.024 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-06T17:18:14.024 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.use_direct_reads: 0 2024-02-06T17:18:14.024 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-06T17:18:14.024 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.create_missing_column_families: 0 2024-02-06T17:18:14.024 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.db_log_dir: 2024-02-06T17:18:14.024 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-02-06T17:18:14.024 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-06T17:18:14.025 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.max_subcompactions: 1 2024-02-06T17:18:14.025 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.max_background_flushes: -1 2024-02-06T17:18:14.025 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-06T17:18:14.025 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-06T17:18:14.025 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-06T17:18:14.025 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-06T17:18:14.025 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.advise_random_on_open: 1 2024-02-06T17:18:14.025 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-06T17:18:14.025 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.write_buffer_manager: 0x561cc422cae0 2024-02-06T17:18:14.025 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-06T17:18:14.025 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-06T17:18:14.025 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-06T17:18:14.025 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-06T17:18:14.025 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.rate_limiter: (nil) 2024-02-06T17:18:14.025 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-06T17:18:14.026 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-06T17:18:14.026 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-06T17:18:14.026 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-06T17:18:14.026 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-06T17:18:14.026 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-06T17:18:14.026 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-06T17:18:14.026 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-06T17:18:14.026 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.row_cache: None 2024-02-06T17:18:14.026 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.wal_filter: None 2024-02-06T17:18:14.026 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-06T17:18:14.026 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-06T17:18:14.026 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.preserve_deletes: 0 2024-02-06T17:18:14.026 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.two_write_queues: 0 2024-02-06T17:18:14.026 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.manual_wal_flush: 0 2024-02-06T17:18:14.027 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.atomic_flush: 0 2024-02-06T17:18:14.027 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-06T17:18:14.027 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.max_background_jobs: 2 2024-02-06T17:18:14.027 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.max_background_compactions: -1 2024-02-06T17:18:14.027 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-06T17:18:14.027 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-06T17:18:14.027 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-06T17:18:14.027 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.max_total_wal_size: 0 2024-02-06T17:18:14.027 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-06T17:18:14.027 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-06T17:18:14.027 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-06T17:18:14.027 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-06T17:18:14.027 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.max_open_files: -1 2024-02-06T17:18:14.028 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.bytes_per_sync: 0 2024-02-06T17:18:14.028 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-06T17:18:14.028 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-06T17:18:14.028 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Compression algorithms supported: 2024-02-06T17:18:14.028 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-06T17:18:14.028 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: kZSTD supported: 0 2024-02-06T17:18:14.028 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: kXpressCompression supported: 0 2024-02-06T17:18:14.028 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-06T17:18:14.028 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: kLZ4Compression supported: 1 2024-02-06T17:18:14.028 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: kBZip2Compression supported: 0 2024-02-06T17:18:14.028 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: kZlibCompression supported: 1 2024-02-06T17:18:14.028 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: kSnappyCompression supported: 1 2024-02-06T17:18:14.028 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-06T17:18:14.028 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000005 2024-02-06T17:18:14.029 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-02-06T17:18:14.029 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-06T17:18:14.029 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.merge_operator: 2024-02-06T17:18:14.029 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.compaction_filter: None 2024-02-06T17:18:14.029 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.compaction_filter_factory: None 2024-02-06T17:18:14.029 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-06T17:18:14.029 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-06T17:18:14.029 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561cc35b0130) 2024-02-06T17:18:14.029 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: cache_index_and_filter_blocks: 1 2024-02-06T17:18:14.029 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: cache_index_and_filter_blocks_with_high_priority: 1 2024-02-06T17:18:14.029 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-06T17:18:14.029 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: pin_top_level_index_and_filter: 1 2024-02-06T17:18:14.029 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: index_type: 0 2024-02-06T17:18:14.030 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: data_block_index_type: 0 2024-02-06T17:18:14.030 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: data_block_hash_table_util_ratio: 0.750000 2024-02-06T17:18:14.030 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: hash_index_allow_collision: 1 2024-02-06T17:18:14.030 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: checksum: 1 2024-02-06T17:18:14.030 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: no_block_cache: 0 2024-02-06T17:18:14.030 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: block_cache: 0x561cc35ea610 2024-02-06T17:18:14.030 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: block_cache_name: BinnedLRUCache 2024-02-06T17:18:14.030 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: block_cache_options: 2024-02-06T17:18:14.030 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: capacity : 536870912 2024-02-06T17:18:14.030 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: num_shard_bits : 4 2024-02-06T17:18:14.030 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: strict_capacity_limit : 0 2024-02-06T17:18:14.030 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: high_pri_pool_ratio: 0.000 2024-02-06T17:18:14.030 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: block_cache_compressed: (nil) 2024-02-06T17:18:14.030 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: persistent_cache: (nil) 2024-02-06T17:18:14.030 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: block_size: 4096 2024-02-06T17:18:14.031 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: block_size_deviation: 10 2024-02-06T17:18:14.031 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: block_restart_interval: 16 2024-02-06T17:18:14.031 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: index_block_restart_interval: 1 2024-02-06T17:18:14.031 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: metadata_block_size: 4096 2024-02-06T17:18:14.031 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: partition_filters: 0 2024-02-06T17:18:14.031 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: use_delta_encoding: 1 2024-02-06T17:18:14.031 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-06T17:18:14.031 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: whole_key_filtering: 1 2024-02-06T17:18:14.031 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: verify_compression: 0 2024-02-06T17:18:14.031 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: read_amp_bytes_per_bit: 0 2024-02-06T17:18:14.031 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: format_version: 2 2024-02-06T17:18:14.031 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: enable_index_compression: 1 2024-02-06T17:18:14.031 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: block_align: 0 2024-02-06T17:18:14.031 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-06T17:18:14.031 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-06T17:18:14.031 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.compression: NoCompression 2024-02-06T17:18:14.031 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-06T17:18:14.032 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-06T17:18:14.032 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-06T17:18:14.032 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.num_levels: 7 2024-02-06T17:18:14.032 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-06T17:18:14.032 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-06T17:18:14.032 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-06T17:18:14.032 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-06T17:18:14.032 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-06T17:18:14.032 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-06T17:18:14.032 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-06T17:18:14.032 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-06T17:18:14.032 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-06T17:18:14.032 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.compression_opts.level: 32767 2024-02-06T17:18:14.032 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-06T17:18:14.032 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-06T17:18:14.033 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-06T17:18:14.033 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.compression_opts.enabled: false 2024-02-06T17:18:14.033 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-06T17:18:14.033 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-06T17:18:14.033 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-06T17:18:14.033 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-06T17:18:14.033 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-06T17:18:14.033 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-06T17:18:14.033 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-06T17:18:14.033 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-06T17:18:14.033 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-06T17:18:14.033 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-06T17:18:14.033 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-06T17:18:14.033 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-06T17:18:14.033 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-06T17:18:14.033 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-06T17:18:14.033 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-06T17:18:14.034 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-06T17:18:14.034 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-06T17:18:14.034 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.arena_block_size: 4194304 2024-02-06T17:18:14.034 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-06T17:18:14.034 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-06T17:18:14.034 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-06T17:18:14.034 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-06T17:18:14.034 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-06T17:18:14.034 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-06T17:18:14.034 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-06T17:18:14.034 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-06T17:18:14.034 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-06T17:18:14.034 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-06T17:18:14.035 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-06T17:18:14.035 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-06T17:18:14.035 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-06T17:18:14.035 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-06T17:18:14.035 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.table_properties_collectors: 2024-02-06T17:18:14.035 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.inplace_update_support: 0 2024-02-06T17:18:14.035 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-06T17:18:14.035 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-06T17:18:14.035 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-06T17:18:14.035 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-06T17:18:14.035 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.bloom_locality: 0 2024-02-06T17:18:14.035 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.max_successive_merges: 0 2024-02-06T17:18:14.035 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-06T17:18:14.035 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-06T17:18:14.035 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.force_consistency_checks: 0 2024-02-06T17:18:14.036 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-06T17:18:14.036 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.567+0000 7f5f973d86c0 4 rocksdb: Options.ttl: 0 2024-02-06T17:18:14.036 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.568+0000 7f5f973d86c0 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-02-06T17:18:14.036 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.568+0000 7f5f973d86c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 4 2024-02-06T17:18:14.036 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.568+0000 7f5f973d86c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707239893569347, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-02-06T17:18:14.036 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.568+0000 7f5f973d86c0 4 rocksdb: [db/db_impl_open.cc:583] Recovering log #6 mode 2 2024-02-06T17:18:14.036 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.569+0000 7f5f973d86c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707239893570121, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 66440, "table_properties": {"data_size": 64735, "index_size": 310, "filter_size": 581, "raw_key_size": 8761, "raw_average_key_size": 46, "raw_value_size": 59694, "raw_average_value_size": 319, "num_data_blocks": 10, "num_entries": 187, "filter_policy_name": "rocksdb.BuiltinBloomFilter"}} 2024-02-06T17:18:14.036 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.569+0000 7f5f973d86c0 4 rocksdb: [db/version_set.cc:3036] Creating manifest 8 2024-02-06T17:18:14.036 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.569+0000 7f5f973d86c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707239893570443, "job": 1, "event": "recovery_finished"} 2024-02-06T17:18:14.036 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.570+0000 7f5f973d86c0 4 rocksdb: DB pointer 0x561cc3685200 2024-02-06T17:18:14.036 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.570+0000 7f5f7e525700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-02-06T17:18:14.036 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.570+0000 7f5f7e525700 4 rocksdb: [db/db_impl.cc:778] 2024-02-06T17:18:14.036 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: ** DB Stats ** 2024-02-06T17:18:14.036 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-06T17:18:14.036 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-06T17:18:14.037 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-06T17:18:14.037 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-06T17:18:14.037 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-06T17:18:14.037 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-06T17:18:14.037 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-06T17:18:14.037 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: ** Compaction Stats [default] ** 2024-02-06T17:18:14.037 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: 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-02-06T17:18:14.037 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T17:18:14.037 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: L0 2/0 66.50 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 123.3 0.00 0.00 1 0.001 0 0 2024-02-06T17:18:14.037 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: Sum 2/0 66.50 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 123.3 0.00 0.00 1 0.001 0 0 2024-02-06T17:18:14.037 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 123.3 0.00 0.00 1 0.001 0 0 2024-02-06T17:18:14.037 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: ** Compaction Stats [default] ** 2024-02-06T17:18:14.037 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: 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-02-06T17:18:14.037 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T17:18:14.037 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 123.3 0.00 0.00 1 0.001 0 0 2024-02-06T17:18:14.038 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-06T17:18:14.038 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-06T17:18:14.038 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-06T17:18:14.038 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: AddFile(Total Files): cumulative 0, interval 0 2024-02-06T17:18:14.038 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-06T17:18:14.038 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: AddFile(Keys): cumulative 0, interval 0 2024-02-06T17:18:14.038 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: Cumulative compaction: 0.00 GB write, 23.21 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-06T17:18:14.038 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: Interval compaction: 0.00 GB write, 23.21 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-06T17:18:14.038 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: 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-02-06T17:18:14.038 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: ** File Read Latency Histogram By Level [default] ** 2024-02-06T17:18:14.038 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: ** Compaction Stats [default] ** 2024-02-06T17:18:14.038 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: 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-02-06T17:18:14.038 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T17:18:14.038 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: L0 2/0 66.50 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 123.3 0.00 0.00 1 0.001 0 0 2024-02-06T17:18:14.038 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: Sum 2/0 66.50 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 123.3 0.00 0.00 1 0.001 0 0 2024-02-06T17:18:14.038 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: 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-02-06T17:18:14.039 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: ** Compaction Stats [default] ** 2024-02-06T17:18:14.039 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: 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-02-06T17:18:14.039 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T17:18:14.039 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 123.3 0.00 0.00 1 0.001 0 0 2024-02-06T17:18:14.039 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-06T17:18:14.039 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-06T17:18:14.039 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-06T17:18:14.039 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: AddFile(Total Files): cumulative 0, interval 0 2024-02-06T17:18:14.039 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-06T17:18:14.039 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: AddFile(Keys): cumulative 0, interval 0 2024-02-06T17:18:14.039 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: Cumulative compaction: 0.00 GB write, 22.97 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-06T17:18:14.039 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-06T17:18:14.039 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: 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-02-06T17:18:14.039 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: ** File Read Latency Histogram By Level [default] ** 2024-02-06T17:18:14.039 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.571+0000 7f5f973d86c0 0 starting mon.a rank 0 at public addrs [v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0] at bind addrs [v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid a15007fc-c513-11ee-95b6-87774f69a715 2024-02-06T17:18:14.040 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.572+0000 7f5f973d86c0 1 mon.a@-1(???) e1 preinit fsid a15007fc-c513-11ee-95b6-87774f69a715 2024-02-06T17:18:14.040 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.572+0000 7f5f973d86c0 0 mon.a@-1(???).mds e1 new map 2024-02-06T17:18:14.040 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.572+0000 7f5f973d86c0 0 mon.a@-1(???).mds e1 print_map 2024-02-06T17:18:14.040 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: e1 2024-02-06T17:18:14.040 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: enable_multiple, ever_enabled_multiple: 0,0 2024-02-06T17:18:14.040 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: 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-02-06T17:18:14.040 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: legacy client fscid: -1 2024-02-06T17:18:14.040 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: 2024-02-06T17:18:14.040 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: No filesystems configured 2024-02-06T17:18:14.040 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.572+0000 7f5f973d86c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-06T17:18:14.040 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.572+0000 7f5f973d86c0 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-06T17:18:14.040 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.572+0000 7f5f973d86c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-06T17:18:14.040 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: audit 2024-02-06T17:18:11.246196+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.96:0/4185984670' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:18:14.040 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.572+0000 7f5f973d86c0 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-06T17:18:14.041 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.573+0000 7f5f973d86c0 20 expand_channel_meta expand map: {default=false} 2024-02-06T17:18:14.041 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.573+0000 7f5f973d86c0 20 expand_channel_meta from 'false' to 'false' 2024-02-06T17:18:14.041 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.573+0000 7f5f973d86c0 20 expand_channel_meta expanded map: {default=false} 2024-02-06T17:18:14.041 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.573+0000 7f5f973d86c0 20 expand_channel_meta expand map: {default=info} 2024-02-06T17:18:14.041 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.573+0000 7f5f973d86c0 20 expand_channel_meta from 'info' to 'info' 2024-02-06T17:18:14.041 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.573+0000 7f5f973d86c0 20 expand_channel_meta expanded map: {default=info} 2024-02-06T17:18:14.041 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.573+0000 7f5f973d86c0 20 expand_channel_meta expand map: {default=daemon} 2024-02-06T17:18:14.041 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.573+0000 7f5f973d86c0 20 expand_channel_meta from 'daemon' to 'daemon' 2024-02-06T17:18:14.041 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.573+0000 7f5f973d86c0 20 expand_channel_meta expanded map: {default=daemon} 2024-02-06T17:18:14.041 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.573+0000 7f5f973d86c0 20 expand_channel_meta expand map: {default=debug} 2024-02-06T17:18:14.041 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.573+0000 7f5f973d86c0 20 expand_channel_meta from 'debug' to 'debug' 2024-02-06T17:18:14.041 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: debug 2024-02-06T17:18:13.573+0000 7f5f973d86c0 20 expand_channel_meta expanded map: {default=debug} 2024-02-06T17:18:14.041 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: cluster 2024-02-06T17:18:13.588405+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-02-06T17:18:14.041 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: cluster 2024-02-06T17:18:13.588465+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0]} 2024-02-06T17:18:14.041 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: cluster 2024-02-06T17:18:13.588498+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2024-02-06T17:18:14.042 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: cluster 2024-02-06T17:18:13.588516+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-06T17:18:14.042 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:13 smithi096 bash[35573]: cluster 2024-02-06T17:18:13.588830+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-02-06T17:18:14.411 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Creating mgr... 2024-02-06T17:18:14.413 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: systemctl daemon-reload 2024-02-06T17:18:14.506 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: systemctl stop ceph-a15007fc-c513-11ee-95b6-87774f69a715@mgr.y 2024-02-06T17:18:14.533 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: systemctl reset-failed ceph-a15007fc-c513-11ee-95b6-87774f69a715@mgr.y 2024-02-06T17:18:14.538 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:systemctl:stderr Failed to reset failed state of unit ceph-a15007fc-c513-11ee-95b6-87774f69a715@mgr.y.service: Unit ceph-a15007fc-c513-11ee-95b6-87774f69a715@mgr.y.service not loaded. 2024-02-06T17:18:14.538 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-a15007fc-c513-11ee-95b6-87774f69a715@mgr.y 2024-02-06T17:18:14.544 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph-a15007fc-c513-11ee-95b6-87774f69a715.target.wants/ceph-a15007fc-c513-11ee-95b6-87774f69a715@mgr.y.service → /etc/systemd/system/ceph-a15007fc-c513-11ee-95b6-87774f69a715@.service. 2024-02-06T17:18:14.626 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: systemctl start ceph-a15007fc-c513-11ee-95b6-87774f69a715@mgr.y 2024-02-06T17:18:14.662 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: systemctl is-enabled firewalld.service 2024-02-06T17:18:14.670 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:systemctl:stdout disabled 2024-02-06T17:18:14.670 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: systemctl is-active firewalld.service 2024-02-06T17:18:14.677 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-02-06T17:18:14.678 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:firewalld.service is not enabled 2024-02-06T17:18:14.678 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-06T17:18:14.678 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Wrote config to /etc/ceph/ceph.conf 2024-02-06T17:18:14.678 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Waiting for mgr to start... 2024-02-06T17:18:14.678 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Waiting for mgr... 2024-02-06T17:18:14.678 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi096', '-v', '/var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmptpwe3_93:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp6enzjkao:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2024-02-06T17:18:14.678 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi096 -v /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptpwe3_93:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6enzjkao:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2024-02-06T17:18:14.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:14 smithi096 bash[35573]: audit 2024-02-06T17:18:13.794909+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.96:0/2906724801' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "public_network", "value": "172.21.0.0/20"}]: dispatch 2024-02-06T17:18:14.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:14 smithi096 bash[35573]: audit 2024-02-06T17:18:13.796782+0000 mon.a (mon.0) 7 : audit [INF] from='client.? 172.21.15.96:0/2906724801' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "public_network", "value": "172.21.0.0/20"}]': finished 2024-02-06T17:18:14.771 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:18:14 smithi096 podman[35789]: Error: no container with ID or name "ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr.y" found: no such container 2024-02-06T17:18:14.771 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:18:14 smithi096 systemd[1]: Started Ceph mgr.y for a15007fc-c513-11ee-95b6-87774f69a715. 2024-02-06T17:18:15.650 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-02-06T17:18:15.650 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:15.650 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "a15007fc-c513-11ee-95b6-87774f69a715", 2024-02-06T17:18:15.651 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2024-02-06T17:18:15.651 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2024-02-06T17:18:15.651 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2024-02-06T17:18:15.651 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2024-02-06T17:18:15.651 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:15.651 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2024-02-06T17:18:15.651 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2024-02-06T17:18:15.651 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2024-02-06T17:18:15.651 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:15.651 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2024-02-06T17:18:15.651 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2024-02-06T17:18:15.651 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:15.651 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 2, 2024-02-06T17:18:15.651 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2024-02-06T17:18:15.652 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-02-06T17:18:15.652 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2024-02-06T17:18:15.652 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2024-02-06T17:18:15.652 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:15.652 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2024-02-06T17:18:15.652 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-02-06T17:18:15.652 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2024-02-06T17:18:15.652 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2024-02-06T17:18:15.652 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2024-02-06T17:18:15.652 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2024-02-06T17:18:15.652 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2024-02-06T17:18:15.652 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2024-02-06T17:18:15.652 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:15.652 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2024-02-06T17:18:15.656 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2024-02-06T17:18:15.656 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2024-02-06T17:18:15.656 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2024-02-06T17:18:15.656 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2024-02-06T17:18:15.656 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2024-02-06T17:18:15.656 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2024-02-06T17:18:15.657 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2024-02-06T17:18:15.657 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2024-02-06T17:18:15.657 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:15.657 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2024-02-06T17:18:15.657 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-02-06T17:18:15.657 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2024-02-06T17:18:15.657 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2024-02-06T17:18:15.657 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:15.657 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2024-02-06T17:18:15.657 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2024-02-06T17:18:15.657 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2024-02-06T17:18:15.657 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-02-06T17:18:15.657 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-02-06T17:18:15.657 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-02-06T17:18:15.658 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:15.658 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-02-06T17:18:15.658 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:15.658 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2024-02-06T17:18:15.658 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-02-06T17:18:15.658 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2024-02-06T17:18:08.663048+0000", 2024-02-06T17:18:15.658 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-02-06T17:18:15.658 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:15.658 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2024-02-06T17:18:15.658 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:15.968 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:15 smithi096 bash[35573]: audit 2024-02-06T17:18:15.646523+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.96:0/2749136157' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-06T17:18:16.287 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:mgr not available, waiting (1/10)... 2024-02-06T17:18:17.289 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi096', '-v', '/var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmptpwe3_93:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp6enzjkao:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2024-02-06T17:18:17.289 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi096 -v /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptpwe3_93:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6enzjkao:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2024-02-06T17:18:17.940 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-02-06T17:18:17.941 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:17.941 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "a15007fc-c513-11ee-95b6-87774f69a715", 2024-02-06T17:18:17.941 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2024-02-06T17:18:17.941 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2024-02-06T17:18:17.941 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2024-02-06T17:18:17.941 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2024-02-06T17:18:17.941 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:17.941 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2024-02-06T17:18:17.941 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2024-02-06T17:18:17.941 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2024-02-06T17:18:17.941 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:17.941 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2024-02-06T17:18:17.941 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2024-02-06T17:18:17.942 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:17.942 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 4, 2024-02-06T17:18:17.942 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2024-02-06T17:18:17.942 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-02-06T17:18:17.942 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2024-02-06T17:18:17.942 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2024-02-06T17:18:17.942 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:17.942 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2024-02-06T17:18:17.942 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-02-06T17:18:17.942 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2024-02-06T17:18:17.942 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2024-02-06T17:18:17.942 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2024-02-06T17:18:17.942 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2024-02-06T17:18:17.942 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2024-02-06T17:18:17.943 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2024-02-06T17:18:17.943 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:17.943 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2024-02-06T17:18:17.943 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2024-02-06T17:18:17.943 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2024-02-06T17:18:17.943 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2024-02-06T17:18:17.943 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2024-02-06T17:18:17.943 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2024-02-06T17:18:17.943 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2024-02-06T17:18:17.943 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2024-02-06T17:18:17.943 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2024-02-06T17:18:17.943 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:17.943 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2024-02-06T17:18:17.943 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-02-06T17:18:17.943 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2024-02-06T17:18:17.944 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2024-02-06T17:18:17.944 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:17.944 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2024-02-06T17:18:17.944 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2024-02-06T17:18:17.944 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2024-02-06T17:18:17.944 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-02-06T17:18:17.944 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-02-06T17:18:17.944 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-02-06T17:18:17.944 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:17.944 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-02-06T17:18:17.944 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:17.944 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2024-02-06T17:18:17.944 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-02-06T17:18:17.944 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2024-02-06T17:18:08.663048+0000", 2024-02-06T17:18:17.944 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-02-06T17:18:17.945 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:17.945 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2024-02-06T17:18:17.945 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:18.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:17 smithi096 bash[35573]: audit 2024-02-06T17:18:17.934497+0000 mon.a (mon.0) 9 : audit [DBG] from='client.? 172.21.15.96:0/1562157158' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-06T17:18:18.586 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:mgr not available, waiting (2/10)... 2024-02-06T17:18:19.587 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi096', '-v', '/var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmptpwe3_93:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp6enzjkao:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2024-02-06T17:18:19.587 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi096 -v /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptpwe3_93:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6enzjkao:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2024-02-06T17:18:19.866 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:19 smithi096 bash[35573]: cluster 2024-02-06T17:18:18.871838+0000 mon.a (mon.0) 10 : cluster [INF] Activating manager daemon y 2024-02-06T17:18:19.866 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:19 smithi096 bash[35573]: cluster 2024-02-06T17:18:18.876822+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e2: y(active, starting, since 0.00509696s) 2024-02-06T17:18:19.867 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:19 smithi096 bash[35573]: audit 2024-02-06T17:18:18.877406+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.96:0/1726225024' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-06T17:18:19.867 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:19 smithi096 bash[35573]: audit 2024-02-06T17:18:18.877514+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.96:0/1726225024' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-06T17:18:19.867 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:19 smithi096 bash[35573]: audit 2024-02-06T17:18:18.877607+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.96:0/1726225024' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-06T17:18:19.867 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:19 smithi096 bash[35573]: audit 2024-02-06T17:18:18.878028+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.96:0/1726225024' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-02-06T17:18:19.867 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:19 smithi096 bash[35573]: audit 2024-02-06T17:18:18.878239+0000 mon.a (mon.0) 16 : audit [DBG] from='mgr.14100 172.21.15.96:0/1726225024' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-02-06T17:18:19.867 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:19 smithi096 bash[35573]: cluster 2024-02-06T17:18:18.891969+0000 mon.a (mon.0) 17 : cluster [INF] Manager daemon y is now available 2024-02-06T17:18:19.867 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:19 smithi096 bash[35573]: audit 2024-02-06T17:18:18.901305+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.96:0/1726225024' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-02-06T17:18:19.867 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:19 smithi096 bash[35573]: audit 2024-02-06T17:18:19.131660+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.96:0/1726225024' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-02-06T17:18:19.867 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:19 smithi096 bash[35573]: cluster 2024-02-06T17:18:19.131689+0000 mon.a (mon.0) 20 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-02-06T17:18:19.867 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:19 smithi096 bash[35573]: audit 2024-02-06T17:18:19.131946+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.96:0/1726225024' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/report_id","val":"69201271-848f-4cf5-8e76-f8af603daef3"}]: dispatch 2024-02-06T17:18:19.867 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:19 smithi096 bash[35573]: audit 2024-02-06T17:18:19.132603+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.14100 172.21.15.96:0/1726225024' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-06T17:18:19.867 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:19 smithi096 bash[35573]: audit 2024-02-06T17:18:19.136323+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.96:0/1726225024' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/report_id","val":"69201271-848f-4cf5-8e76-f8af603daef3"}]': finished 2024-02-06T17:18:19.867 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:19 smithi096 bash[35573]: audit 2024-02-06T17:18:19.136747+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.96:0/1726225024' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/salt","val":"e9ad5774-a057-4acb-9d88-ae052099c7a7"}]: dispatch 2024-02-06T17:18:19.867 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:19 smithi096 bash[35573]: audit 2024-02-06T17:18:19.141585+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.96:0/1726225024' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/salt","val":"e9ad5774-a057-4acb-9d88-ae052099c7a7"}]': finished 2024-02-06T17:18:20.626 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-02-06T17:18:20.626 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:20.627 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "a15007fc-c513-11ee-95b6-87774f69a715", 2024-02-06T17:18:20.627 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2024-02-06T17:18:20.627 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2024-02-06T17:18:20.627 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2024-02-06T17:18:20.627 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2024-02-06T17:18:20.627 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:20.627 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2024-02-06T17:18:20.627 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2024-02-06T17:18:20.627 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2024-02-06T17:18:20.627 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:20.627 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2024-02-06T17:18:20.627 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2024-02-06T17:18:20.627 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:20.628 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 7, 2024-02-06T17:18:20.628 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2024-02-06T17:18:20.628 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-02-06T17:18:20.628 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2024-02-06T17:18:20.628 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2024-02-06T17:18:20.628 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:20.628 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2024-02-06T17:18:20.628 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 3, 2024-02-06T17:18:20.628 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2024-02-06T17:18:20.628 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2024-02-06T17:18:20.628 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2024-02-06T17:18:20.628 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2024-02-06T17:18:20.628 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2024-02-06T17:18:20.628 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2024-02-06T17:18:20.628 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:20.629 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2024-02-06T17:18:20.629 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2024-02-06T17:18:20.629 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2024-02-06T17:18:20.629 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2024-02-06T17:18:20.629 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2024-02-06T17:18:20.629 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2024-02-06T17:18:20.629 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2024-02-06T17:18:20.629 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2024-02-06T17:18:20.629 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2024-02-06T17:18:20.629 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:20.629 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2024-02-06T17:18:20.629 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-02-06T17:18:20.629 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2024-02-06T17:18:20.629 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2024-02-06T17:18:20.630 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:20.630 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2024-02-06T17:18:20.630 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2024-02-06T17:18:20.630 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2024-02-06T17:18:20.630 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-02-06T17:18:20.630 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-02-06T17:18:20.630 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-02-06T17:18:20.630 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:20.630 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-02-06T17:18:20.630 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:20.630 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2024-02-06T17:18:20.630 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-02-06T17:18:20.630 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2024-02-06T17:18:08.663048+0000", 2024-02-06T17:18:20.630 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-02-06T17:18:20.630 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:20.630 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2024-02-06T17:18:20.631 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:20.956 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:20 smithi096 bash[35573]: cluster 2024-02-06T17:18:19.882008+0000 mon.a (mon.0) 26 : cluster [DBG] mgrmap e3: y(active, since 1.01029s) 2024-02-06T17:18:20.956 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:20 smithi096 bash[35573]: audit 2024-02-06T17:18:20.133865+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.96:0/1726225024' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-06T17:18:20.956 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:20 smithi096 bash[35573]: cluster 2024-02-06T17:18:20.133907+0000 mon.a (mon.0) 28 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-02-06T17:18:20.957 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:20 smithi096 bash[35573]: audit 2024-02-06T17:18:20.135477+0000 mon.a (mon.0) 29 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-06T17:18:20.957 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:20 smithi096 bash[35573]: audit 2024-02-06T17:18:20.619495+0000 mon.a (mon.0) 30 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-06T17:18:20.957 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:20 smithi096 bash[35573]: audit 2024-02-06T17:18:20.619729+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.96:0/3513760447' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-06T17:18:21.259 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Enabling cephadm module... 2024-02-06T17:18:21.260 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi096', '-v', '/var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmptpwe3_93:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp6enzjkao:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'module', 'enable', 'cephadm'] 2024-02-06T17:18:21.260 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi096 -v /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptpwe3_93:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6enzjkao:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr module enable cephadm 2024-02-06T17:18:23.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:22 smithi096 bash[35573]: cluster 2024-02-06T17:18:21.882236+0000 mon.a (mon.0) 32 : cluster [DBG] mgrmap e4: y(active, since 3s) 2024-02-06T17:18:23.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:22 smithi096 bash[35573]: audit 2024-02-06T17:18:21.935279+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.96:0/656991916' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-06T17:18:23.271 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:18:22 smithi096 bash[35806]: ignoring --setuser ceph since I am not root 2024-02-06T17:18:23.271 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:18:22 smithi096 bash[35806]: ignoring --setgroup ceph since I am not root 2024-02-06T17:18:23.608 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi096', '-v', '/var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmptpwe3_93:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp6enzjkao:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'dump'] 2024-02-06T17:18:23.608 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi096 -v /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptpwe3_93:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6enzjkao:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr dump 2024-02-06T17:18:24.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:23 smithi096 bash[35573]: audit 2024-02-06T17:18:22.883834+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.96:0/656991916' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-06T17:18:24.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:23 smithi096 bash[35573]: cluster 2024-02-06T17:18:22.883881+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e5: y(active, since 4s) 2024-02-06T17:18:26.294 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:26.294 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 5, 2024-02-06T17:18:26.295 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_gid": 14100, 2024-02-06T17:18:26.295 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_name": "y", 2024-02-06T17:18:26.295 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addrs": { 2024-02-06T17:18:26.295 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-02-06T17:18:26.295 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:26.295 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-02-06T17:18:26.295 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.96:6800", 2024-02-06T17:18:26.295 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 321475558 2024-02-06T17:18:26.295 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.295 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:26.295 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v1", 2024-02-06T17:18:26.295 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.96:6801", 2024-02-06T17:18:26.295 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 321475558 2024-02-06T17:18:26.295 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.296 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-02-06T17:18:26.296 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.296 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addr": "172.21.15.96:6801/321475558", 2024-02-06T17:18:26.296 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_change": "2024-02-06T17:18:18.871708+0000", 2024-02-06T17:18:26.296 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_mgr_features": 4540138292836696063, 2024-02-06T17:18:26.296 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2024-02-06T17:18:26.296 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standbys": [], 2024-02-06T17:18:26.296 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-02-06T17:18:26.296 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-02-06T17:18:26.296 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-02-06T17:18:26.296 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-02-06T17:18:26.296 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.296 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available_modules": [ 2024-02-06T17:18:26.296 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:26.297 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "alerts", 2024-02-06T17:18:26.297 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:26.297 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:26.297 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:26.297 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-02-06T17:18:26.297 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-02-06T17:18:26.297 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-06T17:18:26.297 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.297 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.297 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-02-06T17:18:26.297 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.297 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.297 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.297 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "How frequently to reexamine health status", 2024-02-06T17:18:26.298 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.298 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.298 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.298 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.298 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:26.298 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:26.298 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.298 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.298 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.298 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.298 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.298 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.298 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.298 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.299 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.299 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.299 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.299 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.299 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.299 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.299 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.299 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.299 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.299 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.299 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.299 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:26.299 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:26.299 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.300 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.300 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.300 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.300 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.300 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.300 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.300 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.300 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.300 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.300 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.300 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.300 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:26.300 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:26.300 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.301 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.301 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.301 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:26.301 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.301 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.301 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.301 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.301 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.301 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.301 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.301 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.301 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.301 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.301 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.301 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.302 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.302 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.302 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.302 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:26.302 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:26.302 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.302 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.302 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.302 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.302 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.302 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.302 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.302 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.302 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.303 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.303 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.303 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.303 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_destination": { 2024-02-06T17:18:26.303 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_destination", 2024-02-06T17:18:26.303 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.303 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.303 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.303 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.303 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.303 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.303 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.303 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email address to send alerts to", 2024-02-06T17:18:26.303 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.304 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.304 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.304 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.304 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_from_name": { 2024-02-06T17:18:26.304 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_from_name", 2024-02-06T17:18:26.304 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.304 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.304 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.304 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "Ceph", 2024-02-06T17:18:26.304 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.304 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.304 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.304 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email From: name", 2024-02-06T17:18:26.304 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.305 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.305 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.305 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.305 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_host": { 2024-02-06T17:18:26.305 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_host", 2024-02-06T17:18:26.305 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.305 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.305 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.305 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.305 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.305 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.305 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.305 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP server", 2024-02-06T17:18:26.305 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.306 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.306 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.306 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.306 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_password": { 2024-02-06T17:18:26.306 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_password", 2024-02-06T17:18:26.306 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.306 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.306 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.306 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.306 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.306 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.306 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.306 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Password to authenticate with", 2024-02-06T17:18:26.306 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.306 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.307 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.307 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.307 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_port": { 2024-02-06T17:18:26.307 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_port", 2024-02-06T17:18:26.307 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:26.307 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.307 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.307 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "465", 2024-02-06T17:18:26.307 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.307 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.307 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.307 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP port", 2024-02-06T17:18:26.307 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.307 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.307 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.307 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.308 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_sender": { 2024-02-06T17:18:26.308 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_sender", 2024-02-06T17:18:26.308 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.308 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.308 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.308 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.308 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.308 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.308 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.308 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP envelope sender", 2024-02-06T17:18:26.308 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.308 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.308 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.308 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.308 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_ssl": { 2024-02-06T17:18:26.308 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_ssl", 2024-02-06T17:18:26.309 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.309 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.309 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.309 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:26.309 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.309 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.309 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.309 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Use SSL to connect to SMTP server", 2024-02-06T17:18:26.309 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.309 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.309 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.309 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.309 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_user": { 2024-02-06T17:18:26.309 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_user", 2024-02-06T17:18:26.309 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.309 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.309 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.310 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.310 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.310 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.310 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.310 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "User to authenticate as", 2024-02-06T17:18:26.310 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.310 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.310 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.310 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.310 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.310 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.310 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:26.310 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "balancer", 2024-02-06T17:18:26.310 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:26.310 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:26.310 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:26.311 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active": { 2024-02-06T17:18:26.311 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "active", 2024-02-06T17:18:26.311 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.311 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.311 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.311 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.311 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.311 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.311 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.311 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically balance PGs across cluster", 2024-02-06T17:18:26.311 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.311 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.311 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.311 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.311 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_time": { 2024-02-06T17:18:26.311 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_time", 2024-02-06T17:18:26.312 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.312 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.312 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.312 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0000", 2024-02-06T17:18:26.312 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.312 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.312 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.312 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "beginning time of day to automatically balance", 2024-02-06T17:18:26.312 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-02-06T17:18:26.312 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.312 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.312 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.312 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_weekday": { 2024-02-06T17:18:26.312 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_weekday", 2024-02-06T17:18:26.312 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-02-06T17:18:26.313 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.313 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.313 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-02-06T17:18:26.313 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-02-06T17:18:26.313 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-02-06T17:18:26.313 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.313 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-02-06T17:18:26.313 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-02-06T17:18:26.313 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.313 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.313 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.313 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_max_iterations": { 2024-02-06T17:18:26.313 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_max_iterations", 2024-02-06T17:18:26.313 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-02-06T17:18:26.313 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.313 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.314 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "25", 2024-02-06T17:18:26.314 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-02-06T17:18:26.314 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "250", 2024-02-06T17:18:26.314 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.314 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum number of iterations to attempt optimization", 2024-02-06T17:18:26.314 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.314 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.314 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.314 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.314 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_metrics": { 2024-02-06T17:18:26.314 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_metrics", 2024-02-06T17:18:26.314 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.314 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.314 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.314 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "pgs,objects,bytes", 2024-02-06T17:18:26.314 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.315 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.315 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.315 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "metrics with which to calculate OSD utilization", 2024-02-06T17:18:26.315 INFO:teuthology.orchestra.run.smithi096.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-02-06T17:18:26.315 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.315 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.315 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.315 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_step": { 2024-02-06T17:18:26.315 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_step", 2024-02-06T17:18:26.315 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-02-06T17:18:26.315 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.315 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.315 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0.5", 2024-02-06T17:18:26.315 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0.001", 2024-02-06T17:18:26.315 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "0.999", 2024-02-06T17:18:26.315 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.315 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "aggressiveness of optimization", 2024-02-06T17:18:26.316 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-02-06T17:18:26.316 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.316 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.316 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.316 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_time": { 2024-02-06T17:18:26.316 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_time", 2024-02-06T17:18:26.316 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.316 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.316 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.316 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2400", 2024-02-06T17:18:26.316 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.316 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.316 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.316 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "ending time of day to automatically balance", 2024-02-06T17:18:26.317 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-02-06T17:18:26.317 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.317 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.317 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.317 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_weekday": { 2024-02-06T17:18:26.317 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_weekday", 2024-02-06T17:18:26.317 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-02-06T17:18:26.317 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.317 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.317 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-02-06T17:18:26.317 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-02-06T17:18:26.317 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-02-06T17:18:26.317 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.317 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-02-06T17:18:26.317 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-02-06T17:18:26.317 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.318 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.318 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.318 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:26.318 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:26.318 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.318 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.318 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.318 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.318 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.318 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.318 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.318 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.318 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.318 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.318 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.318 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.319 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.319 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.319 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.319 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.319 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.319 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.319 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.319 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:26.319 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:26.319 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.319 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.319 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.319 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.319 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.319 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.320 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.320 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.320 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.320 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.320 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.320 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.320 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:26.320 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:26.320 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.320 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.320 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.320 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:26.320 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.320 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.321 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.321 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.321 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.321 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.321 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.321 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.321 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.321 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.321 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.321 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.321 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.321 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.321 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.321 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:26.321 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:26.321 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.322 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.322 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.322 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.322 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.322 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.322 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.322 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.322 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.322 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.322 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.322 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.322 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_score": { 2024-02-06T17:18:26.322 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_score", 2024-02-06T17:18:26.322 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-02-06T17:18:26.322 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.323 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.323 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-02-06T17:18:26.323 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.323 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.323 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.323 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "minimum score, below which no optimization is attempted", 2024-02-06T17:18:26.323 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.323 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.323 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.323 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.323 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-02-06T17:18:26.323 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-02-06T17:18:26.323 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.323 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.323 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.324 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "none", 2024-02-06T17:18:26.324 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.324 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.324 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.324 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush-compat", 2024-02-06T17:18:26.324 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "none", 2024-02-06T17:18:26.324 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap" 2024-02-06T17:18:26.324 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.324 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Balancer mode", 2024-02-06T17:18:26.324 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.324 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.324 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.324 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.324 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_ids": { 2024-02-06T17:18:26.324 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_ids", 2024-02-06T17:18:26.325 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.325 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.325 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.325 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.325 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.325 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.325 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.325 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "pools which the automatic balancing will be limited to", 2024-02-06T17:18:26.325 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.325 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.325 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.325 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.325 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-02-06T17:18:26.325 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-02-06T17:18:26.325 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-06T17:18:26.326 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.326 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.326 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-02-06T17:18:26.326 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.326 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.326 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.326 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and attempt optimization", 2024-02-06T17:18:26.326 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.326 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.326 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.326 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.326 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_deviation": { 2024-02-06T17:18:26.326 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_deviation", 2024-02-06T17:18:26.327 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:26.327 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.327 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.327 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-02-06T17:18:26.327 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-02-06T17:18:26.327 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.327 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.327 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "deviation below which no optimization is attempted", 2024-02-06T17:18:26.327 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2024-02-06T17:18:26.327 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.327 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.327 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.327 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_optimizations": { 2024-02-06T17:18:26.327 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_optimizations", 2024-02-06T17:18:26.327 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-02-06T17:18:26.328 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.328 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.328 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-02-06T17:18:26.328 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.328 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.328 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.328 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum upmap optimizations to make per attempt", 2024-02-06T17:18:26.328 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.328 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.328 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.328 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.328 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.328 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.328 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:26.328 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "cephadm", 2024-02-06T17:18:26.329 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:26.329 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:26.329 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:26.329 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "allow_ptrace": { 2024-02-06T17:18:26.329 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "allow_ptrace", 2024-02-06T17:18:26.329 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.329 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.329 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.329 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.329 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.329 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.329 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.329 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-02-06T17:18:26.329 INFO:teuthology.orchestra.run.smithi096.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-02-06T17:18:26.329 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.329 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.329 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.330 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "container_image_base": { 2024-02-06T17:18:26.330 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "container_image_base", 2024-02-06T17:18:26.330 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.330 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.330 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.330 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph/ceph", 2024-02-06T17:18:26.330 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.330 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.330 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.330 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Container image name, without the tag", 2024-02-06T17:18:26.330 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.330 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.330 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.330 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.330 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "daemon_cache_timeout": { 2024-02-06T17:18:26.330 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "daemon_cache_timeout", 2024-02-06T17:18:26.331 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-06T17:18:26.331 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.331 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.331 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-02-06T17:18:26.331 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.331 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.331 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.331 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache service (daemon) inventory", 2024-02-06T17:18:26.331 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.331 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.331 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.331 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.331 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_cache_timeout": { 2024-02-06T17:18:26.331 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_cache_timeout", 2024-02-06T17:18:26.331 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-06T17:18:26.332 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.332 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.332 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1800", 2024-02-06T17:18:26.332 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.332 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.332 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.332 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache device inventory", 2024-02-06T17:18:26.332 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.332 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.332 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.332 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.332 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "host_check_interval": { 2024-02-06T17:18:26.332 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "host_check_interval", 2024-02-06T17:18:26.332 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-06T17:18:26.333 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.333 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.333 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-02-06T17:18:26.333 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.333 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.333 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.333 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to perform a host check", 2024-02-06T17:18:26.333 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.333 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.333 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.333 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.333 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:26.333 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:26.333 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.333 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.333 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.334 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.334 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.334 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.334 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.334 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.334 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.334 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.334 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.334 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.334 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.334 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.334 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.334 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.334 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.334 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.335 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.335 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:26.335 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:26.335 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.335 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.335 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.335 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:26.335 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.335 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.335 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.335 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-02-06T17:18:26.335 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.335 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.335 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.335 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.335 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:26.336 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:26.336 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.336 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.336 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.336 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:26.336 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.336 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.336 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.336 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.336 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.336 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.336 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.336 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.337 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.337 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.337 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.337 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.337 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.337 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.337 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.337 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:26.337 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:26.337 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.337 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.337 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.337 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.337 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.337 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.338 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.338 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.338 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.338 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.338 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.338 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.338 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-02-06T17:18:26.338 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-02-06T17:18:26.338 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.338 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.338 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.338 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "root", 2024-02-06T17:18:26.338 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.338 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.338 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.339 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm-package", 2024-02-06T17:18:26.339 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "root" 2024-02-06T17:18:26.339 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.339 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "mode for remote execution of cephadm", 2024-02-06T17:18:26.339 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.339 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.339 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.339 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.339 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssh_config_file": { 2024-02-06T17:18:26.339 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssh_config_file", 2024-02-06T17:18:26.339 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.339 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.339 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.339 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-06T17:18:26.340 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.340 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.340 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.340 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "customized SSH config file to connect to managed hosts", 2024-02-06T17:18:26.340 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.340 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.340 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.340 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.340 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_failed_host_check": { 2024-02-06T17:18:26.340 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_failed_host_check", 2024-02-06T17:18:26.340 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.340 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.340 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.341 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:26.341 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.341 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.341 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.341 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if the host check fails", 2024-02-06T17:18:26.341 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.341 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.341 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.341 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.341 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_daemons": { 2024-02-06T17:18:26.341 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_daemons", 2024-02-06T17:18:26.341 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.341 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.341 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.341 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:26.342 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.342 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.342 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.342 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-02-06T17:18:26.342 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.342 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.342 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.342 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.342 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_hosts": { 2024-02-06T17:18:26.342 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_hosts", 2024-02-06T17:18:26.342 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.342 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.342 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.342 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:26.342 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.343 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.343 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.343 INFO:teuthology.orchestra.run.smithi096.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-02-06T17:18:26.343 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.343 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.343 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.343 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.343 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.343 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.343 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:26.343 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crash", 2024-02-06T17:18:26.343 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:26.343 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:26.343 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:26.343 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:26.343 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:26.344 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.344 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.344 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.344 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.344 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.344 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.344 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.344 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.344 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.344 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.344 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.344 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.344 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.344 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.345 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.345 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.345 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.345 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.345 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.345 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:26.345 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:26.345 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.345 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.345 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.345 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.345 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.345 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.345 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.345 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.345 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.346 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.346 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.346 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.346 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:26.346 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:26.346 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.346 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.346 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.346 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:26.346 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.346 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.346 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.346 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.346 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.346 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.347 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.347 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.347 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.347 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.347 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.347 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.347 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.347 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.347 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.347 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:26.347 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:26.347 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.347 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.347 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.347 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.348 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.348 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.348 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.348 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.348 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.348 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.348 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.348 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.348 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retain_interval": { 2024-02-06T17:18:26.348 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retain_interval", 2024-02-06T17:18:26.348 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-06T17:18:26.348 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.348 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.348 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "31536000", 2024-02-06T17:18:26.349 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.349 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.349 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.349 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain crashes before pruning them", 2024-02-06T17:18:26.349 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.349 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.349 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.349 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.349 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_recent_interval": { 2024-02-06T17:18:26.349 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_recent_interval", 2024-02-06T17:18:26.349 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-06T17:18:26.349 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.349 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.349 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1209600", 2024-02-06T17:18:26.349 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.350 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.350 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.350 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "time interval in which to warn about recent crashes", 2024-02-06T17:18:26.350 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.350 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.350 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.350 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.350 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.350 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.350 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:26.350 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "dashboard", 2024-02-06T17:18:26.350 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:26.350 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:26.350 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:26.350 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ALERTMANAGER_API_HOST": { 2024-02-06T17:18:26.350 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ALERTMANAGER_API_HOST", 2024-02-06T17:18:26.351 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.351 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.351 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.351 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.351 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.351 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.351 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.351 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.351 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.351 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.351 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.351 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.351 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_ENABLED": { 2024-02-06T17:18:26.351 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_ENABLED", 2024-02-06T17:18:26.352 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.352 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.352 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.352 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.352 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.352 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.352 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.352 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.352 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.352 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.352 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.352 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.352 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_LOG_PAYLOAD": { 2024-02-06T17:18:26.352 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-02-06T17:18:26.353 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.353 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.353 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.353 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:26.353 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.353 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.353 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.353 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.353 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.353 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.353 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.353 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.353 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ENABLE_BROWSABLE_API": { 2024-02-06T17:18:26.353 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ENABLE_BROWSABLE_API", 2024-02-06T17:18:26.353 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.354 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.354 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.354 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:26.354 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.354 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.354 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.354 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.354 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.354 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.354 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.354 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.354 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_cephfs": { 2024-02-06T17:18:26.354 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_cephfs", 2024-02-06T17:18:26.354 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.354 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.355 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.355 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:26.355 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.355 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.355 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.355 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.355 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.355 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.355 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.355 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.355 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_iscsi": { 2024-02-06T17:18:26.355 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_iscsi", 2024-02-06T17:18:26.355 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.355 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.355 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.356 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:26.356 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.356 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.356 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.356 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.356 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.356 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.356 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.356 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.356 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_mirroring": { 2024-02-06T17:18:26.356 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_mirroring", 2024-02-06T17:18:26.356 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.357 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.357 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.357 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:26.357 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.357 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.357 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.357 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.357 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.357 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.357 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.357 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.357 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_nfs": { 2024-02-06T17:18:26.357 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_nfs", 2024-02-06T17:18:26.357 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.357 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.358 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.358 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:26.358 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.358 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.358 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.358 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.358 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.358 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.358 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.358 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.358 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rbd": { 2024-02-06T17:18:26.358 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rbd", 2024-02-06T17:18:26.358 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.358 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.358 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.359 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:26.359 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.359 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.359 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.359 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.359 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.359 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.359 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.359 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.359 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rgw": { 2024-02-06T17:18:26.359 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rgw", 2024-02-06T17:18:26.359 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.359 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.359 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.359 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:26.360 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.360 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.360 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.360 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.360 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.360 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.360 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.360 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.360 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-02-06T17:18:26.360 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-02-06T17:18:26.360 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.360 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.360 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.360 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.361 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.361 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.361 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.361 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.361 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.361 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.361 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.361 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.361 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_PASSWORD": { 2024-02-06T17:18:26.361 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_PASSWORD", 2024-02-06T17:18:26.361 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.361 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.361 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.361 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-02-06T17:18:26.362 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.362 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.362 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.362 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.362 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.362 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.362 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.362 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.362 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_SSL_VERIFY": { 2024-02-06T17:18:26.362 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-02-06T17:18:26.362 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.362 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.362 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.362 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:26.362 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.363 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.363 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.363 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.363 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.363 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.363 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.363 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.363 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_URL": { 2024-02-06T17:18:26.363 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_URL", 2024-02-06T17:18:26.363 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.363 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.363 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.363 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.363 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.363 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.363 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.364 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.364 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.364 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.364 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.364 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.364 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_USERNAME": { 2024-02-06T17:18:26.364 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_USERNAME", 2024-02-06T17:18:26.364 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.364 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.364 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.364 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-02-06T17:18:26.364 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.364 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.365 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.365 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.365 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.365 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.365 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.365 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.365 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-02-06T17:18:26.365 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-02-06T17:18:26.365 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.365 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.365 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.365 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.365 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.365 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.365 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.366 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.366 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.366 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.366 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.366 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.366 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ISCSI_API_SSL_VERIFICATION": { 2024-02-06T17:18:26.366 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-02-06T17:18:26.366 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.366 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.366 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.366 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:26.366 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.366 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.366 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.367 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.367 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.367 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.367 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.367 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.367 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PROMETHEUS_API_HOST": { 2024-02-06T17:18:26.367 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PROMETHEUS_API_HOST", 2024-02-06T17:18:26.367 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.367 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.367 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.367 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.367 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.367 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.367 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.367 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.367 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.368 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.368 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.368 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.368 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-02-06T17:18:26.368 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-02-06T17:18:26.368 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.368 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.368 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.368 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.368 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.368 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.368 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.368 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.368 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.369 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.369 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.369 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.369 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-02-06T17:18:26.369 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-02-06T17:18:26.369 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.369 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.369 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.369 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.369 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.369 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.369 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.369 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.369 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.369 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.369 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.370 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.370 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-02-06T17:18:26.370 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-02-06T17:18:26.370 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.370 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.370 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.370 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:26.370 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.370 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.370 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.370 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.370 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.370 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.370 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.371 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.371 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-02-06T17:18:26.371 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-02-06T17:18:26.371 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.371 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.371 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.371 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:26.371 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.371 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.371 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.371 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.371 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.371 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.371 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.372 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.372 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-02-06T17:18:26.372 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-02-06T17:18:26.372 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.372 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.372 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.372 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.372 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.372 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.372 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.372 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.372 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.372 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.372 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.372 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.373 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-02-06T17:18:26.373 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-02-06T17:18:26.373 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.373 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.373 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.373 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.373 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.373 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.373 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.373 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.373 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.373 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.373 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.373 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.373 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-02-06T17:18:26.374 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-02-06T17:18:26.374 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.374 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.374 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.374 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.374 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.374 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.374 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.374 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.374 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.374 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.374 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.374 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.374 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_ENABLED": { 2024-02-06T17:18:26.374 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_ENABLED", 2024-02-06T17:18:26.374 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.375 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.375 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.375 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:26.375 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.375 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.375 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.375 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.375 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.375 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.375 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.375 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.375 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-02-06T17:18:26.375 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-02-06T17:18:26.375 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.376 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.376 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.376 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-02-06T17:18:26.376 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.376 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.376 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.376 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.376 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.376 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.376 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.376 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.376 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-02-06T17:18:26.376 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-02-06T17:18:26.376 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:26.377 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.377 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.377 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-02-06T17:18:26.377 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.377 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.377 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.377 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.377 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.377 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.377 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.377 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.377 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_LENGTH": { 2024-02-06T17:18:26.377 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-02-06T17:18:26.377 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:26.377 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.378 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.378 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8", 2024-02-06T17:18:26.378 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.378 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.378 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.378 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.378 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.378 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.378 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.378 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.378 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "REST_REQUESTS_TIMEOUT": { 2024-02-06T17:18:26.378 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "REST_REQUESTS_TIMEOUT", 2024-02-06T17:18:26.378 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:26.378 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.378 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.378 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "45", 2024-02-06T17:18:26.379 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.379 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.379 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.379 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.379 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.379 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.379 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.379 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.379 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ACCESS_KEY": { 2024-02-06T17:18:26.379 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ACCESS_KEY", 2024-02-06T17:18:26.379 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.379 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.379 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.379 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.379 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.380 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.380 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.380 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.380 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.380 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.380 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.380 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.380 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ADMIN_RESOURCE": { 2024-02-06T17:18:26.380 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-02-06T17:18:26.380 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.380 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.380 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.380 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-02-06T17:18:26.380 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.380 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.381 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.381 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.381 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.381 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.381 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.381 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.381 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_HOST": { 2024-02-06T17:18:26.381 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_HOST", 2024-02-06T17:18:26.381 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.381 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.381 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.381 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.381 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.381 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.381 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.382 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.382 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.382 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.382 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.382 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.382 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_PORT": { 2024-02-06T17:18:26.382 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_PORT", 2024-02-06T17:18:26.382 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:26.382 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.382 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.382 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "80", 2024-02-06T17:18:26.382 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.382 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.382 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.383 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.383 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.383 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.383 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.383 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.383 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SCHEME": { 2024-02-06T17:18:26.383 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SCHEME", 2024-02-06T17:18:26.383 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.383 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.383 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.383 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "http", 2024-02-06T17:18:26.383 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.383 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.383 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.384 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.384 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.384 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.384 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.384 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.384 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SECRET_KEY": { 2024-02-06T17:18:26.384 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SECRET_KEY", 2024-02-06T17:18:26.384 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.384 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.384 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.384 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.384 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.384 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.384 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.385 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.385 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.385 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.385 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.385 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.385 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SSL_VERIFY": { 2024-02-06T17:18:26.385 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SSL_VERIFY", 2024-02-06T17:18:26.385 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.385 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.385 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.385 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:26.385 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.385 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.386 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.386 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.386 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.386 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.386 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.386 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.386 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_USER_ID": { 2024-02-06T17:18:26.386 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_USER_ID", 2024-02-06T17:18:26.386 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.386 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.386 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.386 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.386 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.386 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.386 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.387 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.387 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.387 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.387 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.387 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.387 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_SPAN": { 2024-02-06T17:18:26.387 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-02-06T17:18:26.387 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:26.387 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.387 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.387 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-02-06T17:18:26.387 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.387 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.387 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.387 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.388 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.388 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.388 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.388 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.388 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-02-06T17:18:26.388 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-02-06T17:18:26.388 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:26.388 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.388 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.388 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-02-06T17:18:26.388 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.388 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.388 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.388 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.388 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.389 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.389 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.389 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.389 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-02-06T17:18:26.389 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-02-06T17:18:26.389 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:26.389 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.389 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.389 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-02-06T17:18:26.389 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.389 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.389 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.389 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.389 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.389 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.390 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.390 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.390 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crt_file": { 2024-02-06T17:18:26.390 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crt_file", 2024-02-06T17:18:26.390 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.390 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.390 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.390 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.390 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.390 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.390 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.390 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.390 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.390 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.390 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.390 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.391 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug": { 2024-02-06T17:18:26.391 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "debug", 2024-02-06T17:18:26.391 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.391 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.391 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.391 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.391 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.391 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.391 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.391 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Enable/disable debug options", 2024-02-06T17:18:26.391 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.391 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.391 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.391 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.391 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "jwt_token_ttl": { 2024-02-06T17:18:26.391 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "jwt_token_ttl", 2024-02-06T17:18:26.391 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:26.392 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.392 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.392 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "28800", 2024-02-06T17:18:26.392 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.392 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.392 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.392 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.392 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.392 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.392 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.392 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.392 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-02-06T17:18:26.392 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-02-06T17:18:26.392 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.392 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.393 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.393 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.393 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.393 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.393 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.393 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.393 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.393 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.393 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.393 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.393 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:26.393 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:26.393 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.393 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.393 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.393 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.393 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.394 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.394 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.394 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.394 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.394 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.394 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.394 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.394 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.394 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.394 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.394 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.394 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.394 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.394 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.394 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:26.394 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:26.395 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.395 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.395 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.395 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.395 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.395 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.395 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.395 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.395 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.395 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.395 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.395 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.395 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:26.395 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:26.395 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.395 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.396 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.396 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:26.396 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.396 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.396 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.396 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.396 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.396 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.396 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.396 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.396 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.396 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.396 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.396 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.396 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.397 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.397 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.397 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:26.397 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:26.397 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.397 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.397 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.397 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.397 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.397 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.397 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.397 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.397 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.397 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.397 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.397 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.398 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-02-06T17:18:26.398 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-02-06T17:18:26.398 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.398 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.398 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.398 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.398 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.398 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.398 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.398 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.398 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.398 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.398 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.398 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.398 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-02-06T17:18:26.398 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-02-06T17:18:26.398 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.399 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.399 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.399 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "::", 2024-02-06T17:18:26.399 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.399 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.399 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.399 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.399 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.399 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.399 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.399 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.399 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-02-06T17:18:26.399 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-02-06T17:18:26.399 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:26.399 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.399 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.400 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8080", 2024-02-06T17:18:26.400 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.400 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.400 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.400 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.400 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.400 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.400 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.400 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.400 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-02-06T17:18:26.400 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-02-06T17:18:26.400 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.400 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.401 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.401 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:26.401 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.401 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.401 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.401 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.401 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.401 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.401 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.401 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.401 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl_server_port": { 2024-02-06T17:18:26.401 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl_server_port", 2024-02-06T17:18:26.401 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:26.401 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.401 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.401 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8443", 2024-02-06T17:18:26.402 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.402 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.402 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.402 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.402 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.402 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.402 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.402 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.402 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_behaviour": { 2024-02-06T17:18:26.402 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_behaviour", 2024-02-06T17:18:26.402 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.402 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.402 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.402 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "redirect", 2024-02-06T17:18:26.402 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.402 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.403 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.403 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.403 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "redirect" 2024-02-06T17:18:26.403 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.403 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.403 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.403 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.403 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.403 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.403 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_error_status_code": { 2024-02-06T17:18:26.403 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_error_status_code", 2024-02-06T17:18:26.403 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:26.403 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.403 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.403 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "500", 2024-02-06T17:18:26.404 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "400", 2024-02-06T17:18:26.404 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "599", 2024-02-06T17:18:26.404 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.404 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.404 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.404 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.404 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.404 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.404 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url_prefix": { 2024-02-06T17:18:26.404 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url_prefix", 2024-02-06T17:18:26.404 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.404 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.404 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.404 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.405 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.405 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.405 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.405 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.405 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.405 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.405 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.405 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.405 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-02-06T17:18:26.405 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-02-06T17:18:26.405 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.405 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.405 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.405 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.406 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.406 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.406 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.406 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.406 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.406 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.406 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.406 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.406 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.406 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.406 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:26.406 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "devicehealth", 2024-02-06T17:18:26.406 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:26.406 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:26.407 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:26.407 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enable_monitoring": { 2024-02-06T17:18:26.407 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enable_monitoring", 2024-02-06T17:18:26.407 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.407 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.407 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.407 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:26.407 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.407 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.407 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.407 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "monitor device health metrics", 2024-02-06T17:18:26.407 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.407 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.407 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.407 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.407 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:26.407 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:26.408 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.408 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.408 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.408 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.408 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.408 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.408 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.408 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.408 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.408 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.408 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.408 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.408 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.408 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.408 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.409 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.409 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.409 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.409 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.409 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:26.409 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:26.409 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.409 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.409 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.409 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.409 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.409 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.409 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.409 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.409 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.410 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.410 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.410 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.410 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:26.410 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:26.410 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.410 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.410 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.410 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:26.410 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.410 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.410 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.410 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.410 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.410 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.410 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.411 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.411 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.411 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.411 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.411 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.411 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.411 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.411 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.411 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:26.411 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:26.411 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.411 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.411 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.411 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.411 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.412 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.412 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.412 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.412 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.412 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.412 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.412 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.412 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mark_out_threshold": { 2024-02-06T17:18:26.412 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mark_out_threshold", 2024-02-06T17:18:26.412 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-06T17:18:26.412 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.412 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.412 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2419200", 2024-02-06T17:18:26.412 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.413 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.413 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.413 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically mark OSD if it may fail before this long", 2024-02-06T17:18:26.413 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.413 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.413 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.413 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.413 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_name": { 2024-02-06T17:18:26.413 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_name", 2024-02-06T17:18:26.413 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.413 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.413 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.413 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "device_health_metrics", 2024-02-06T17:18:26.413 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.413 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.413 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.414 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name of pool in which to store device health metrics", 2024-02-06T17:18:26.414 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.414 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.414 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.414 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.414 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retention_period": { 2024-02-06T17:18:26.414 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retention_period", 2024-02-06T17:18:26.414 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-06T17:18:26.414 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.414 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.414 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15552000", 2024-02-06T17:18:26.414 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.414 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.414 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.414 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain device health metrics", 2024-02-06T17:18:26.414 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.414 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.415 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.415 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.415 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_frequency": { 2024-02-06T17:18:26.415 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_frequency", 2024-02-06T17:18:26.415 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-06T17:18:26.415 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.415 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.415 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-02-06T17:18:26.415 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.415 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.415 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.415 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to scrape device health metrics", 2024-02-06T17:18:26.415 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.415 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.415 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.415 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.416 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "self_heal": { 2024-02-06T17:18:26.416 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "self_heal", 2024-02-06T17:18:26.416 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.416 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.416 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.416 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:26.416 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.416 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.416 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.416 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "preemptively heal cluster around devices that may fail", 2024-02-06T17:18:26.416 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.416 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.416 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.416 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.417 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-02-06T17:18:26.417 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-02-06T17:18:26.417 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-06T17:18:26.417 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.417 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.417 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-02-06T17:18:26.417 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.417 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.417 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.417 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and check device health", 2024-02-06T17:18:26.417 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.417 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.417 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.417 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.417 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_threshold": { 2024-02-06T17:18:26.418 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_threshold", 2024-02-06T17:18:26.418 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-06T17:18:26.418 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.418 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.418 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7257600", 2024-02-06T17:18:26.418 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.418 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.418 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.418 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise health warning if OSD may fail before this long", 2024-02-06T17:18:26.418 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.418 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.418 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.418 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.418 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.418 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.418 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:26.419 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "diskprediction_local", 2024-02-06T17:18:26.419 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:26.419 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:26.419 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:26.419 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:26.419 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:26.419 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.419 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.419 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.419 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.419 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.419 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.419 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.419 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.420 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.420 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.420 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.420 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.420 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.420 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.420 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.420 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.420 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.420 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.420 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.420 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:26.420 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:26.420 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.420 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.421 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.421 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.421 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.421 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.421 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.421 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.421 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.421 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.421 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.421 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.421 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:26.421 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:26.421 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.421 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.422 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.422 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:26.422 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.422 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.422 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.422 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.422 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.422 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.422 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.422 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.422 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.422 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.422 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.422 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.422 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.423 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.423 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.423 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:26.423 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:26.423 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.423 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.423 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.423 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.423 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.423 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.423 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.423 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.423 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.423 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.424 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.424 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.424 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predict_interval": { 2024-02-06T17:18:26.424 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predict_interval", 2024-02-06T17:18:26.424 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.424 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.424 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.424 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-02-06T17:18:26.424 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.424 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.424 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.424 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.424 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.424 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.425 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.425 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.425 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predictor_model": { 2024-02-06T17:18:26.425 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predictor_model", 2024-02-06T17:18:26.425 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.425 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.425 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.425 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "prophetstor", 2024-02-06T17:18:26.425 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.425 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.425 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.426 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.426 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.426 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.426 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.426 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.426 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-02-06T17:18:26.426 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-02-06T17:18:26.426 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.426 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.426 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.426 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-02-06T17:18:26.426 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.427 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.427 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.427 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.427 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.427 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.427 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.427 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.427 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.427 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.427 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:26.427 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "influx", 2024-02-06T17:18:26.427 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": false, 2024-02-06T17:18:26.427 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "influxdb python module not found", 2024-02-06T17:18:26.427 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:26.428 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "batch_size": { 2024-02-06T17:18:26.428 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "batch_size", 2024-02-06T17:18:26.428 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.428 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.428 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.428 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5000", 2024-02-06T17:18:26.428 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.428 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.428 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.428 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.428 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.428 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.428 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.429 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.429 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "database": { 2024-02-06T17:18:26.429 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "database", 2024-02-06T17:18:26.429 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.429 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.429 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.429 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph", 2024-02-06T17:18:26.429 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.429 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.429 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.429 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.429 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.429 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.429 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.429 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.430 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "hostname": { 2024-02-06T17:18:26.430 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "hostname", 2024-02-06T17:18:26.430 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.430 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.430 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.430 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-06T17:18:26.430 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.430 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.430 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.430 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.430 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.430 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.430 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.430 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.430 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-02-06T17:18:26.430 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-02-06T17:18:26.430 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.431 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.431 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.431 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "30", 2024-02-06T17:18:26.431 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.431 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.431 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.431 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.431 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.431 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.431 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.431 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.431 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:26.431 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:26.431 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.431 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.431 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.432 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.432 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.432 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.432 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.432 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.432 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.432 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.432 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.432 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.432 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.432 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.432 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.432 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.432 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.432 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.433 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.433 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:26.433 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:26.433 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.433 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.433 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.433 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.433 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.433 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.433 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.433 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.433 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.433 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.433 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.433 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.433 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:26.434 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:26.434 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.434 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.434 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.434 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:26.434 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.434 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.434 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.434 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.434 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.434 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.434 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.434 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.434 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.434 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.435 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.435 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.435 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.435 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.435 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.435 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:26.435 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:26.435 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.435 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.435 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.435 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.435 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.435 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.435 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.435 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.435 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.436 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.436 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.436 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.436 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-02-06T17:18:26.436 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-02-06T17:18:26.436 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.436 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.436 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.436 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-06T17:18:26.436 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.436 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.436 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.436 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.436 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.437 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.437 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.437 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.437 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "port": { 2024-02-06T17:18:26.437 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "port", 2024-02-06T17:18:26.437 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.437 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.437 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.437 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8086", 2024-02-06T17:18:26.437 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.437 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.437 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.437 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.437 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.438 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.438 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.438 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.438 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-02-06T17:18:26.438 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-02-06T17:18:26.438 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.438 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.438 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.438 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "false", 2024-02-06T17:18:26.438 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.438 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.438 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.438 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.438 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.438 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.438 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.439 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.439 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "threads": { 2024-02-06T17:18:26.439 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "threads", 2024-02-06T17:18:26.439 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.439 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.439 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.439 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-02-06T17:18:26.439 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.439 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.439 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.439 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.439 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.439 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.439 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.439 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.440 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-02-06T17:18:26.440 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-02-06T17:18:26.440 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.440 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.440 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.440 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-06T17:18:26.440 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.440 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.440 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.440 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.440 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.440 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.440 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.440 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.440 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "verify_ssl": { 2024-02-06T17:18:26.441 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "verify_ssl", 2024-02-06T17:18:26.441 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.441 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.441 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.441 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "true", 2024-02-06T17:18:26.441 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.441 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.441 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.441 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.441 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.441 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.441 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.441 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.441 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.441 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.442 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:26.442 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "insights", 2024-02-06T17:18:26.442 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:26.442 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:26.442 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:26.442 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:26.442 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:26.442 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.442 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.442 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.442 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.442 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.442 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.442 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.443 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.443 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.443 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.443 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.443 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.443 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.443 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.443 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.443 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.443 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.443 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.443 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.443 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:26.443 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:26.443 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.443 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.444 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.444 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.444 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.444 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.444 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.444 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.444 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.444 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.444 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.444 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.444 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:26.444 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:26.444 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.444 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.445 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.445 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:26.445 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.445 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.445 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.445 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.445 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.445 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.445 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.445 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.445 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.445 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.445 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.445 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.445 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.446 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.446 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.446 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:26.446 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:26.446 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.446 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.446 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.446 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.446 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.446 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.446 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.446 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.446 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.446 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.447 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.447 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.447 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.447 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.447 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:26.447 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "iostat", 2024-02-06T17:18:26.447 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:26.447 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:26.447 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:26.447 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:26.447 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:26.447 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.447 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.447 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.448 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.448 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.448 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.448 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.448 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.448 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.448 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.448 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.448 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.448 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.448 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.448 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.448 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.449 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.449 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.449 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.449 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:26.449 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:26.449 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.449 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.449 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.449 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.449 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.449 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.449 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.449 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.449 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.449 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.450 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.450 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.450 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:26.450 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:26.450 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.450 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.450 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.450 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:26.450 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.450 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.450 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.450 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.450 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.450 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.451 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.451 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.451 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.451 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.451 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.451 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.451 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.451 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.451 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.451 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:26.451 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:26.451 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.451 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.451 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.451 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.452 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.452 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.452 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.452 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.452 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.452 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.452 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.452 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.452 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.452 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.452 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:26.452 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "k8sevents", 2024-02-06T17:18:26.452 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:26.452 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:26.452 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:26.453 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ceph_event_retention_days": { 2024-02-06T17:18:26.453 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ceph_event_retention_days", 2024-02-06T17:18:26.453 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:26.453 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.453 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.453 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-02-06T17:18:26.453 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.453 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.453 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.453 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Days to hold ceph event information within local cache", 2024-02-06T17:18:26.453 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.453 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.453 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.453 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.453 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "config_check_secs": { 2024-02-06T17:18:26.454 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "config_check_secs", 2024-02-06T17:18:26.454 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:26.454 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.454 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.454 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-02-06T17:18:26.454 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "10", 2024-02-06T17:18:26.454 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.454 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.454 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-02-06T17:18:26.454 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.454 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.454 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.454 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.454 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:26.455 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:26.455 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.455 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.455 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.455 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.455 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.455 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.455 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.455 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.455 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.455 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.455 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.455 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.455 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.455 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.455 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.456 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.456 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.456 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.456 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.456 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:26.456 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:26.456 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.456 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.456 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.456 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.456 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.456 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.456 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.456 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.457 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.457 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.457 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.457 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.457 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:26.457 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:26.457 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.457 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.457 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.457 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:26.457 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.457 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.457 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.457 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.457 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.458 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.458 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.458 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.458 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.458 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.458 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.458 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.458 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.458 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.458 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.458 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:26.458 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:26.458 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.458 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.458 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.459 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.459 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.459 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.459 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.459 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.459 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.459 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.459 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.459 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.459 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.459 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.459 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:26.459 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "localpool", 2024-02-06T17:18:26.460 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:26.460 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:26.460 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:26.460 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "failure_domain": { 2024-02-06T17:18:26.460 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "failure_domain", 2024-02-06T17:18:26.460 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.460 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.460 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.460 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "host", 2024-02-06T17:18:26.460 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.460 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.460 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.460 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "failure domain for any created local pool", 2024-02-06T17:18:26.460 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.461 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.461 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.461 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.461 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:26.461 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:26.461 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.461 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.461 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.461 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.461 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.461 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.461 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.461 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.461 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.462 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.462 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.462 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.462 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.462 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.462 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.462 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.462 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.462 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.462 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.462 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:26.462 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:26.462 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.462 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.463 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.463 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.463 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.463 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.463 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.463 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.463 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.463 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.463 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.463 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.463 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:26.463 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:26.463 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.463 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.464 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.464 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:26.464 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.464 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.464 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.464 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.464 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.464 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.464 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.464 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.464 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.464 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.464 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.464 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.465 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.465 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.465 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.465 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:26.465 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:26.465 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.465 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.465 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.465 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.465 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.465 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.465 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.465 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.466 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.466 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.466 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.466 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.466 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_size": { 2024-02-06T17:18:26.466 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_size", 2024-02-06T17:18:26.466 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:26.466 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.466 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.466 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.466 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.466 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.466 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.466 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default min_size for any created local pool", 2024-02-06T17:18:26.466 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.467 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.467 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.467 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.467 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_rep": { 2024-02-06T17:18:26.467 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "num_rep", 2024-02-06T17:18:26.467 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:26.467 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.467 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.467 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "3", 2024-02-06T17:18:26.467 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.467 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.467 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.467 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default replica count for any created local pool", 2024-02-06T17:18:26.467 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.467 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.468 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.468 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.468 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_num": { 2024-02-06T17:18:26.468 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_num", 2024-02-06T17:18:26.468 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:26.468 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.468 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.468 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "128", 2024-02-06T17:18:26.468 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.468 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.468 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.468 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default pg_num for any created local pool", 2024-02-06T17:18:26.468 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.468 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.468 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.469 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.469 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "prefix": { 2024-02-06T17:18:26.469 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prefix", 2024-02-06T17:18:26.469 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.469 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.469 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.469 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.469 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.469 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.469 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.469 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name prefix for any created local pool", 2024-02-06T17:18:26.469 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.469 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.469 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.469 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.469 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "subtree": { 2024-02-06T17:18:26.469 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "subtree", 2024-02-06T17:18:26.470 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.470 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.470 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.470 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "rack", 2024-02-06T17:18:26.470 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.470 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.470 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.470 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "CRUSH level for which to create a local pool", 2024-02-06T17:18:26.470 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.470 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.470 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.470 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.470 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.470 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.470 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:26.470 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-02-06T17:18:26.470 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:26.471 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:26.471 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:26.471 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:26.471 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:26.471 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.471 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.471 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.471 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.471 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.471 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.471 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.471 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.471 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.471 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.471 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.472 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.472 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.472 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.472 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.472 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.472 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.472 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.472 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.472 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:26.472 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:26.472 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.472 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.472 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.472 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.473 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.473 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.473 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.473 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.473 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.473 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.473 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.473 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.473 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:26.473 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:26.473 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.473 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.473 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.473 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:26.474 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.474 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.474 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.474 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.474 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.474 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.474 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.474 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.474 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.474 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.474 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.474 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.474 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.474 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.474 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.474 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:26.475 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:26.475 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.475 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.475 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.475 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.475 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.475 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.475 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.475 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.475 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.475 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.475 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.475 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.475 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator": { 2024-02-06T17:18:26.475 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-02-06T17:18:26.476 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.476 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.476 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.476 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-06T17:18:26.476 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.476 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.476 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.476 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-02-06T17:18:26.476 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rook", 2024-02-06T17:18:26.476 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "test_orchestrator" 2024-02-06T17:18:26.476 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.476 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Orchestrator backend", 2024-02-06T17:18:26.476 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.476 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.477 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.477 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.477 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.477 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.477 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:26.477 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "osd_support", 2024-02-06T17:18:26.477 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:26.477 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:26.477 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:26.477 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:26.477 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:26.477 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.477 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.477 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.478 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.478 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.478 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.478 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.478 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.478 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.478 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.478 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.478 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.478 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.478 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.478 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.478 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.478 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.478 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.478 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.479 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:26.479 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:26.479 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.479 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.479 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.479 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.479 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.479 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.479 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.479 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.479 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.479 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.479 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.479 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.479 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:26.480 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:26.480 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.480 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.480 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.480 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:26.480 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.480 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.480 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.480 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.480 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.480 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.480 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.480 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.480 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.480 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.480 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.481 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.481 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.481 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.481 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.481 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:26.481 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:26.481 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.481 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.481 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.481 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.481 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.481 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.481 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.481 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.481 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.481 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.481 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.482 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.482 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.482 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.482 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:26.482 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_autoscaler", 2024-02-06T17:18:26.482 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:26.482 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:26.482 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:26.482 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:26.482 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:26.482 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.482 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.482 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.482 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.482 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.482 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.483 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.483 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.483 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.483 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.483 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.483 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.483 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.483 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.483 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.483 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.483 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.483 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.483 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.483 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:26.483 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:26.483 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.484 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.484 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.484 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.484 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.484 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.484 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.484 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.484 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.484 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.484 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.484 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.484 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:26.484 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:26.484 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.484 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.485 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.485 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:26.485 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.485 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.485 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.485 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.485 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.485 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.485 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.485 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.485 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.485 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.485 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.485 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.485 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.485 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.486 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.486 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:26.486 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:26.486 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.486 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.486 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.486 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.486 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.486 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.486 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.486 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.486 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.486 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.486 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.486 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.486 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-02-06T17:18:26.487 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-02-06T17:18:26.487 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.487 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.487 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.487 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-02-06T17:18:26.487 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.487 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.487 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.487 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.487 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.487 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.487 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.487 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.487 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.487 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.488 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:26.488 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "progress", 2024-02-06T17:18:26.488 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:26.488 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:26.488 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:26.488 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:26.488 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:26.488 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.488 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.488 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.488 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.488 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.488 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.488 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.488 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.488 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.489 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.489 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.489 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.489 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.489 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.489 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.489 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.489 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.489 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.489 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.489 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:26.489 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:26.489 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.489 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.490 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.490 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.490 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.490 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.490 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.490 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.490 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.490 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.490 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.490 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.490 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:26.490 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:26.490 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.490 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.491 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.491 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:26.491 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.491 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.491 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.491 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.491 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.491 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.491 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.491 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.491 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.491 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.491 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.491 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.491 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.491 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.492 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.492 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:26.492 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:26.492 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.492 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.492 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.492 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.492 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.492 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.492 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.492 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.492 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.492 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.492 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.492 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.493 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max_completed_events": { 2024-02-06T17:18:26.493 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "max_completed_events", 2024-02-06T17:18:26.493 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:26.493 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.493 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.493 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "50", 2024-02-06T17:18:26.493 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.493 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.493 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.493 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "number of past completed events to remember", 2024-02-06T17:18:26.493 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.493 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.493 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.493 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.493 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "persist_interval": { 2024-02-06T17:18:26.493 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "persist_interval", 2024-02-06T17:18:26.494 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-06T17:18:26.494 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.494 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.494 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-02-06T17:18:26.494 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.494 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.494 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.494 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to persist completed events", 2024-02-06T17:18:26.494 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.494 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.494 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.494 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.494 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.495 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.495 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:26.495 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prometheus", 2024-02-06T17:18:26.495 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:26.495 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:26.495 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:26.495 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:26.495 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:26.495 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.495 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.495 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.495 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.495 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.496 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.496 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.496 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.496 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.496 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.496 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.496 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.496 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.496 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.496 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.496 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.496 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.496 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.496 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.497 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:26.497 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:26.497 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.497 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.497 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.497 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.497 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.497 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.497 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.497 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.497 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.497 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.497 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.497 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.497 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:26.498 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:26.498 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.498 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.498 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.498 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:26.498 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.498 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.498 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.498 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.498 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.498 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.498 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.499 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.499 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.499 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.499 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.499 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.499 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.499 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.499 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.499 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:26.499 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:26.499 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.499 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.499 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.499 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.499 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.500 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.500 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.500 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.500 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.500 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.500 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.500 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.500 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools": { 2024-02-06T17:18:26.500 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools", 2024-02-06T17:18:26.500 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.500 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.500 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.500 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.501 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.501 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.501 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.501 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.501 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.501 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.501 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.501 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.501 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools_refresh_interval": { 2024-02-06T17:18:26.501 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools_refresh_interval", 2024-02-06T17:18:26.501 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.501 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.501 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.502 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.502 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.502 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.502 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.502 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.502 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.502 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.502 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.502 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.502 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_interval": { 2024-02-06T17:18:26.502 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_interval", 2024-02-06T17:18:26.502 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.502 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.502 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.503 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.503 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.503 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.503 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.503 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.503 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.503 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.503 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.503 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.503 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-02-06T17:18:26.503 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-02-06T17:18:26.503 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.503 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.504 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.504 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.504 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.504 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.504 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.504 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.504 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.504 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.504 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.504 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.504 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-02-06T17:18:26.504 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-02-06T17:18:26.504 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.504 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.504 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.505 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.505 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.505 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.505 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.505 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.505 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.505 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.505 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.505 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.505 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.505 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.505 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:26.505 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_support", 2024-02-06T17:18:26.505 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:26.506 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:26.506 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:26.506 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:26.506 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:26.506 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.506 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.506 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.506 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.506 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.506 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.506 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.506 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.506 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.507 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.507 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.507 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.507 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.507 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.507 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.507 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.507 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.507 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.507 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.507 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:26.507 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:26.507 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.507 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.507 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.508 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.508 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.508 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.508 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.508 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.508 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.508 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.508 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.508 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.508 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:26.508 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:26.508 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.508 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.508 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.509 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:26.509 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.509 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.509 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.509 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.509 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.509 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.509 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.509 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.509 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.509 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.509 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.509 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.509 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.510 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.510 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.510 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:26.510 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:26.510 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.510 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.510 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.510 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.510 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.510 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.510 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.510 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.510 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.510 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.511 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.511 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.511 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mirror_snapshot_schedule": { 2024-02-06T17:18:26.511 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mirror_snapshot_schedule", 2024-02-06T17:18:26.511 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.511 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.511 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.511 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.511 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.511 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.511 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.511 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.511 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.511 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.511 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.512 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.512 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "trash_purge_schedule": { 2024-02-06T17:18:26.512 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "trash_purge_schedule", 2024-02-06T17:18:26.512 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.512 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.512 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.512 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.512 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.512 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.512 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.512 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.512 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.512 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.512 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.513 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.513 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.513 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.513 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:26.513 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "restful", 2024-02-06T17:18:26.513 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:26.513 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:26.513 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:26.513 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-02-06T17:18:26.513 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-02-06T17:18:26.513 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.513 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.513 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.513 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.514 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.514 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.514 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.514 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.514 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.514 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.514 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.514 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.514 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:26.514 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:26.514 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.514 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.514 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.514 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.514 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.515 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.515 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.515 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.515 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.515 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.515 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.515 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.515 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.515 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.515 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.515 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.515 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.515 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.515 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.516 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:26.516 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:26.516 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.516 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.516 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.516 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.516 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.516 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.516 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.516 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.516 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.516 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.516 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.516 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.517 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:26.517 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:26.517 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.517 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.517 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.517 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:26.517 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.517 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.517 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.517 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.517 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.517 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.517 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.517 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.518 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.518 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.518 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.518 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.518 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.518 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.518 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.518 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:26.518 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:26.518 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.518 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.518 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.518 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.518 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.519 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.519 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.519 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.519 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.519 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.519 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.519 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.519 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-02-06T17:18:26.519 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-02-06T17:18:26.519 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.519 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.519 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.519 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.519 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.519 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.520 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.520 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.520 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.520 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.520 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.520 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.520 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-02-06T17:18:26.520 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-02-06T17:18:26.520 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.520 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.520 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.520 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.520 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.521 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.521 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.521 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.521 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.521 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.521 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.521 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.521 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.521 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.521 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:26.521 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rook", 2024-02-06T17:18:26.521 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:26.521 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:26.521 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:26.521 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:26.522 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:26.522 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.522 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.522 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.522 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.522 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.522 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.522 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.522 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.522 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.522 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.522 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.522 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.522 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.522 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.523 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.523 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.523 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.523 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.523 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.523 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:26.523 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:26.523 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.523 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.523 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.523 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.523 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.523 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.523 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.524 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.524 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.524 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.524 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.524 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.524 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:26.524 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:26.524 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.524 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.524 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.524 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:26.524 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.524 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.524 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.525 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.525 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.525 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.525 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.525 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.525 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.525 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.525 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.525 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.525 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.525 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.525 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.525 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:26.525 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:26.526 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.526 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.526 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.526 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.526 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.526 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.526 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.526 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.526 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.526 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.526 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.526 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.526 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.526 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.526 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:26.527 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "selftest", 2024-02-06T17:18:26.527 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:26.527 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:26.527 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:26.527 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:26.527 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:26.527 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.527 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.527 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.527 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.527 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.527 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.527 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.527 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.527 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.528 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.528 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.528 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.528 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.528 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.528 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.528 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.528 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.528 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.528 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.528 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:26.528 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:26.528 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.529 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.529 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.529 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.529 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.529 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.529 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.529 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.529 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.529 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.529 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.529 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.529 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:26.529 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:26.529 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.529 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.530 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.530 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:26.530 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.530 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.530 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.530 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.530 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.530 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.530 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.530 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.530 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.530 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.530 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.530 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.531 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.531 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.531 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.531 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:26.531 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:26.531 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.531 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.531 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.531 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.531 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.531 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.531 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.531 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.531 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.532 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.532 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.532 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.532 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption1": { 2024-02-06T17:18:26.532 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption1", 2024-02-06T17:18:26.532 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.532 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.532 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.532 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.532 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.532 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.532 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.532 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.532 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.533 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.533 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.533 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.533 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption2": { 2024-02-06T17:18:26.533 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption2", 2024-02-06T17:18:26.533 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.533 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.533 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.533 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "xyz", 2024-02-06T17:18:26.533 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.533 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.533 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.533 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.533 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.533 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.533 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.534 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.534 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption1": { 2024-02-06T17:18:26.534 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption1", 2024-02-06T17:18:26.534 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.534 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.534 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.534 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.534 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.534 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.534 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.534 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.534 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.534 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.534 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.535 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.535 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption2": { 2024-02-06T17:18:26.535 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption2", 2024-02-06T17:18:26.535 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:26.535 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.535 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.535 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.535 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.535 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.535 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.535 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.535 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.535 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.535 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.536 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.536 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption3": { 2024-02-06T17:18:26.536 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption3", 2024-02-06T17:18:26.536 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-02-06T17:18:26.536 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.536 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.536 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.536 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.536 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.536 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.536 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.536 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.536 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.536 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.536 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.537 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption4": { 2024-02-06T17:18:26.537 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption4", 2024-02-06T17:18:26.537 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.537 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.537 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.537 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.537 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.537 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.537 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.537 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.537 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.537 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.537 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.537 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.537 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption5": { 2024-02-06T17:18:26.538 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption5", 2024-02-06T17:18:26.538 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.538 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.538 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.538 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.538 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.538 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.538 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.538 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.538 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.538 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.538 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.538 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.538 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption6": { 2024-02-06T17:18:26.539 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption6", 2024-02-06T17:18:26.539 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.539 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.539 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.539 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:26.539 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.539 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.539 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.539 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.539 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.539 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.539 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.539 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.539 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testkey": { 2024-02-06T17:18:26.539 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testkey", 2024-02-06T17:18:26.540 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.540 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.540 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.540 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.540 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.540 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.540 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.540 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.540 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.540 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.540 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.540 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.540 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testlkey": { 2024-02-06T17:18:26.541 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testlkey", 2024-02-06T17:18:26.541 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.541 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.541 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.541 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.541 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.541 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.541 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.541 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.541 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.541 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.541 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.541 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.541 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testnewline": { 2024-02-06T17:18:26.541 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testnewline", 2024-02-06T17:18:26.542 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.542 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.542 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.542 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.542 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.542 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.542 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.542 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.542 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.542 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.542 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.542 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.542 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.542 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.542 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:26.543 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "status", 2024-02-06T17:18:26.543 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:26.543 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:26.543 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:26.543 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:26.543 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:26.543 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.543 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.543 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.543 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.543 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.543 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.543 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.543 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.544 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.544 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.544 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.544 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.544 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.544 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.544 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.544 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.544 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.544 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.544 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.544 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:26.544 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:26.544 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.545 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.545 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.545 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.545 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.545 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.545 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.545 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.545 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.545 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.545 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.545 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.545 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:26.545 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:26.545 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.545 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.546 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.546 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:26.546 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.546 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.546 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.546 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.546 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.546 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.546 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.546 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.546 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.546 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.546 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.546 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.547 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.547 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.547 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.547 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:26.547 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:26.547 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.547 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.547 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.547 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.547 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.547 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.547 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.547 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.547 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.548 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.548 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.548 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.548 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.548 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.548 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:26.548 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telegraf", 2024-02-06T17:18:26.548 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:26.548 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:26.548 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:26.548 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "address": { 2024-02-06T17:18:26.548 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "address", 2024-02-06T17:18:26.548 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.548 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.549 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.549 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-02-06T17:18:26.549 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.549 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.549 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.549 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.549 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.549 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.549 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.549 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.549 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-02-06T17:18:26.549 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-02-06T17:18:26.549 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-06T17:18:26.549 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.550 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.550 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15", 2024-02-06T17:18:26.550 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.550 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.550 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.550 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.550 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.550 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.550 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.550 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.550 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:26.550 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:26.550 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.550 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.550 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.551 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.551 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.551 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.551 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.551 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.551 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.551 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.551 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.551 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.551 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.551 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.551 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.551 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.551 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.552 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.552 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.552 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:26.552 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:26.552 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.552 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.552 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.552 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.552 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.552 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.552 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.552 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.552 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.553 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.553 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.553 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.553 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:26.553 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:26.553 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.553 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.553 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.553 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:26.553 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.553 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.553 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.553 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.553 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.554 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.554 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.554 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.554 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.554 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.554 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.554 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.554 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.554 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.554 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.554 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:26.554 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:26.554 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.554 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.554 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.555 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.555 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.555 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.555 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.555 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.555 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.555 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.555 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.555 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.555 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.555 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.555 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:26.555 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telemetry", 2024-02-06T17:18:26.555 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:26.556 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:26.556 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:26.556 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_basic": { 2024-02-06T17:18:26.556 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_basic", 2024-02-06T17:18:26.556 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.556 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.556 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.556 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:26.556 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.556 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.556 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.556 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Share basic cluster information (size, version)", 2024-02-06T17:18:26.556 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.557 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.557 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.557 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.557 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_crash": { 2024-02-06T17:18:26.557 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_crash", 2024-02-06T17:18:26.557 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.557 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.557 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.557 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:26.557 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.557 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.557 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.557 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.557 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.558 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.558 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.558 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.558 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_device": { 2024-02-06T17:18:26.558 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_device", 2024-02-06T17:18:26.558 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.558 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.558 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.558 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:26.558 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.558 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.559 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.559 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.559 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.559 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.559 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.559 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.559 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_ident": { 2024-02-06T17:18:26.559 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_ident", 2024-02-06T17:18:26.559 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.559 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.559 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.559 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.559 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.559 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.560 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.560 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.560 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.560 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.560 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.560 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.560 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "contact": { 2024-02-06T17:18:26.560 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "contact", 2024-02-06T17:18:26.560 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.560 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.560 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.560 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-06T17:18:26.560 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.561 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.561 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.561 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.561 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.561 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.561 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.561 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.561 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "description": { 2024-02-06T17:18:26.561 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "description", 2024-02-06T17:18:26.561 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.561 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.561 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.561 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-06T17:18:26.561 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.561 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.561 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.562 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.562 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.562 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.562 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.562 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.562 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_url": { 2024-02-06T17:18:26.562 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_url", 2024-02-06T17:18:26.562 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.562 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.562 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.562 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/device", 2024-02-06T17:18:26.562 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.562 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.562 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.562 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.563 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.563 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.563 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.563 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.563 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enabled": { 2024-02-06T17:18:26.563 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enabled", 2024-02-06T17:18:26.563 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.563 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.563 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.563 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.563 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.563 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.563 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.563 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.563 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.564 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.564 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.564 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.564 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-02-06T17:18:26.564 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-02-06T17:18:26.564 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:26.564 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.564 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.564 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "24", 2024-02-06T17:18:26.564 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "8", 2024-02-06T17:18:26.564 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.564 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.564 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.564 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.565 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.565 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.565 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.565 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_opt_revision": { 2024-02-06T17:18:26.565 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "last_opt_revision", 2024-02-06T17:18:26.565 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:26.565 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.565 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.565 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1", 2024-02-06T17:18:26.565 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.565 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.565 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.565 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.565 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.565 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.565 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.566 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.566 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "leaderboard": { 2024-02-06T17:18:26.566 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "leaderboard", 2024-02-06T17:18:26.566 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.566 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.566 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.566 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.566 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.566 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.566 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.566 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.566 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.566 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.566 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.567 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.567 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:26.567 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:26.567 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.567 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.567 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.567 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.567 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.567 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.567 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.567 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.567 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.567 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.567 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.568 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.568 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.568 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.568 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.568 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.568 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.568 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.568 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.568 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:26.568 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:26.568 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.568 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.568 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.568 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.569 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.569 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.569 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.569 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.569 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.569 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.569 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.569 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.569 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:26.569 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:26.569 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.569 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.569 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.569 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:26.570 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.570 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.570 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.570 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.570 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.570 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.570 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.570 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.570 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.570 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.570 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.570 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.570 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.570 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.571 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.571 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:26.571 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:26.571 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.571 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.571 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.571 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.571 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.571 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.571 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.571 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.571 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.571 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.571 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.572 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.572 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "organization": { 2024-02-06T17:18:26.572 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "organization", 2024-02-06T17:18:26.572 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.572 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.572 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.572 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-06T17:18:26.572 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.572 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.572 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.572 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.572 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.572 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.572 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.573 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.573 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "proxy": { 2024-02-06T17:18:26.573 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "proxy", 2024-02-06T17:18:26.573 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.573 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.573 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.573 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-06T17:18:26.573 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.573 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.573 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.573 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.573 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.573 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.573 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.573 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.574 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url": { 2024-02-06T17:18:26.574 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url", 2024-02-06T17:18:26.574 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.574 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.574 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.574 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/report", 2024-02-06T17:18:26.574 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.574 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.574 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.574 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.574 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.574 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.574 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.574 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.575 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.575 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.575 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:26.575 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "test_orchestrator", 2024-02-06T17:18:26.575 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:26.575 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:26.575 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:26.575 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:26.575 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:26.575 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.575 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.575 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.575 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.575 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.575 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.576 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.576 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.576 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.576 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.576 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.576 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.576 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.576 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.576 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.576 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.576 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.576 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.576 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.576 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:26.577 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:26.577 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.577 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.577 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.577 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.577 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.577 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.577 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.577 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.577 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.577 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.577 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.577 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.577 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:26.577 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:26.578 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.578 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.578 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.578 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:26.578 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.578 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.578 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.578 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.578 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.578 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.578 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.578 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.578 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.578 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.578 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.579 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.579 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.579 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.579 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.579 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:26.579 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:26.579 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.579 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.579 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.579 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.579 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.579 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.579 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.579 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.579 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.580 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.580 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.580 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.580 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.580 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.580 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:26.580 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "volumes", 2024-02-06T17:18:26.580 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:26.580 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:26.580 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:26.580 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:26.580 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:26.580 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.581 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.581 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.581 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.581 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.581 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.581 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.581 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.581 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.581 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.581 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.581 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.581 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.581 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.581 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.582 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.582 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.582 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.582 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.582 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:26.582 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:26.582 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.582 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.582 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.582 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.582 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.582 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.582 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.582 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.582 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.583 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.583 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.583 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.583 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:26.583 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:26.583 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.583 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.583 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.583 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:26.583 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.583 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.583 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.583 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.583 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.583 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.584 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.584 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.584 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.584 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.584 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.584 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.584 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.584 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.584 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.584 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:26.584 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:26.584 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.585 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.585 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.585 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.585 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.585 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.585 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.585 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.585 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.585 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.585 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.585 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.585 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.585 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.585 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:26.585 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix", 2024-02-06T17:18:26.586 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:26.586 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:26.586 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:26.586 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "discovery_interval": { 2024-02-06T17:18:26.586 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "discovery_interval", 2024-02-06T17:18:26.586 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.586 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.586 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.586 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "100", 2024-02-06T17:18:26.586 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.586 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.586 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.586 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.586 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.586 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.587 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.587 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.587 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "identifier": { 2024-02-06T17:18:26.587 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "identifier", 2024-02-06T17:18:26.587 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.587 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.587 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.587 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.587 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.587 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.587 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.587 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.587 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.587 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.588 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.588 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.588 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-02-06T17:18:26.588 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-02-06T17:18:26.588 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-06T17:18:26.588 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.588 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.588 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-02-06T17:18:26.588 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.588 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.588 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.588 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.588 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.588 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.589 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.589 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.589 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:26.589 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:26.589 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.589 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.589 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.589 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:26.589 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.589 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.589 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.589 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.589 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.589 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.589 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.590 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.590 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.590 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.590 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.590 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.590 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.590 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.590 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.590 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:26.590 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:26.590 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.590 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.590 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.590 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.590 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.591 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.591 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.591 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.591 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.591 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.591 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.591 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.591 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:26.591 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:26.591 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.591 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.591 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.591 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:26.591 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.592 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.592 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:26.592 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:26.592 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:26.592 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:26.592 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:26.592 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:26.592 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:26.592 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.592 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.592 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.592 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.592 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.593 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.593 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:26.593 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:26.593 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:26.593 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.593 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:26.593 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:26.593 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.593 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.593 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.593 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.593 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.593 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.594 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.594 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.594 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_host": { 2024-02-06T17:18:26.594 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_host", 2024-02-06T17:18:26.594 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.594 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.594 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.594 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-06T17:18:26.594 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.594 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.594 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.595 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.595 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.595 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.595 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.595 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.595 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_port": { 2024-02-06T17:18:26.595 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_port", 2024-02-06T17:18:26.595 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:26.595 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.595 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.595 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10051", 2024-02-06T17:18:26.595 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.595 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.595 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.596 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.596 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.596 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.596 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.596 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.596 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_sender": { 2024-02-06T17:18:26.596 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_sender", 2024-02-06T17:18:26.596 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:26.596 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:26.596 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:26.596 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "/usr/bin/zabbix_sender", 2024-02-06T17:18:26.596 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:26.597 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:26.597 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:26.597 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:26.597 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:26.597 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:26.597 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:26.597 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.597 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.597 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.597 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.597 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {}, 2024-02-06T17:18:26.597 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "always_on_modules": { 2024-02-06T17:18:26.597 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nautilus": [ 2024-02-06T17:18:26.597 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-02-06T17:18:26.597 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-02-06T17:18:26.598 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-02-06T17:18:26.598 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator_cli", 2024-02-06T17:18:26.598 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-02-06T17:18:26.598 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-02-06T17:18:26.598 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-02-06T17:18:26.598 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-02-06T17:18:26.598 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.598 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "octopus": [ 2024-02-06T17:18:26.598 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-02-06T17:18:26.598 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-02-06T17:18:26.598 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-02-06T17:18:26.598 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator", 2024-02-06T17:18:26.598 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_support", 2024-02-06T17:18:26.598 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_autoscaler", 2024-02-06T17:18:26.599 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-02-06T17:18:26.599 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-02-06T17:18:26.599 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-02-06T17:18:26.599 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "telemetry", 2024-02-06T17:18:26.599 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-02-06T17:18:26.599 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:26.599 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_failure_osd_epoch": 0, 2024-02-06T17:18:26.599 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_clients": [ 2024-02-06T17:18:26.599 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:26.599 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-02-06T17:18:26.599 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:26.599 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-02-06T17:18:26.599 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.96:0", 2024-02-06T17:18:26.599 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2342616468 2024-02-06T17:18:26.600 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.600 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-02-06T17:18:26.600 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.600 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:26.600 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-02-06T17:18:26.600 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:26.600 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-02-06T17:18:26.600 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.96:0", 2024-02-06T17:18:26.600 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 1626889365 2024-02-06T17:18:26.600 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.600 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-02-06T17:18:26.600 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:26.600 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:26.600 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-02-06T17:18:26.601 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:26.601 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-02-06T17:18:26.601 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.96:0", 2024-02-06T17:18:26.601 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2305572604 2024-02-06T17:18:26.601 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.601 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-02-06T17:18:26.601 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.601 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-02-06T17:18:26.601 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.601 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:26.601 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:25 smithi096 bash[35573]: audit 2024-02-06T17:18:25.824288+0000 mon.a (mon.0) 36 : audit [DBG] from='client.? 172.21.15.96:0/4079334435' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2024-02-06T17:18:27.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:26 smithi096 bash[35573]: cluster 2024-02-06T17:18:26.508852+0000 mon.a (mon.0) 37 : cluster [INF] Active manager daemon y restarted 2024-02-06T17:18:27.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:26 smithi096 bash[35573]: cluster 2024-02-06T17:18:26.509242+0000 mon.a (mon.0) 38 : cluster [INF] Activating manager daemon y 2024-02-06T17:18:27.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:26 smithi096 bash[35573]: cluster 2024-02-06T17:18:26.510978+0000 mon.a (mon.0) 39 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-02-06T17:18:28.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:27 smithi096 bash[35573]: cluster 2024-02-06T17:18:26.885450+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e6: y(active, starting, since 0.376274s) 2024-02-06T17:18:28.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:27 smithi096 bash[35573]: audit 2024-02-06T17:18:26.886988+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14117 172.21.15.96:0/1615020468' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-02-06T17:18:28.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:27 smithi096 bash[35573]: audit 2024-02-06T17:18:26.887639+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14117 172.21.15.96:0/1615020468' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-06T17:18:28.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:27 smithi096 bash[35573]: audit 2024-02-06T17:18:26.887769+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14117 172.21.15.96:0/1615020468' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-06T17:18:28.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:27 smithi096 bash[35573]: audit 2024-02-06T17:18:26.887899+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14117 172.21.15.96:0/1615020468' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-06T17:18:28.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:27 smithi096 bash[35573]: audit 2024-02-06T17:18:26.888185+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14117 172.21.15.96:0/1615020468' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-02-06T17:18:28.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:27 smithi096 bash[35573]: audit 2024-02-06T17:18:26.888711+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14117 172.21.15.96:0/1615020468' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-02-06T17:18:28.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:27 smithi096 bash[35573]: audit 2024-02-06T17:18:26.888943+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14117 172.21.15.96:0/1615020468' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-02-06T17:18:28.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:27 smithi096 bash[35573]: cluster 2024-02-06T17:18:26.902079+0000 mon.a (mon.0) 48 : cluster [INF] Manager daemon y is now available 2024-02-06T17:18:28.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:27 smithi096 bash[35573]: audit 2024-02-06T17:18:26.922373+0000 mon.a (mon.0) 49 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-06T17:18:28.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:27 smithi096 bash[35573]: audit 2024-02-06T17:18:27.405764+0000 mon.a (mon.0) 50 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-06T17:18:29.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:28 smithi096 bash[35573]: cluster 2024-02-06T17:18:27.888833+0000 mon.a (mon.0) 51 : cluster [DBG] mgrmap e7: y(active, since 1.37964s) 2024-02-06T17:18:30.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:29 smithi096 bash[35573]: cluster 2024-02-06T17:18:28.898029+0000 mon.a (mon.0) 52 : cluster [DBG] mgrmap e8: y(active, since 2s) 2024-02-06T17:18:30.453 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Waiting for the mgr to restart... 2024-02-06T17:18:30.453 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Waiting for Mgr epoch 5... 2024-02-06T17:18:30.453 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi096', '-v', '/var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmptpwe3_93:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp6enzjkao:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'tell', 'mgr', 'mgr_status'] 2024-02-06T17:18:30.453 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi096 -v /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptpwe3_93:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6enzjkao:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 tell mgr mgr_status 2024-02-06T17:18:34.373 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:34.373 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap_epoch": 8, 2024-02-06T17:18:34.374 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "initialized": true 2024-02-06T17:18:34.374 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:36.559 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Setting orchestrator backend to cephadm... 2024-02-06T17:18:36.559 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi096', '-v', '/var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmptpwe3_93:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp6enzjkao:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'orch', 'set', 'backend', 'cephadm'] 2024-02-06T17:18:36.560 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi096 -v /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptpwe3_93:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6enzjkao:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 orch set backend cephadm 2024-02-06T17:18:37.612 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:37 smithi096 bash[35573]: audit 2024-02-06T17:18:37.315005+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14117 172.21.15.96:0/1615020468' entity='mgr.y' cmd=[{"prefix":"config set","value":"cephadm","who":"mgr","name":"mgr/orchestrator/orchestrator"}]: dispatch 2024-02-06T17:18:37.612 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:37 smithi096 bash[35573]: audit 2024-02-06T17:18:37.317611+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14117 172.21.15.96:0/1615020468' entity='mgr.y' cmd='[{"prefix":"config set","value":"cephadm","who":"mgr","name":"mgr/orchestrator/orchestrator"}]': finished 2024-02-06T17:18:37.864 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Generating ssh key... 2024-02-06T17:18:37.865 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi096', '-v', '/var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmptpwe3_93:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp6enzjkao:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'cephadm', 'generate-key'] 2024-02-06T17:18:37.865 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi096 -v /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptpwe3_93:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6enzjkao:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 cephadm generate-key 2024-02-06T17:18:38.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:38 smithi096 bash[35573]: audit 2024-02-06T17:18:37.313877+0000 mgr.y (mgr.14117) 1 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:18:39.210 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:18:38 smithi096 bash[35806]: Generating public/private rsa key pair. 2024-02-06T17:18:39.210 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:18:38 smithi096 bash[35806]: Your identification has been saved in /tmp/tmpwze6gxvj/key. 2024-02-06T17:18:39.210 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:18:38 smithi096 bash[35806]: Your public key has been saved in /tmp/tmpwze6gxvj/key.pub. 2024-02-06T17:18:39.210 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:18:38 smithi096 bash[35806]: The key fingerprint is: 2024-02-06T17:18:39.211 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:18:38 smithi096 bash[35806]: SHA256:UhaTQuCAKszPrTbZ7unt0t1co2imy0WaXZcGvbpK784 ceph-a15007fc-c513-11ee-95b6-87774f69a715 2024-02-06T17:18:39.211 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:18:38 smithi096 bash[35806]: The key's randomart image is: 2024-02-06T17:18:39.211 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:18:38 smithi096 bash[35806]: +---[RSA 3072]----+ 2024-02-06T17:18:39.211 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:18:38 smithi096 bash[35806]: | .. .o. o. | 2024-02-06T17:18:39.211 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:18:38 smithi096 bash[35806]: |. o . .o . | 2024-02-06T17:18:39.211 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:18:38 smithi096 bash[35806]: |+ . .o . . | 2024-02-06T17:18:39.211 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:18:38 smithi096 bash[35806]: |oo o . o | 2024-02-06T17:18:39.211 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:18:38 smithi096 bash[35806]: |. o . . S. . = | 2024-02-06T17:18:39.211 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:18:38 smithi096 bash[35806]: | o . .= . +o | 2024-02-06T17:18:39.211 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:18:38 smithi096 bash[35806]: | + .o.++.o . | 2024-02-06T17:18:39.211 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:18:38 smithi096 bash[35806]: | = o+.o=o+. | 2024-02-06T17:18:39.211 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:18:38 smithi096 bash[35806]: | . ==o*=.+E | 2024-02-06T17:18:39.211 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:18:38 smithi096 bash[35806]: +----[SHA256]-----+ 2024-02-06T17:18:39.488 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi096', '-v', '/var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmptpwe3_93:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp6enzjkao:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'cephadm', 'get-pub-key'] 2024-02-06T17:18:39.488 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi096 -v /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptpwe3_93:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6enzjkao:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 cephadm get-pub-key 2024-02-06T17:18:39.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:39 smithi096 bash[35573]: audit 2024-02-06T17:18:38.493667+0000 mgr.y (mgr.14117) 2 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:18:39.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:39 smithi096 bash[35573]: cephadm 2024-02-06T17:18:38.493878+0000 mgr.y (mgr.14117) 3 : cephadm [INF] Generating ssh key... 2024-02-06T17:18:39.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:39 smithi096 bash[35573]: audit 2024-02-06T17:18:38.896418+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14117 172.21.15.96:0/1615020468' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_key","val":"-----BEGIN OPENSSH PRIVATE KEY-----\nb3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn\nNhAAAAAwEAAQAAAYEAw+bIatNW67//sBjtFEI+eNcIflA1dLJCkW1Fyft/kMhyzaj/CKss\nnIPjemUrknkLD8w5eL2+XLR9MUVeksm+SWVDCOKTRHW5RvWHfUV4iKoViY8EvQZFQUs3s5\n5UUJAJ/m15lZ9ysYthqXOBSE0aMIAlkLM/XEQ/u4/T58O1HDTByWY9OcLaaz7tq7HDV/6Z\nud9xQx5dk3FcKy/WUMCczdSPGeEMtlpJd5OpjuwMIYvFAU2LsxHwhiugoIk6jvx44TGq6r\nDjht9lRgNvT3bKpsCXpkjk5FXo9+uzzZhF33+y4cjWPPlpVUKTjyzfH/3ZMYbcunD2/dt4\nGkvvCVVI53Fx8e/EMH+dZuWU8un1eEymRaJdnapGls//ff40/gLIMxOQJE8WCY1GVY3Uxg\nHPNLkHpqHk4aB12FOlmbGFQ0T0kxxntLpbVpDVvtGhwM50GBg6NxZ6H3X59l+xFyKQgoTi\n5QQXzccVBagouy6CaYlkOhJCdBNKFkg0hwrEvdhzAAAFoIkwr4yJMK+MAAAAB3NzaC1yc2\nEAAAGBAMPmyGrTVuu//7AY7RRCPnjXCH5QNXSyQpFtRcn7f5DIcs2o/wirLJyD43plK5J5\nCw/MOXi9vly0fTFFXpLJvkllQwjik0R1uUb1h31FeIiqFYmPBL0GRUFLN7OeVFCQCf5teZ\nWfcrGLYalzgUhNGjCAJZCzP1xEP7uP0+fDtRw0wclmPTnC2ms+7auxw1f+mbnfcUMeXZNx\nXCsv1lDAnM3UjxnhDLZaSXeTqY7sDCGLxQFNi7MR8IYroKCJOo78eOExquqw44bfZUYDb0\n92yqbAl6ZI5ORV6Pfrs82YRd9/suHI1jz5aVVCk48s3x/92TGG3Lpw9v3beBpL7wlVSOdx\ncfHvxDB/nWbllPLp9XhMpkWiXZ2qRpbP/33+NP4CyDMTkCRPFgmNRlWN1MYBzzS5B6ah5O\nGgddhTpZmxhUNE9JMcZ7S6W1aQ1b7RocDOdBgYOjcWeh91+fZfsRcikIKE4uUEF83HFQWo\nKLsugmmJZDoSQnQTShZINIcKxL3YcwAAAAMBAAEAAAGBAKW3gUyUsM/G4DWIMG1VyGESjj\nXEBiRMc3Fv/XxqirPgTPVagztDCf7wtqqgEKbcTBY2DVvtLq5fZBQc+W60yIpv5bALcsaT\ny4KSSuYWsWrybjuqRzjbqBQe2+TPB8YKwtl+pD6E3lIAdUIR2ohd6MykaqKobu3PMhapCX\nniHT/aBSAoo5xMD9ZvKkB2pKe4UTRiJv6/HiuO1ogV9HblKQAZUmBy9vz/DWzg9atYVL6/\n7Iw4m/eEMnJdT4jd7TJtsRu8R7t467qK+MxGaJf6PcU2UockMBmq6cHDjPg5iwUtQ0VSFU\nmy99t1D3lowQ4KO9mo49wi8jTRMfG2K76cVdkGinrSv9fRddyeA/gN1LvKi7MvuTgR2cd6\nZNCSXfTdvoK1bcAHxiZol0OZtlsHK27arPuiSL63vZEn/xgGCH5f0rt1fpJ8V2/O9MH2ST\nm6N7R/yVHx49Mb9iV3AQ3spwIrv8Ch8VNdIjYGKchDNMBzuMJjkNE4O/VFkmt9TYR4SQAA\nAMEAhZatkzMB8i06T417UGcWS3ebtMh2u1Xu136LGIyhxEuSVXioNh0AejQB+uXaRGFdcG\npFJb8n6WqQ3HMV4gsqU8FSYV0cxz2U7rZ7GL9cPVMNdvltiWfeCaDUHM7O4/X/xclIBHa5\niIeLYjZ3NxJC+7c2MovELoSKTlEWEg74kBlxfA3IwmjlsrdIIgl/DWUJALwsRiLRDJl0h1\nRC6ailZpL96+MXgkC5AmjJE/GbQeo8xpwRA4CRfCs7EpLrtFNqAAAAwQDyp4wXDhPzutOD\n2U/P5Xh+kIkycL/quZDPHkGL7tdQwDTxe7vYSgVzCcgLkjQhgmgQpODnMUKqUCsPwj0G+w\nFvPHcfl8T31yvn6mADyH+tetjKJ/iBOWNFrdBfFaQL/bYvESqUehAA3pIajGbk+PwXN8X2\nq+RvYkPSq8ezQ9CcCIfKLpJsY3AtEn8yiKtERnSEQKBH6gKLm/BRChomu6QIOBPNkt4xdQ\noDwduRReDCAi0DOFksPBNTB0TjJA7n2AcAAADBAM6s+iimMwTn1NMZ7L+F/YM+VLe9T1fO\nj0z539N2hU4+AomaJ9h7UF4LqEr1O4YnNOCZ4qUSpxRMZl/NjgZJW5w5HpfcEtgIDdYzYz\nGbnODMZv52I+RO2zYcKnYukpCrzKt0zD5FqEoVfZti1b3ESptn2c+fidTqhFeTVdzpMIL5\n+wSBYcj5kCt7XvPa3MjKUfjjh5W22d1zDFcxcKBeoEXZTW4EH4TvNA7U//Vn2URNFlX342\nmcDk82nMQs7nMpNQAAACljZXBoLWExNTAwN2ZjLWM1MTMtMTFlZS05NWI2LTg3Nzc0ZjY5\nYTcxNQ==\n-----END OPENSSH PRIVATE KEY-----\n"}]: dispatch 2024-02-06T17:18:39.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:39 smithi096 bash[35573]: audit 2024-02-06T17:18:38.897938+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14117 172.21.15.96:0/1615020468' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_key","val":"-----BEGIN OPENSSH PRIVATE KEY-----\nb3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn\nNhAAAAAwEAAQAAAYEAw+bIatNW67//sBjtFEI+eNcIflA1dLJCkW1Fyft/kMhyzaj/CKss\nnIPjemUrknkLD8w5eL2+XLR9MUVeksm+SWVDCOKTRHW5RvWHfUV4iKoViY8EvQZFQUs3s5\n5UUJAJ/m15lZ9ysYthqXOBSE0aMIAlkLM/XEQ/u4/T58O1HDTByWY9OcLaaz7tq7HDV/6Z\nud9xQx5dk3FcKy/WUMCczdSPGeEMtlpJd5OpjuwMIYvFAU2LsxHwhiugoIk6jvx44TGq6r\nDjht9lRgNvT3bKpsCXpkjk5FXo9+uzzZhF33+y4cjWPPlpVUKTjyzfH/3ZMYbcunD2/dt4\nGkvvCVVI53Fx8e/EMH+dZuWU8un1eEymRaJdnapGls//ff40/gLIMxOQJE8WCY1GVY3Uxg\nHPNLkHpqHk4aB12FOlmbGFQ0T0kxxntLpbVpDVvtGhwM50GBg6NxZ6H3X59l+xFyKQgoTi\n5QQXzccVBagouy6CaYlkOhJCdBNKFkg0hwrEvdhzAAAFoIkwr4yJMK+MAAAAB3NzaC1yc2\nEAAAGBAMPmyGrTVuu//7AY7RRCPnjXCH5QNXSyQpFtRcn7f5DIcs2o/wirLJyD43plK5J5\nCw/MOXi9vly0fTFFXpLJvkllQwjik0R1uUb1h31FeIiqFYmPBL0GRUFLN7OeVFCQCf5teZ\nWfcrGLYalzgUhNGjCAJZCzP1xEP7uP0+fDtRw0wclmPTnC2ms+7auxw1f+mbnfcUMeXZNx\nXCsv1lDAnM3UjxnhDLZaSXeTqY7sDCGLxQFNi7MR8IYroKCJOo78eOExquqw44bfZUYDb0\n92yqbAl6ZI5ORV6Pfrs82YRd9/suHI1jz5aVVCk48s3x/92TGG3Lpw9v3beBpL7wlVSOdx\ncfHvxDB/nWbllPLp9XhMpkWiXZ2qRpbP/33+NP4CyDMTkCRPFgmNRlWN1MYBzzS5B6ah5O\nGgddhTpZmxhUNE9JMcZ7S6W1aQ1b7RocDOdBgYOjcWeh91+fZfsRcikIKE4uUEF83HFQWo\nKLsugmmJZDoSQnQTShZINIcKxL3YcwAAAAMBAAEAAAGBAKW3gUyUsM/G4DWIMG1VyGESjj\nXEBiRMc3Fv/XxqirPgTPVagztDCf7wtqqgEKbcTBY2DVvtLq5fZBQc+W60yIpv5bALcsaT\ny4KSSuYWsWrybjuqRzjbqBQe2+TPB8YKwtl+pD6E3lIAdUIR2ohd6MykaqKobu3PMhapCX\nniHT/aBSAoo5xMD9ZvKkB2pKe4UTRiJv6/HiuO1ogV9HblKQAZUmBy9vz/DWzg9atYVL6/\n7Iw4m/eEMnJdT4jd7TJtsRu8R7t467qK+MxGaJf6PcU2UockMBmq6cHDjPg5iwUtQ0VSFU\nmy99t1D3lowQ4KO9mo49wi8jTRMfG2K76cVdkGinrSv9fRddyeA/gN1LvKi7MvuTgR2cd6\nZNCSXfTdvoK1bcAHxiZol0OZtlsHK27arPuiSL63vZEn/xgGCH5f0rt1fpJ8V2/O9MH2ST\nm6N7R/yVHx49Mb9iV3AQ3spwIrv8Ch8VNdIjYGKchDNMBzuMJjkNE4O/VFkmt9TYR4SQAA\nAMEAhZatkzMB8i06T417UGcWS3ebtMh2u1Xu136LGIyhxEuSVXioNh0AejQB+uXaRGFdcG\npFJb8n6WqQ3HMV4gsqU8FSYV0cxz2U7rZ7GL9cPVMNdvltiWfeCaDUHM7O4/X/xclIBHa5\niIeLYjZ3NxJC+7c2MovELoSKTlEWEg74kBlxfA3IwmjlsrdIIgl/DWUJALwsRiLRDJl0h1\nRC6ailZpL96+MXgkC5AmjJE/GbQeo8xpwRA4CRfCs7EpLrtFNqAAAAwQDyp4wXDhPzutOD\n2U/P5Xh+kIkycL/quZDPHkGL7tdQwDTxe7vYSgVzCcgLkjQhgmgQpODnMUKqUCsPwj0G+w\nFvPHcfl8T31yvn6mADyH+tetjKJ/iBOWNFrdBfFaQL/bYvESqUehAA3pIajGbk+PwXN8X2\nq+RvYkPSq8ezQ9CcCIfKLpJsY3AtEn8yiKtERnSEQKBH6gKLm/BRChomu6QIOBPNkt4xdQ\noDwduRReDCAi0DOFksPBNTB0TjJA7n2AcAAADBAM6s+iimMwTn1NMZ7L+F/YM+VLe9T1fO\nj0z539N2hU4+AomaJ9h7UF4LqEr1O4YnNOCZ4qUSpxRMZl/NjgZJW5w5HpfcEtgIDdYzYz\nGbnODMZv52I+RO2zYcKnYukpCrzKt0zD5FqEoVfZti1b3ESptn2c+fidTqhFeTVdzpMIL5\n+wSBYcj5kCt7XvPa3MjKUfjjh5W22d1zDFcxcKBeoEXZTW4EH4TvNA7U//Vn2URNFlX342\nmcDk82nMQs7nMpNQAAACljZXBoLWExNTAwN2ZjLWM1MTMtMTFlZS05NWI2LTg3Nzc0ZjY5\nYTcxNQ==\n-----END OPENSSH PRIVATE KEY-----\n"}]': finished 2024-02-06T17:18:39.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:39 smithi096 bash[35573]: audit 2024-02-06T17:18:38.898241+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14117 172.21.15.96:0/1615020468' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_pub","val":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDD5shq01brv/+wGO0UQj541wh+UDV0skKRbUXJ+3+QyHLNqP8Iqyycg+N6ZSuSeQsPzDl4vb5ctH0xRV6Syb5JZUMI4pNEdblG9Yd9RXiIqhWJjwS9BkVBSzeznlRQkAn+bXmVn3Kxi2Gpc4FITRowgCWQsz9cRD+7j9Pnw7UcNMHJZj05wtprPu2rscNX/pm533FDHl2TcVwrL9ZQwJzN1I8Z4Qy2Wkl3k6mO7Awhi8UBTYuzEfCGK6CgiTqO/HjhMarqsOOG32VGA29PdsqmwJemSOTkVej367PNmEXff7LhyNY8+WlVQpOPLN8f/dkxhty6cPb923gaS+8JVUjncXHx78Qwf51m5ZTy6fV4TKZFol2dqkaWz/99/jT+AsgzE5AkTxYJjUZVjdTGAc80uQemoeThoHXYU6WZsYVDRPSTHGe0ultWkNW+0aHAznQYGDo3Fnofdfn2X7EXIpCChOLlBBfNxxUFqCi7LoJpiWQ6EkJ0E0oWSDSHCsS92HM= ceph-a15007fc-c513-11ee-95b6-87774f69a715\n"}]: dispatch 2024-02-06T17:18:39.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:39 smithi096 bash[35573]: audit 2024-02-06T17:18:38.899464+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14117 172.21.15.96:0/1615020468' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_pub","val":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDD5shq01brv/+wGO0UQj541wh+UDV0skKRbUXJ+3+QyHLNqP8Iqyycg+N6ZSuSeQsPzDl4vb5ctH0xRV6Syb5JZUMI4pNEdblG9Yd9RXiIqhWJjwS9BkVBSzeznlRQkAn+bXmVn3Kxi2Gpc4FITRowgCWQsz9cRD+7j9Pnw7UcNMHJZj05wtprPu2rscNX/pm533FDHl2TcVwrL9ZQwJzN1I8Z4Qy2Wkl3k6mO7Awhi8UBTYuzEfCGK6CgiTqO/HjhMarqsOOG32VGA29PdsqmwJemSOTkVej367PNmEXff7LhyNY8+WlVQpOPLN8f/dkxhty6cPb923gaS+8JVUjncXHx78Qwf51m5ZTy6fV4TKZFol2dqkaWz/99/jT+AsgzE5AkTxYJjUZVjdTGAc80uQemoeThoHXYU6WZsYVDRPSTHGe0ultWkNW+0aHAznQYGDo3Fnofdfn2X7EXIpCChOLlBBfNxxUFqCi7LoJpiWQ6EkJ0E0oWSDSHCsS92HM= ceph-a15007fc-c513-11ee-95b6-87774f69a715\n"}]': finished 2024-02-06T17:18:40.101 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDD5shq01brv/+wGO0UQj541wh+UDV0skKRbUXJ+3+QyHLNqP8Iqyycg+N6ZSuSeQsPzDl4vb5ctH0xRV6Syb5JZUMI4pNEdblG9Yd9RXiIqhWJjwS9BkVBSzeznlRQkAn+bXmVn3Kxi2Gpc4FITRowgCWQsz9cRD+7j9Pnw7UcNMHJZj05wtprPu2rscNX/pm533FDHl2TcVwrL9ZQwJzN1I8Z4Qy2Wkl3k6mO7Awhi8UBTYuzEfCGK6CgiTqO/HjhMarqsOOG32VGA29PdsqmwJemSOTkVej367PNmEXff7LhyNY8+WlVQpOPLN8f/dkxhty6cPb923gaS+8JVUjncXHx78Qwf51m5ZTy6fV4TKZFol2dqkaWz/99/jT+AsgzE5AkTxYJjUZVjdTGAc80uQemoeThoHXYU6WZsYVDRPSTHGe0ultWkNW+0aHAznQYGDo3Fnofdfn2X7EXIpCChOLlBBfNxxUFqCi7LoJpiWQ6EkJ0E0oWSDSHCsS92HM= ceph-a15007fc-c513-11ee-95b6-87774f69a715 2024-02-06T17:18:40.778 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Wrote public SSH key to to /home/ubuntu/cephtest/ceph.pub 2024-02-06T17:18:40.779 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Adding key to root@localhost's authorized_keys... 2024-02-06T17:18:40.779 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Adding host smithi096... 2024-02-06T17:18:40.779 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi096', '-v', '/var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmptpwe3_93:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp6enzjkao:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'orch', 'host', 'add', 'smithi096'] 2024-02-06T17:18:40.779 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi096 -v /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptpwe3_93:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6enzjkao:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 orch host add smithi096 2024-02-06T17:18:41.078 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:40 smithi096 bash[35573]: audit 2024-02-06T17:18:40.100763+0000 mgr.y (mgr.14117) 4 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:18:41.972 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:18:41 smithi096 bash[35806]: Warning: Permanently added 'smithi096,172.21.15.96' (ECDSA) to the list of known hosts. 2024-02-06T17:18:42.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:41 smithi096 bash[35573]: audit 2024-02-06T17:18:41.540188+0000 mgr.y (mgr.14117) 5 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi096", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:18:42.544 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout Added host 'smithi096' 2024-02-06T17:18:43.248 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:42 smithi096 bash[35573]: audit 2024-02-06T17:18:42.004582+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14117 172.21.15.96:0/1615020468' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi096\": {\"hostname\": \"smithi096\", \"addr\": \"smithi096\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-02-06T17:18:43.248 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:42 smithi096 bash[35573]: audit 2024-02-06T17:18:42.007199+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14117 172.21.15.96:0/1615020468' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi096\": {\"hostname\": \"smithi096\", \"addr\": \"smithi096\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-02-06T17:18:43.248 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:42 smithi096 bash[35573]: cephadm 2024-02-06T17:18:42.007486+0000 mgr.y (mgr.14117) 6 : cephadm [INF] Added host smithi096 2024-02-06T17:18:43.249 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:42 smithi096 bash[35573]: audit 2024-02-06T17:18:42.202238+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14117 172.21.15.96:0/1615020468' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:18:43.249 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:42 smithi096 bash[35573]: audit 2024-02-06T17:18:42.204873+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14117 172.21.15.96:0/1615020468' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:18:43.249 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:42 smithi096 bash[35573]: audit 2024-02-06T17:18:42.205285+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.14117 172.21.15.96:0/1615020468' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:18:43.697 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Enabling the dashboard module... 2024-02-06T17:18:43.697 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi096', '-v', '/var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmptpwe3_93:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp6enzjkao:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'module', 'enable', 'dashboard'] 2024-02-06T17:18:43.697 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi096 -v /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptpwe3_93:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6enzjkao:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr module enable dashboard 2024-02-06T17:18:44.726 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:44 smithi096 bash[35573]: audit 2024-02-06T17:18:43.978905+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14117 172.21.15.96:0/1615020468' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:18:43.977340\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:18:43.978427\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-02-06T17:18:43.978499\", \"networks\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:18:44.726 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:44 smithi096 bash[35573]: audit 2024-02-06T17:18:43.980585+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14117 172.21.15.96:0/1615020468' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:18:43.977340\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:18:43.978427\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-02-06T17:18:43.978499\", \"networks\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:18:44.726 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:44 smithi096 bash[35573]: audit 2024-02-06T17:18:43.981003+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.14117 172.21.15.96:0/1615020468' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:18:44.726 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:44 smithi096 bash[35573]: audit 2024-02-06T17:18:44.414874+0000 mon.a (mon.0) 67 : audit [INF] from='client.? 172.21.15.96:0/2177809970' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-06T17:18:45.270 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:18:45 smithi096 bash[35806]: ignoring --setuser ceph since I am not root 2024-02-06T17:18:45.270 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:18:45 smithi096 bash[35806]: ignoring --setgroup ceph since I am not root 2024-02-06T17:18:46.235 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:45 smithi096 bash[35573]: audit 2024-02-06T17:18:44.982368+0000 mon.a (mon.0) 68 : audit [INF] from='client.? 172.21.15.96:0/2177809970' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-06T17:18:46.235 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:45 smithi096 bash[35573]: cluster 2024-02-06T17:18:44.982413+0000 mon.a (mon.0) 69 : cluster [DBG] mgrmap e9: y(active, since 18s) 2024-02-06T17:18:46.985 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi096', '-v', '/var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmptpwe3_93:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp6enzjkao:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'dump'] 2024-02-06T17:18:46.985 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi096 -v /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptpwe3_93:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6enzjkao:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr dump 2024-02-06T17:18:48.412 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:48.412 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 9, 2024-02-06T17:18:48.413 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_gid": 14117, 2024-02-06T17:18:48.413 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_name": "y", 2024-02-06T17:18:48.413 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addrs": { 2024-02-06T17:18:48.413 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-02-06T17:18:48.413 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:48.413 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-02-06T17:18:48.413 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.96:6800", 2024-02-06T17:18:48.413 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 127230268 2024-02-06T17:18:48.413 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.413 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:48.413 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v1", 2024-02-06T17:18:48.413 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.96:6801", 2024-02-06T17:18:48.413 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 127230268 2024-02-06T17:18:48.413 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.413 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-02-06T17:18:48.414 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.414 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addr": "172.21.15.96:6801/127230268", 2024-02-06T17:18:48.414 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_change": "2024-02-06T17:18:26.509165+0000", 2024-02-06T17:18:48.414 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_mgr_features": 4540138292836696063, 2024-02-06T17:18:48.414 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2024-02-06T17:18:48.414 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standbys": [], 2024-02-06T17:18:48.414 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-02-06T17:18:48.414 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-02-06T17:18:48.414 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "dashboard", 2024-02-06T17:18:48.414 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-02-06T17:18:48.414 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-02-06T17:18:48.414 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.414 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available_modules": [ 2024-02-06T17:18:48.414 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:48.415 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "alerts", 2024-02-06T17:18:48.415 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:48.415 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:48.415 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:48.415 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-02-06T17:18:48.415 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-02-06T17:18:48.415 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-06T17:18:48.415 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.415 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.415 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-02-06T17:18:48.415 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.415 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.415 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.415 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "How frequently to reexamine health status", 2024-02-06T17:18:48.416 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.416 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.416 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.416 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.416 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:48.416 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:48.416 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.416 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.416 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.416 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.416 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.416 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.416 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.416 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.417 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.417 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.417 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.417 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.417 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.417 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.417 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.417 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.417 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.417 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.417 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.417 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:48.417 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:48.417 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.417 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.418 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.418 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.418 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.418 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.418 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.418 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.418 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.418 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.418 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.418 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.418 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:48.418 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:48.418 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.418 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.418 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.418 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:48.418 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.419 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.419 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.419 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.419 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.419 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.419 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.419 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.419 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.419 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.419 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.419 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.419 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.419 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.419 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.419 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:48.420 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:48.420 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.420 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.420 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.420 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.420 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.420 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.420 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.420 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.420 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.420 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.420 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.420 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.420 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_destination": { 2024-02-06T17:18:48.421 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_destination", 2024-02-06T17:18:48.421 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.421 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.421 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.421 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.421 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.421 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.421 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.421 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email address to send alerts to", 2024-02-06T17:18:48.421 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.421 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.421 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.421 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.421 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_from_name": { 2024-02-06T17:18:48.421 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_from_name", 2024-02-06T17:18:48.422 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.422 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.422 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.422 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "Ceph", 2024-02-06T17:18:48.422 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.422 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.422 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.422 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email From: name", 2024-02-06T17:18:48.422 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.422 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.422 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.422 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.422 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_host": { 2024-02-06T17:18:48.422 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_host", 2024-02-06T17:18:48.422 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.422 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.422 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.423 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.423 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.423 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.423 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.423 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP server", 2024-02-06T17:18:48.423 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.423 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.423 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.423 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.423 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_password": { 2024-02-06T17:18:48.423 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_password", 2024-02-06T17:18:48.423 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.423 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.423 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.423 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.423 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.424 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.424 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.424 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Password to authenticate with", 2024-02-06T17:18:48.424 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.424 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.424 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.424 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.424 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_port": { 2024-02-06T17:18:48.424 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_port", 2024-02-06T17:18:48.424 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:48.424 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.424 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.424 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "465", 2024-02-06T17:18:48.424 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.425 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.425 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.425 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP port", 2024-02-06T17:18:48.425 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.425 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.425 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.425 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.425 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_sender": { 2024-02-06T17:18:48.425 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_sender", 2024-02-06T17:18:48.425 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.425 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.425 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.425 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.426 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.426 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.426 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.426 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP envelope sender", 2024-02-06T17:18:48.426 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.426 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.426 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.426 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.426 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_ssl": { 2024-02-06T17:18:48.426 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_ssl", 2024-02-06T17:18:48.426 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.426 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.426 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.426 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:48.427 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.427 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.427 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.427 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Use SSL to connect to SMTP server", 2024-02-06T17:18:48.427 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.427 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.427 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.427 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.427 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_user": { 2024-02-06T17:18:48.427 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_user", 2024-02-06T17:18:48.427 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.427 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.427 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.427 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.428 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.428 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.428 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.428 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "User to authenticate as", 2024-02-06T17:18:48.428 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.428 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.428 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.428 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.428 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.428 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.428 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:48.428 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "balancer", 2024-02-06T17:18:48.428 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:48.428 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:48.429 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:48.429 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active": { 2024-02-06T17:18:48.429 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "active", 2024-02-06T17:18:48.429 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.429 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.429 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.429 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.429 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.429 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.429 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.429 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically balance PGs across cluster", 2024-02-06T17:18:48.429 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.429 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.429 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.430 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.430 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_time": { 2024-02-06T17:18:48.430 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_time", 2024-02-06T17:18:48.430 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.430 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.430 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.430 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0000", 2024-02-06T17:18:48.430 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.430 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.430 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.430 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "beginning time of day to automatically balance", 2024-02-06T17:18:48.430 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-02-06T17:18:48.431 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.431 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.431 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.431 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_weekday": { 2024-02-06T17:18:48.431 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_weekday", 2024-02-06T17:18:48.431 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-02-06T17:18:48.431 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.431 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.431 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-02-06T17:18:48.431 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-02-06T17:18:48.431 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-02-06T17:18:48.431 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.431 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-02-06T17:18:48.431 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-02-06T17:18:48.432 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.432 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.432 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.432 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_max_iterations": { 2024-02-06T17:18:48.432 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_max_iterations", 2024-02-06T17:18:48.432 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-02-06T17:18:48.432 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.432 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.432 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "25", 2024-02-06T17:18:48.432 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-02-06T17:18:48.432 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "250", 2024-02-06T17:18:48.432 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.432 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum number of iterations to attempt optimization", 2024-02-06T17:18:48.433 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.433 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.433 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.433 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.433 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_metrics": { 2024-02-06T17:18:48.433 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_metrics", 2024-02-06T17:18:48.433 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.433 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.433 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.433 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "pgs,objects,bytes", 2024-02-06T17:18:48.433 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.433 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.433 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.433 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "metrics with which to calculate OSD utilization", 2024-02-06T17:18:48.434 INFO:teuthology.orchestra.run.smithi096.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-02-06T17:18:48.434 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.434 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.434 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.434 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_step": { 2024-02-06T17:18:48.434 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_step", 2024-02-06T17:18:48.434 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-02-06T17:18:48.434 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.434 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.434 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0.5", 2024-02-06T17:18:48.434 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0.001", 2024-02-06T17:18:48.434 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "0.999", 2024-02-06T17:18:48.434 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.434 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "aggressiveness of optimization", 2024-02-06T17:18:48.434 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-02-06T17:18:48.434 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.435 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.435 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.435 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_time": { 2024-02-06T17:18:48.435 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_time", 2024-02-06T17:18:48.435 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.435 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.435 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.435 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2400", 2024-02-06T17:18:48.435 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.435 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.435 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.435 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "ending time of day to automatically balance", 2024-02-06T17:18:48.435 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-02-06T17:18:48.435 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.436 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.436 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.436 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_weekday": { 2024-02-06T17:18:48.436 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_weekday", 2024-02-06T17:18:48.436 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-02-06T17:18:48.436 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.436 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.436 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-02-06T17:18:48.436 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-02-06T17:18:48.436 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-02-06T17:18:48.436 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.436 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-02-06T17:18:48.437 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-02-06T17:18:48.437 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.437 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.437 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.437 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:48.437 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:48.437 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.437 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.437 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.437 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.437 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.437 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.437 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.437 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.438 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.438 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.438 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.438 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.438 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.438 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.438 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.438 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.438 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.438 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.438 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.438 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:48.438 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:48.438 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.438 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.439 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.439 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.439 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.439 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.439 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.439 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.439 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.439 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.439 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.439 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.439 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:48.439 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:48.439 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.439 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.440 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.440 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:48.440 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.440 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.440 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.440 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.440 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.440 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.440 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.440 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.440 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.440 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.440 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.440 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.441 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.441 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.441 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.441 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:48.441 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:48.441 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.441 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.441 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.441 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.441 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.441 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.441 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.441 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.441 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.441 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.442 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.442 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.442 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_score": { 2024-02-06T17:18:48.442 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_score", 2024-02-06T17:18:48.442 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-02-06T17:18:48.442 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.442 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.442 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-02-06T17:18:48.442 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.442 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.442 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.442 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "minimum score, below which no optimization is attempted", 2024-02-06T17:18:48.442 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.442 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.442 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.443 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.443 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-02-06T17:18:48.443 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-02-06T17:18:48.443 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.443 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.443 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.443 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "none", 2024-02-06T17:18:48.443 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.443 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.443 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.443 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush-compat", 2024-02-06T17:18:48.443 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "none", 2024-02-06T17:18:48.443 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap" 2024-02-06T17:18:48.443 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.443 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Balancer mode", 2024-02-06T17:18:48.443 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.444 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.444 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.444 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.444 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_ids": { 2024-02-06T17:18:48.444 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_ids", 2024-02-06T17:18:48.444 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.444 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.444 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.444 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.444 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.444 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.444 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.445 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "pools which the automatic balancing will be limited to", 2024-02-06T17:18:48.445 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.445 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.445 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.445 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.445 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-02-06T17:18:48.445 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-02-06T17:18:48.445 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-06T17:18:48.445 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.445 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.445 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-02-06T17:18:48.445 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.446 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.446 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.446 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and attempt optimization", 2024-02-06T17:18:48.446 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.446 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.446 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.446 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.446 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_deviation": { 2024-02-06T17:18:48.446 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_deviation", 2024-02-06T17:18:48.446 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:48.446 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.446 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.446 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-02-06T17:18:48.446 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-02-06T17:18:48.446 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.447 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.447 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "deviation below which no optimization is attempted", 2024-02-06T17:18:48.447 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2024-02-06T17:18:48.447 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.447 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.447 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.447 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_optimizations": { 2024-02-06T17:18:48.447 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_optimizations", 2024-02-06T17:18:48.447 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-02-06T17:18:48.447 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.447 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.447 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-02-06T17:18:48.447 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.447 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.447 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.448 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum upmap optimizations to make per attempt", 2024-02-06T17:18:48.448 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.448 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.448 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.448 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.448 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.448 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.448 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:48.448 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "cephadm", 2024-02-06T17:18:48.448 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:48.448 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:48.448 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:48.448 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "allow_ptrace": { 2024-02-06T17:18:48.448 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "allow_ptrace", 2024-02-06T17:18:48.448 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.449 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.449 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.449 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.449 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.449 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.449 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.449 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-02-06T17:18:48.449 INFO:teuthology.orchestra.run.smithi096.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-02-06T17:18:48.449 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.449 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.449 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.449 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "container_image_base": { 2024-02-06T17:18:48.449 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "container_image_base", 2024-02-06T17:18:48.449 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.449 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.449 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.450 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph/ceph", 2024-02-06T17:18:48.450 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.450 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.450 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.450 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Container image name, without the tag", 2024-02-06T17:18:48.450 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.450 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.450 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.450 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.450 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "daemon_cache_timeout": { 2024-02-06T17:18:48.450 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "daemon_cache_timeout", 2024-02-06T17:18:48.450 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-06T17:18:48.450 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.450 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.450 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-02-06T17:18:48.450 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.450 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.451 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.451 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache service (daemon) inventory", 2024-02-06T17:18:48.451 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.451 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.451 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.451 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.451 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_cache_timeout": { 2024-02-06T17:18:48.451 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_cache_timeout", 2024-02-06T17:18:48.451 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-06T17:18:48.451 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.451 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.451 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1800", 2024-02-06T17:18:48.451 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.451 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.452 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.452 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache device inventory", 2024-02-06T17:18:48.452 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.452 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.452 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.452 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.452 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "host_check_interval": { 2024-02-06T17:18:48.452 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "host_check_interval", 2024-02-06T17:18:48.452 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-06T17:18:48.452 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.452 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.452 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-02-06T17:18:48.452 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.452 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.452 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.453 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to perform a host check", 2024-02-06T17:18:48.453 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.453 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.453 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.453 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.453 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:48.453 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:48.453 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.453 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.453 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.453 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.453 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.453 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.453 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.454 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.454 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.454 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.454 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.454 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.454 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.454 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.454 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.454 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.454 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.454 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.454 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.454 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:48.454 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:48.455 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.455 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.455 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.455 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:48.455 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.455 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.455 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.455 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-02-06T17:18:48.455 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.455 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.455 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.455 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.455 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:48.456 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:48.456 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.456 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.456 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.456 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:48.456 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.456 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.456 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.456 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.456 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.456 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.456 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.456 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.457 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.457 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.457 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.457 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.457 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.457 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.457 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.457 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:48.457 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:48.457 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.457 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.457 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.457 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.458 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.458 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.458 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.458 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.458 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.458 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.458 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.458 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.458 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-02-06T17:18:48.458 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-02-06T17:18:48.458 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.458 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.458 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.458 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "root", 2024-02-06T17:18:48.459 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.459 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.459 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.459 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm-package", 2024-02-06T17:18:48.459 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "root" 2024-02-06T17:18:48.459 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.459 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "mode for remote execution of cephadm", 2024-02-06T17:18:48.459 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.459 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.459 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.459 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.459 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssh_config_file": { 2024-02-06T17:18:48.459 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssh_config_file", 2024-02-06T17:18:48.459 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.459 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.460 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.460 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-06T17:18:48.460 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.460 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.460 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.460 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "customized SSH config file to connect to managed hosts", 2024-02-06T17:18:48.460 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.460 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.460 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.460 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.460 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_failed_host_check": { 2024-02-06T17:18:48.460 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_failed_host_check", 2024-02-06T17:18:48.460 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.460 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.461 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.461 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:48.461 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.461 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.461 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.461 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if the host check fails", 2024-02-06T17:18:48.461 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.461 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.461 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.461 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.461 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_daemons": { 2024-02-06T17:18:48.461 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_daemons", 2024-02-06T17:18:48.461 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.461 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.461 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.462 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:48.462 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.462 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.462 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.462 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-02-06T17:18:48.462 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.462 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.462 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.462 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.462 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_hosts": { 2024-02-06T17:18:48.462 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_hosts", 2024-02-06T17:18:48.462 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.462 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.462 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.462 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:48.463 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.463 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.463 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.463 INFO:teuthology.orchestra.run.smithi096.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-02-06T17:18:48.463 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.463 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.463 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.463 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.463 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.463 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.463 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:48.463 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crash", 2024-02-06T17:18:48.463 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:48.463 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:48.463 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:48.464 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:48.464 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:48.464 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.464 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.464 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.464 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.464 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.464 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.464 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.464 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.464 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.464 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.464 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.465 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.465 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.465 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.465 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.465 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.465 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.465 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.465 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.465 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:48.465 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:48.465 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.465 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.465 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.465 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.466 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.466 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.466 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.466 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.466 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.466 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.466 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.466 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.466 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:48.466 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:48.466 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.466 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.466 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.466 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:48.466 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.467 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.467 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.467 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.467 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.467 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.467 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.467 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.467 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.467 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.467 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.467 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.467 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.467 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.467 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.468 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:48.468 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:48.468 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.468 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.468 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.468 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.468 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.468 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.468 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.468 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.468 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.468 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.468 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.468 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.468 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retain_interval": { 2024-02-06T17:18:48.469 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retain_interval", 2024-02-06T17:18:48.469 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-06T17:18:48.469 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.469 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.469 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "31536000", 2024-02-06T17:18:48.469 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.469 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.469 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.469 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain crashes before pruning them", 2024-02-06T17:18:48.469 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.469 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.469 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.469 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.469 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_recent_interval": { 2024-02-06T17:18:48.469 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_recent_interval", 2024-02-06T17:18:48.469 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-06T17:18:48.470 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.470 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.470 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1209600", 2024-02-06T17:18:48.470 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.470 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.470 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.470 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "time interval in which to warn about recent crashes", 2024-02-06T17:18:48.470 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.470 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.470 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.470 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.470 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.470 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.470 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:48.470 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "dashboard", 2024-02-06T17:18:48.470 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:48.471 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:48.471 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:48.471 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ALERTMANAGER_API_HOST": { 2024-02-06T17:18:48.471 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ALERTMANAGER_API_HOST", 2024-02-06T17:18:48.471 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.471 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.471 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.471 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.471 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.471 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.471 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.471 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.471 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.471 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.471 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.471 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.471 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_ENABLED": { 2024-02-06T17:18:48.472 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_ENABLED", 2024-02-06T17:18:48.472 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.472 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.472 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.472 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.472 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.472 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.472 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.472 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.472 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.472 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.472 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.472 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.472 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_LOG_PAYLOAD": { 2024-02-06T17:18:48.472 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-02-06T17:18:48.473 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.473 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.473 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.473 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:48.473 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.473 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.473 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.473 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.473 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.473 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.473 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.473 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.473 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ENABLE_BROWSABLE_API": { 2024-02-06T17:18:48.473 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ENABLE_BROWSABLE_API", 2024-02-06T17:18:48.473 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.473 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.473 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.474 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:48.474 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.474 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.474 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.474 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.474 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.474 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.474 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.474 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.474 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_cephfs": { 2024-02-06T17:18:48.474 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_cephfs", 2024-02-06T17:18:48.474 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.474 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.474 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.474 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:48.475 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.475 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.475 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.475 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.475 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.475 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.475 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.475 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.475 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_iscsi": { 2024-02-06T17:18:48.475 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_iscsi", 2024-02-06T17:18:48.475 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.475 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.475 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.475 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:48.475 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.475 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.475 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.476 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.476 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.476 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.476 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.476 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.476 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_mirroring": { 2024-02-06T17:18:48.476 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_mirroring", 2024-02-06T17:18:48.476 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.476 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.476 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.476 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:48.476 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.476 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.476 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.477 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.477 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.477 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.477 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.477 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.477 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_nfs": { 2024-02-06T17:18:48.477 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_nfs", 2024-02-06T17:18:48.477 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.477 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.477 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.477 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:48.477 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.477 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.477 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.477 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.478 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.478 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.478 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.478 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.478 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rbd": { 2024-02-06T17:18:48.478 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rbd", 2024-02-06T17:18:48.478 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.478 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.478 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.478 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:48.478 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.478 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.478 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.478 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.478 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.478 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.478 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.479 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.479 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rgw": { 2024-02-06T17:18:48.479 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rgw", 2024-02-06T17:18:48.479 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.479 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.479 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.479 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:48.479 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.479 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.479 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.479 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.479 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.479 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.479 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.479 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.479 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-02-06T17:18:48.480 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-02-06T17:18:48.480 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.480 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.480 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.480 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.480 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.480 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.480 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.480 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.480 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.480 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.480 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.480 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.480 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_PASSWORD": { 2024-02-06T17:18:48.480 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_PASSWORD", 2024-02-06T17:18:48.480 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.481 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.481 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.481 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-02-06T17:18:48.481 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.481 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.481 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.481 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.481 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.481 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.481 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.481 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.481 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_SSL_VERIFY": { 2024-02-06T17:18:48.481 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-02-06T17:18:48.481 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.481 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.481 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.481 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:48.482 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.482 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.482 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.482 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.482 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.482 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.482 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.482 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.482 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_URL": { 2024-02-06T17:18:48.482 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_URL", 2024-02-06T17:18:48.482 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.482 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.482 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.482 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.482 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.482 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.483 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.483 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.483 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.483 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.483 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.483 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.483 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_USERNAME": { 2024-02-06T17:18:48.483 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_USERNAME", 2024-02-06T17:18:48.483 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.483 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.483 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.483 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-02-06T17:18:48.483 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.483 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.483 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.484 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.484 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.484 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.484 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.484 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.484 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-02-06T17:18:48.484 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-02-06T17:18:48.484 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.484 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.484 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.484 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.484 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.484 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.484 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.484 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.485 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.485 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.485 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.485 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.485 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ISCSI_API_SSL_VERIFICATION": { 2024-02-06T17:18:48.485 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-02-06T17:18:48.485 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.485 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.485 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.485 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:48.485 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.485 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.485 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.485 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.485 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.485 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.486 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.486 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.486 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PROMETHEUS_API_HOST": { 2024-02-06T17:18:48.486 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PROMETHEUS_API_HOST", 2024-02-06T17:18:48.486 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.486 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.486 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.486 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.486 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.486 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.486 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.486 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.486 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.487 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.487 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.487 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.487 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-02-06T17:18:48.487 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-02-06T17:18:48.487 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.487 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.487 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.487 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.487 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.487 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.487 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.487 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.487 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.487 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.487 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.488 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.488 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-02-06T17:18:48.488 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-02-06T17:18:48.488 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.488 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.488 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.488 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.488 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.488 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.488 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.488 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.488 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.488 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.488 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.488 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.489 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-02-06T17:18:48.489 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-02-06T17:18:48.489 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.489 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.489 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.489 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:48.489 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.489 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.489 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.489 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.489 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.489 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.489 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.489 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.489 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-02-06T17:18:48.489 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-02-06T17:18:48.489 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.490 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.490 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.490 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:48.490 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.490 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.490 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.490 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.490 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.490 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.490 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.490 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.490 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-02-06T17:18:48.490 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-02-06T17:18:48.490 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.490 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.490 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.491 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.491 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.491 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.491 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.491 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.491 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.491 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.491 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.491 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.491 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-02-06T17:18:48.491 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-02-06T17:18:48.491 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.491 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.491 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.491 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.491 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.492 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.492 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.492 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.492 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.492 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.492 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.492 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.492 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-02-06T17:18:48.492 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-02-06T17:18:48.492 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.492 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.492 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.492 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.492 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.493 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.493 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.493 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.493 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.493 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.493 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.493 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.493 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_ENABLED": { 2024-02-06T17:18:48.493 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_ENABLED", 2024-02-06T17:18:48.493 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.493 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.493 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.493 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:48.493 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.493 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.494 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.494 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.494 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.494 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.494 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.494 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.494 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-02-06T17:18:48.494 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-02-06T17:18:48.494 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.494 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.494 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.494 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-02-06T17:18:48.494 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.494 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.494 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.494 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.495 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.495 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.495 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.495 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.495 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-02-06T17:18:48.495 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-02-06T17:18:48.495 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:48.495 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.495 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.495 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-02-06T17:18:48.495 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.495 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.495 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.495 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.495 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.495 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.496 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.496 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.496 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_LENGTH": { 2024-02-06T17:18:48.496 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-02-06T17:18:48.496 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:48.496 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.496 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.496 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8", 2024-02-06T17:18:48.496 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.496 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.496 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.496 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.496 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.497 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.497 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.497 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.497 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "REST_REQUESTS_TIMEOUT": { 2024-02-06T17:18:48.497 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "REST_REQUESTS_TIMEOUT", 2024-02-06T17:18:48.497 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:48.497 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.497 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.497 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "45", 2024-02-06T17:18:48.497 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.497 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.497 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.497 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.497 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.497 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.497 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.497 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.498 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ACCESS_KEY": { 2024-02-06T17:18:48.498 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ACCESS_KEY", 2024-02-06T17:18:48.498 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.498 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.498 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.498 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.498 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.498 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.498 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.498 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.498 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.498 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.498 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.498 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.499 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ADMIN_RESOURCE": { 2024-02-06T17:18:48.499 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-02-06T17:18:48.499 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.499 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.499 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.499 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-02-06T17:18:48.499 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.499 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.499 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.499 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.499 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.499 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.499 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.499 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.499 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_HOST": { 2024-02-06T17:18:48.500 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_HOST", 2024-02-06T17:18:48.500 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.500 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.500 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.500 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.500 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.500 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.500 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.500 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.500 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.500 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.500 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.500 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.500 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_PORT": { 2024-02-06T17:18:48.500 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_PORT", 2024-02-06T17:18:48.501 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:48.501 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.501 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.501 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "80", 2024-02-06T17:18:48.501 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.501 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.501 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.501 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.501 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.501 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.501 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.501 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.501 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SCHEME": { 2024-02-06T17:18:48.501 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SCHEME", 2024-02-06T17:18:48.501 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.501 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.502 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.502 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "http", 2024-02-06T17:18:48.502 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.502 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.502 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.502 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.502 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.502 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.502 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.502 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.502 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SECRET_KEY": { 2024-02-06T17:18:48.502 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SECRET_KEY", 2024-02-06T17:18:48.502 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.502 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.502 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.503 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.503 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.503 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.503 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.503 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.503 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.503 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.503 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.503 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.503 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SSL_VERIFY": { 2024-02-06T17:18:48.503 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SSL_VERIFY", 2024-02-06T17:18:48.503 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.503 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.503 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.503 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:48.503 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.504 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.504 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.504 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.504 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.504 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.504 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.504 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.504 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_USER_ID": { 2024-02-06T17:18:48.504 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_USER_ID", 2024-02-06T17:18:48.504 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.504 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.504 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.504 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.504 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.504 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.505 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.505 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.505 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.505 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.505 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.505 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.505 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_SPAN": { 2024-02-06T17:18:48.505 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-02-06T17:18:48.505 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:48.505 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.505 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.505 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-02-06T17:18:48.505 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.505 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.506 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.506 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.506 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.506 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.506 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.506 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.506 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-02-06T17:18:48.506 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-02-06T17:18:48.506 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:48.506 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.506 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.506 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-02-06T17:18:48.506 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.506 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.506 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.507 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.507 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.507 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.507 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.507 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.507 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-02-06T17:18:48.507 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-02-06T17:18:48.507 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:48.507 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.507 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.507 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-02-06T17:18:48.507 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.507 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.507 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.507 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.508 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.508 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.508 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.508 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.508 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crt_file": { 2024-02-06T17:18:48.508 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crt_file", 2024-02-06T17:18:48.508 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.508 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.508 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.508 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.508 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.508 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.508 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.509 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.509 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.509 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.509 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.509 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.509 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug": { 2024-02-06T17:18:48.509 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "debug", 2024-02-06T17:18:48.509 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.509 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.509 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.509 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.509 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.509 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.509 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.509 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Enable/disable debug options", 2024-02-06T17:18:48.510 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.510 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.510 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.510 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.510 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "jwt_token_ttl": { 2024-02-06T17:18:48.510 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "jwt_token_ttl", 2024-02-06T17:18:48.510 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:48.510 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.510 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.510 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "28800", 2024-02-06T17:18:48.510 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.510 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.510 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.510 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.510 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.510 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.511 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.511 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.511 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-02-06T17:18:48.511 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-02-06T17:18:48.511 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.511 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.511 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.511 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.511 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.511 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.511 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.511 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.511 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.511 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.511 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.511 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.512 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:48.512 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:48.512 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.512 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.512 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.512 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.512 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.512 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.512 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.512 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.512 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.512 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.512 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.512 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.512 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.513 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.513 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.513 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.513 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.513 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.513 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.513 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:48.513 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:48.513 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.513 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.513 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.513 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.513 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.513 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.513 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.514 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.514 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.514 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.514 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.514 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.514 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:48.514 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:48.514 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.514 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.514 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.514 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:48.514 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.514 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.514 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.514 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.515 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.515 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.515 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.515 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.515 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.515 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.515 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.515 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.515 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.515 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.515 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.515 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:48.515 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:48.515 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.516 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.516 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.516 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.516 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.516 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.516 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.516 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.516 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.516 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.516 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.516 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.516 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-02-06T17:18:48.516 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-02-06T17:18:48.516 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.517 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.517 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.517 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.517 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.517 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.517 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.517 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.517 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.517 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.517 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.517 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.517 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-02-06T17:18:48.517 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-02-06T17:18:48.517 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.517 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.518 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.518 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "::", 2024-02-06T17:18:48.518 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.518 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.518 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.518 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.518 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.518 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.518 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.518 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.518 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-02-06T17:18:48.518 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-02-06T17:18:48.518 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:48.518 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.518 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.518 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8080", 2024-02-06T17:18:48.519 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.519 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.519 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.519 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.519 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.519 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.519 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.519 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.519 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-02-06T17:18:48.519 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-02-06T17:18:48.519 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.519 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.519 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.519 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:48.519 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.519 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.520 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.520 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.520 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.520 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.520 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.520 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.520 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl_server_port": { 2024-02-06T17:18:48.520 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl_server_port", 2024-02-06T17:18:48.520 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:48.520 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.520 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.520 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8443", 2024-02-06T17:18:48.520 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.520 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.521 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.521 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.521 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.521 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.521 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.521 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.521 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_behaviour": { 2024-02-06T17:18:48.521 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_behaviour", 2024-02-06T17:18:48.521 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.521 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.521 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.521 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "redirect", 2024-02-06T17:18:48.521 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.521 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.521 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.521 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.522 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "redirect" 2024-02-06T17:18:48.522 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.522 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.522 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.522 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.522 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.522 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.522 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_error_status_code": { 2024-02-06T17:18:48.522 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_error_status_code", 2024-02-06T17:18:48.522 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:48.522 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.522 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.522 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "500", 2024-02-06T17:18:48.522 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "400", 2024-02-06T17:18:48.522 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "599", 2024-02-06T17:18:48.522 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.523 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.523 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.523 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.523 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.523 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.523 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url_prefix": { 2024-02-06T17:18:48.523 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url_prefix", 2024-02-06T17:18:48.523 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.523 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.523 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.523 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.523 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.523 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.523 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.523 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.524 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.524 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.524 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.524 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.524 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-02-06T17:18:48.524 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-02-06T17:18:48.524 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.524 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.524 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.524 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.524 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.524 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.524 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.524 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.524 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.524 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.525 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.525 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.525 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.525 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.525 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:48.525 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "devicehealth", 2024-02-06T17:18:48.525 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:48.525 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:48.525 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:48.525 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enable_monitoring": { 2024-02-06T17:18:48.525 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enable_monitoring", 2024-02-06T17:18:48.525 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.525 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.525 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.526 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:48.526 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.526 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.526 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.526 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "monitor device health metrics", 2024-02-06T17:18:48.526 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.526 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.526 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.526 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.526 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:48.526 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:48.526 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.526 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.526 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.526 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.527 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.527 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.527 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.527 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.527 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.527 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.527 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.527 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.527 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.527 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.527 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.527 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.527 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.527 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.527 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.528 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:48.528 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:48.528 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.528 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.528 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.528 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.528 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.528 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.528 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.528 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.528 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.528 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.528 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.528 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.528 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:48.529 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:48.529 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.529 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.529 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.529 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:48.529 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.529 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.529 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.529 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.529 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.529 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.529 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.529 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.529 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.530 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.530 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.530 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.530 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.530 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.530 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.530 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:48.530 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:48.530 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.530 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.530 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.530 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.530 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.530 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.530 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.531 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.531 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.531 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.531 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.531 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.531 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mark_out_threshold": { 2024-02-06T17:18:48.531 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mark_out_threshold", 2024-02-06T17:18:48.531 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-06T17:18:48.531 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.531 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.531 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2419200", 2024-02-06T17:18:48.531 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.531 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.531 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.531 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically mark OSD if it may fail before this long", 2024-02-06T17:18:48.532 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.532 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.532 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.532 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.532 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_name": { 2024-02-06T17:18:48.532 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_name", 2024-02-06T17:18:48.532 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.532 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.532 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.532 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "device_health_metrics", 2024-02-06T17:18:48.532 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.532 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.532 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.532 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name of pool in which to store device health metrics", 2024-02-06T17:18:48.532 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.533 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.533 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.533 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.533 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retention_period": { 2024-02-06T17:18:48.533 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retention_period", 2024-02-06T17:18:48.533 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-06T17:18:48.533 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.533 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.533 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15552000", 2024-02-06T17:18:48.533 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.533 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.533 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.533 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain device health metrics", 2024-02-06T17:18:48.533 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.533 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.534 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.534 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.534 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_frequency": { 2024-02-06T17:18:48.534 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_frequency", 2024-02-06T17:18:48.534 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-06T17:18:48.534 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.534 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.534 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-02-06T17:18:48.534 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.534 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.534 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.534 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to scrape device health metrics", 2024-02-06T17:18:48.534 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.534 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.534 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.534 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.535 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "self_heal": { 2024-02-06T17:18:48.535 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "self_heal", 2024-02-06T17:18:48.535 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.535 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.535 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.535 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:48.535 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.535 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.535 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.535 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "preemptively heal cluster around devices that may fail", 2024-02-06T17:18:48.535 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.535 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.535 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.535 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.535 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-02-06T17:18:48.535 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-02-06T17:18:48.536 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-06T17:18:48.536 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.536 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.536 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-02-06T17:18:48.536 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.536 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.536 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.536 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and check device health", 2024-02-06T17:18:48.536 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.536 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.536 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.536 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.536 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_threshold": { 2024-02-06T17:18:48.537 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_threshold", 2024-02-06T17:18:48.537 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-06T17:18:48.537 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.537 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.537 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7257600", 2024-02-06T17:18:48.537 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.537 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.537 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.537 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise health warning if OSD may fail before this long", 2024-02-06T17:18:48.537 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.537 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.537 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.537 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.537 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.537 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.538 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:48.538 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "diskprediction_local", 2024-02-06T17:18:48.538 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:48.538 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:48.538 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:48.538 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:48.538 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:48.538 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.538 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.538 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.538 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.538 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.538 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.538 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.538 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.539 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.539 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.539 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.539 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.539 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.539 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.539 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.539 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.539 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.539 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.539 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.539 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:48.539 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:48.539 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.539 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.540 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.540 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.540 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.540 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.540 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.540 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.540 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.540 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.540 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.540 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.540 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:48.540 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:48.540 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.540 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.541 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.541 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:48.541 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.541 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.541 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.541 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.541 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.541 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.541 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.541 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.541 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.541 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.541 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.541 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.541 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.541 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.542 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.542 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:48.542 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:48.542 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.542 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.542 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.542 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.542 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.542 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.542 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.542 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.542 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.542 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.542 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.542 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.543 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predict_interval": { 2024-02-06T17:18:48.543 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predict_interval", 2024-02-06T17:18:48.543 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.543 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.543 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.543 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-02-06T17:18:48.543 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.543 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.543 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.543 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.543 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.543 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.543 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.543 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.543 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predictor_model": { 2024-02-06T17:18:48.544 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predictor_model", 2024-02-06T17:18:48.544 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.544 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.544 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.544 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "prophetstor", 2024-02-06T17:18:48.544 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.544 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.544 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.544 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.544 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.544 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.544 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.544 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.544 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-02-06T17:18:48.545 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-02-06T17:18:48.545 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.545 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.545 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.545 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-02-06T17:18:48.545 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.545 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.545 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.545 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.545 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.545 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.545 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.545 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.545 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.546 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.546 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:48.546 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "influx", 2024-02-06T17:18:48.546 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": false, 2024-02-06T17:18:48.546 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "influxdb python module not found", 2024-02-06T17:18:48.546 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:48.546 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "batch_size": { 2024-02-06T17:18:48.546 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "batch_size", 2024-02-06T17:18:48.546 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.546 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.546 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.546 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5000", 2024-02-06T17:18:48.546 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.546 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.547 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.547 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.547 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.547 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.547 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.547 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.547 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "database": { 2024-02-06T17:18:48.547 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "database", 2024-02-06T17:18:48.547 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.547 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.547 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.547 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph", 2024-02-06T17:18:48.547 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.547 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.547 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.547 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.548 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.548 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.548 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.548 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.548 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "hostname": { 2024-02-06T17:18:48.548 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "hostname", 2024-02-06T17:18:48.548 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.548 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.548 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.548 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-06T17:18:48.548 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.548 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.548 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.548 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.549 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.549 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.549 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.549 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.549 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-02-06T17:18:48.549 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-02-06T17:18:48.549 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.549 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.549 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.549 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "30", 2024-02-06T17:18:48.549 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.549 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.549 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.549 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.549 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.549 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.550 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.550 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.550 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:48.550 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:48.550 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.550 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.550 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.550 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.550 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.550 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.550 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.550 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.550 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.550 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.550 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.551 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.551 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.551 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.551 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.551 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.551 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.551 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.551 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.551 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:48.551 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:48.551 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.551 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.551 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.551 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.551 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.551 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.552 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.552 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.552 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.552 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.552 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.552 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.552 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:48.552 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:48.552 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.552 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.552 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.552 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:48.552 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.552 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.553 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.553 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.553 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.553 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.553 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.553 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.553 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.553 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.553 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.553 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.553 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.553 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.553 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.553 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:48.553 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:48.553 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.554 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.554 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.554 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.554 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.554 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.554 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.554 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.554 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.554 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.554 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.554 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.554 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-02-06T17:18:48.554 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-02-06T17:18:48.554 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.554 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.554 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.555 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-06T17:18:48.555 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.555 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.555 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.555 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.555 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.555 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.555 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.555 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.555 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "port": { 2024-02-06T17:18:48.555 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "port", 2024-02-06T17:18:48.555 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.555 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.555 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.556 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8086", 2024-02-06T17:18:48.556 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.556 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.556 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.556 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.556 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.556 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.556 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.556 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.556 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-02-06T17:18:48.556 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-02-06T17:18:48.556 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.556 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.556 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.557 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "false", 2024-02-06T17:18:48.557 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.557 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.557 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.557 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.557 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.557 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.557 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.557 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.557 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "threads": { 2024-02-06T17:18:48.557 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "threads", 2024-02-06T17:18:48.557 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.557 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.557 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.557 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-02-06T17:18:48.558 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.558 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.558 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.558 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.558 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.558 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.558 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.558 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.558 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-02-06T17:18:48.558 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-02-06T17:18:48.558 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.558 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.558 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.558 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-06T17:18:48.559 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.559 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.559 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.559 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.559 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.559 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.559 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.559 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.559 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "verify_ssl": { 2024-02-06T17:18:48.559 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "verify_ssl", 2024-02-06T17:18:48.559 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.559 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.559 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.559 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "true", 2024-02-06T17:18:48.559 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.560 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.560 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.560 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.560 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.560 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.560 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.560 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.560 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.560 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.560 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:48.560 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "insights", 2024-02-06T17:18:48.560 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:48.560 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:48.561 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:48.561 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:48.561 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:48.561 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.561 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.561 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.561 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.561 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.561 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.561 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.561 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.561 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.561 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.561 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.562 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.562 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.562 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.562 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.562 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.562 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.562 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.562 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.562 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:48.562 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:48.562 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.562 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.562 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.562 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.562 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.563 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.563 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.563 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.563 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.563 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.563 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.563 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.563 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:48.563 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:48.563 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.563 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.563 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.563 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:48.563 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.563 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.564 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.564 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.564 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.564 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.564 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.564 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.564 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.564 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.564 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.564 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.564 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.564 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.564 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.564 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:48.564 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:48.565 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.565 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.565 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.565 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.565 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.565 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.565 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.565 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.565 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.565 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.565 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.565 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.565 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.565 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.565 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:48.566 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "iostat", 2024-02-06T17:18:48.566 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:48.566 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:48.566 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:48.566 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:48.566 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:48.566 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.566 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.566 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.566 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.566 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.566 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.566 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.566 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.567 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.567 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.567 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.567 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.567 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.567 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.567 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.567 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.567 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.567 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.567 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.567 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:48.567 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:48.567 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.568 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.568 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.568 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.568 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.568 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.568 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.568 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.568 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.568 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.568 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.568 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.568 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:48.568 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:48.569 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.569 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.569 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.569 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:48.569 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.569 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.569 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.569 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.569 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.569 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.569 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.569 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.569 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.570 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.570 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.570 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.570 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.570 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.570 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.570 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:48.570 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:48.570 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.570 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.570 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.570 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.570 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.571 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.571 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.571 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.571 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.571 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.571 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.571 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.571 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.571 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.571 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:48.571 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "k8sevents", 2024-02-06T17:18:48.571 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:48.571 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:48.571 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:48.572 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ceph_event_retention_days": { 2024-02-06T17:18:48.572 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ceph_event_retention_days", 2024-02-06T17:18:48.572 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:48.572 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.572 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.572 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-02-06T17:18:48.572 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.572 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.572 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.572 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Days to hold ceph event information within local cache", 2024-02-06T17:18:48.572 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.572 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.572 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.573 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.573 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "config_check_secs": { 2024-02-06T17:18:48.573 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "config_check_secs", 2024-02-06T17:18:48.573 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:48.573 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.573 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.573 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-02-06T17:18:48.573 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "10", 2024-02-06T17:18:48.573 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.573 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.573 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-02-06T17:18:48.573 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.573 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.573 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.573 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.574 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:48.574 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:48.574 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.574 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.574 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.574 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.574 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.574 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.574 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.574 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.574 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.574 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.574 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.574 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.574 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.575 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.575 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.575 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.575 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.575 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.575 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.575 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:48.575 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:48.575 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.575 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.575 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.575 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.575 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.575 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.575 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.576 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.576 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.576 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.576 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.576 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.576 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:48.576 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:48.576 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.576 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.576 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.576 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:48.576 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.576 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.576 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.577 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.577 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.577 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.577 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.577 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.577 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.577 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.577 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.577 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.577 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.577 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.577 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.577 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:48.578 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:48.578 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.578 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.578 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.578 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.578 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.578 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.578 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.578 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.578 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.578 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.578 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.578 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.578 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.578 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.578 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:48.579 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "localpool", 2024-02-06T17:18:48.579 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:48.579 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:48.579 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:48.579 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "failure_domain": { 2024-02-06T17:18:48.579 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "failure_domain", 2024-02-06T17:18:48.579 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.579 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.579 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.579 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "host", 2024-02-06T17:18:48.579 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.579 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.579 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.579 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "failure domain for any created local pool", 2024-02-06T17:18:48.579 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.579 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.580 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.580 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.580 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:48.580 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:48.580 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.580 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.580 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.580 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.580 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.580 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.580 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.580 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.580 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.580 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.580 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.581 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.581 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.581 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.581 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.581 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.581 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.581 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.581 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.581 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:48.581 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:48.581 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.581 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.581 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.581 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.581 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.581 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.582 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.582 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.582 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.582 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.582 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.582 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.582 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:48.582 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:48.582 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.582 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.582 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.582 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:48.582 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.582 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.582 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.582 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.583 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.583 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.583 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.583 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.583 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.583 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.583 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.583 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.583 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.583 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.583 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.583 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:48.583 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:48.583 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.583 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.583 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.584 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.584 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.584 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.584 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.584 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.584 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.584 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.584 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.584 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.584 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_size": { 2024-02-06T17:18:48.584 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_size", 2024-02-06T17:18:48.584 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:48.584 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.584 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.585 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.585 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.585 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.585 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.585 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default min_size for any created local pool", 2024-02-06T17:18:48.585 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.585 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.585 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.585 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.585 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_rep": { 2024-02-06T17:18:48.585 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "num_rep", 2024-02-06T17:18:48.585 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:48.585 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.585 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.585 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "3", 2024-02-06T17:18:48.586 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.586 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.586 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.586 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default replica count for any created local pool", 2024-02-06T17:18:48.586 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.586 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.586 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.586 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.586 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_num": { 2024-02-06T17:18:48.586 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_num", 2024-02-06T17:18:48.586 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:48.586 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.586 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.586 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "128", 2024-02-06T17:18:48.587 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.587 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.587 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.587 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default pg_num for any created local pool", 2024-02-06T17:18:48.587 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.587 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.587 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.587 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.587 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "prefix": { 2024-02-06T17:18:48.587 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prefix", 2024-02-06T17:18:48.587 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.587 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.587 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.587 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.588 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.588 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.588 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.588 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name prefix for any created local pool", 2024-02-06T17:18:48.588 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.588 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.588 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.588 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.588 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "subtree": { 2024-02-06T17:18:48.588 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "subtree", 2024-02-06T17:18:48.588 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.588 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.588 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.588 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "rack", 2024-02-06T17:18:48.589 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.589 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.589 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.589 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "CRUSH level for which to create a local pool", 2024-02-06T17:18:48.589 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.589 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.589 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.589 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.589 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.589 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.589 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:48.589 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-02-06T17:18:48.589 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:48.589 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:48.589 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:48.590 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:48.590 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:48.590 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.590 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.590 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.590 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.590 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.590 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.590 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.590 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.590 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.590 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.590 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.590 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.590 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.590 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.591 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.591 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.591 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.591 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.591 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.591 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:48.591 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:48.591 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.591 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.591 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.591 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.591 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.591 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.591 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.591 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.592 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.592 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.592 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.592 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.592 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:48.592 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:48.592 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.592 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.592 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.592 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:48.592 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.592 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.592 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.592 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.593 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.593 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.593 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.593 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.593 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.593 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.593 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.593 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.593 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.593 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.593 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.593 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:48.593 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:48.593 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.593 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.594 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.594 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.594 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.594 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.594 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.594 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.594 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.594 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.594 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.594 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.594 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator": { 2024-02-06T17:18:48.594 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-02-06T17:18:48.594 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.594 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.594 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.594 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-06T17:18:48.595 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.595 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.595 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.595 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-02-06T17:18:48.595 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rook", 2024-02-06T17:18:48.595 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "test_orchestrator" 2024-02-06T17:18:48.595 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.595 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Orchestrator backend", 2024-02-06T17:18:48.595 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.595 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.595 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.595 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.595 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.595 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.595 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:48.596 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "osd_support", 2024-02-06T17:18:48.596 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:48.596 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:48.596 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:48.596 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:48.596 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:48.596 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.596 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.596 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.596 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.596 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.596 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.596 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.596 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.597 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.597 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.597 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.597 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.597 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.597 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.597 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.597 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.597 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.597 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.597 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.597 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:48.597 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:48.597 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.597 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.597 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.598 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.598 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.598 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.598 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.598 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.598 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.598 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.598 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.598 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.598 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:48.598 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:48.598 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.598 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.598 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.598 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:48.599 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.599 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.599 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.599 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.599 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.599 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.599 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.599 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.599 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.599 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.599 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.599 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.599 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.599 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.599 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.599 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:48.600 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:48.600 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.600 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.600 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.600 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.600 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.600 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.600 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.600 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.600 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.600 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.600 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.600 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.600 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.601 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.601 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:48.601 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_autoscaler", 2024-02-06T17:18:48.601 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:48.601 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:48.601 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:48.601 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:48.601 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:48.601 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.601 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.601 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.601 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.601 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.601 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.601 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.602 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.602 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.602 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.602 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.602 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.602 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.602 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.602 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.602 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.602 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.602 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.602 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.602 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:48.602 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:48.602 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.602 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.603 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.603 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.603 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.603 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.603 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.603 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.603 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.603 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.603 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.603 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.603 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:48.603 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:48.603 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.603 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.603 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.603 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:48.604 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.604 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.604 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.604 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.604 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.604 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.604 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.604 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.604 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.604 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.604 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.604 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.604 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.604 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.604 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.605 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:48.605 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:48.605 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.605 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.605 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.605 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.605 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.605 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.605 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.605 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.605 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.605 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.605 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.605 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.606 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-02-06T17:18:48.606 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-02-06T17:18:48.606 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.606 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.606 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.606 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-02-06T17:18:48.606 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.606 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.606 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.606 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.606 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.606 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.606 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.606 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.606 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.607 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.607 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:48.607 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "progress", 2024-02-06T17:18:48.607 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:48.607 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:48.607 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:48.607 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:48.607 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:48.607 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.607 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.607 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.607 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.607 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.607 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.607 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.608 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.608 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.608 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.608 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.608 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.608 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.608 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.608 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.608 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.608 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.608 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.608 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.608 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:48.608 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:48.609 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.609 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.609 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.609 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.609 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.609 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.609 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.609 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.609 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.609 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.609 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.609 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.609 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:48.609 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:48.609 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.610 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.610 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.610 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:48.610 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.610 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.610 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.610 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.610 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.610 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.610 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.610 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.610 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.610 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.610 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.610 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.611 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.611 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.611 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.611 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:48.611 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:48.611 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.611 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.611 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.611 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.611 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.611 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.611 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.611 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.611 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.611 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.611 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.612 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.612 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max_completed_events": { 2024-02-06T17:18:48.612 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "max_completed_events", 2024-02-06T17:18:48.612 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:48.612 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.612 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.612 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "50", 2024-02-06T17:18:48.612 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.612 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.612 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.612 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "number of past completed events to remember", 2024-02-06T17:18:48.612 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.612 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.612 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.613 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.613 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "persist_interval": { 2024-02-06T17:18:48.613 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "persist_interval", 2024-02-06T17:18:48.613 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-06T17:18:48.613 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.613 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.613 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-02-06T17:18:48.613 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.613 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.613 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.613 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to persist completed events", 2024-02-06T17:18:48.613 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.613 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.613 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.613 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.613 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.613 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.614 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:48.614 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prometheus", 2024-02-06T17:18:48.614 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:48.614 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:48.614 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:48.614 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:48.614 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:48.614 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.614 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.614 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.614 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.614 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.614 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.614 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.614 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.615 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.615 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.615 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.615 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.615 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.615 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.615 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.615 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.616 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.616 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.616 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.616 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:48.616 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:48.616 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.616 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.616 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.616 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.616 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.616 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.616 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.617 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.617 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.617 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.617 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.617 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.617 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:48.617 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:48.617 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.617 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.617 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.617 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:48.617 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.617 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.617 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.618 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.618 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.618 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.618 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.618 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.618 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.618 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.618 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.618 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.618 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.618 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.618 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.618 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:48.618 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:48.618 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.619 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.619 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.619 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.619 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.619 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.619 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.619 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.619 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.619 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.619 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.619 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.619 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools": { 2024-02-06T17:18:48.619 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools", 2024-02-06T17:18:48.619 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.619 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.620 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.620 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.620 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.620 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.620 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.620 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.620 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.620 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.620 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.620 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.620 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools_refresh_interval": { 2024-02-06T17:18:48.620 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools_refresh_interval", 2024-02-06T17:18:48.620 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.620 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.621 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.621 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.621 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.621 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.621 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.621 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.621 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.621 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.621 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.621 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.621 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_interval": { 2024-02-06T17:18:48.621 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_interval", 2024-02-06T17:18:48.622 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.622 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.622 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.622 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.622 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.622 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.622 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.622 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.622 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.622 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.622 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.622 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.622 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-02-06T17:18:48.622 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-02-06T17:18:48.623 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.623 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.623 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.623 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.623 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.623 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.623 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.623 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.623 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.623 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.623 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.623 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.623 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-02-06T17:18:48.623 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-02-06T17:18:48.624 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.624 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.624 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.624 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.624 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.624 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.624 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.624 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.624 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.624 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.624 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.624 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.624 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.624 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.625 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:48.625 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_support", 2024-02-06T17:18:48.625 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:48.625 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:48.625 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:48.625 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:48.625 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:48.625 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.625 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.625 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.625 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.625 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.626 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.626 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.626 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.626 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.626 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.626 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.626 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.626 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.626 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.626 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.626 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.626 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.626 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.627 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.627 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:48.627 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:48.627 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.627 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.627 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.627 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.627 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.627 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.627 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.627 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.627 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.627 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.627 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.628 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.628 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:48.628 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:48.628 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.628 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.628 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.628 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:48.628 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.628 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.628 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.628 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.628 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.628 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.628 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.629 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.629 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.629 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.629 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.629 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.629 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.629 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.629 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.629 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:48.629 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:48.629 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.629 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.629 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.629 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.630 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.630 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.630 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.630 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.630 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.630 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.630 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.630 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.630 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mirror_snapshot_schedule": { 2024-02-06T17:18:48.630 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mirror_snapshot_schedule", 2024-02-06T17:18:48.630 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.630 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.630 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.630 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.631 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.631 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.631 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.631 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.631 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.631 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.631 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.631 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.631 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "trash_purge_schedule": { 2024-02-06T17:18:48.631 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "trash_purge_schedule", 2024-02-06T17:18:48.631 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.631 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.631 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.631 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.631 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.632 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.632 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.632 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.632 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.632 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.632 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.632 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.632 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.632 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.632 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:48.632 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "restful", 2024-02-06T17:18:48.632 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:48.632 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:48.632 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:48.633 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-02-06T17:18:48.633 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-02-06T17:18:48.633 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.633 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.633 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.633 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.633 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.633 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.633 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.633 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.633 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.633 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.633 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.633 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.634 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:48.634 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:48.634 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.634 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.634 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.634 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.634 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.634 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.634 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.634 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.634 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.634 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.634 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.634 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.635 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.635 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.635 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.635 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.635 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.635 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.635 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.635 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:48.635 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:48.635 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.635 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.635 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.635 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.635 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.635 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.636 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.636 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.636 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.636 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.636 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.636 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.636 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:48.636 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:48.636 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.636 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.636 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.636 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:48.636 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.636 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.637 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.637 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.637 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.637 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.637 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.637 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.637 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.637 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.639 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.639 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.639 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.639 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.639 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.639 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:48.639 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:48.639 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.639 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.639 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.639 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.640 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.640 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.640 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.640 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.640 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.640 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.640 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.640 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.640 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-02-06T17:18:48.640 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-02-06T17:18:48.640 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.640 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.640 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.640 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.641 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.641 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.641 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.641 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.641 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.641 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.641 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.641 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.641 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-02-06T17:18:48.641 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-02-06T17:18:48.641 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.641 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.641 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.641 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.641 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.642 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.642 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.642 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.642 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.642 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.642 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.642 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.642 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.642 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.642 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:48.642 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rook", 2024-02-06T17:18:48.642 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:48.642 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:48.642 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:48.642 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:48.642 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:48.643 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.643 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.643 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.643 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.643 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.643 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.643 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.643 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.643 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.643 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.643 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.643 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.643 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.643 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.644 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.644 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.644 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.644 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.644 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.644 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:48.644 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:48.644 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.644 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.644 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.644 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.644 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.644 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.644 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.645 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.645 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.645 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.645 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.645 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.645 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:48.645 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:48.645 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.645 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.645 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.645 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:48.645 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.645 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.646 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.646 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.646 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.646 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.646 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.646 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.646 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.646 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.646 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.646 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.646 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.646 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.646 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.647 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:48.647 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:48.647 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.647 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.647 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.647 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.647 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.647 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.647 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.647 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.647 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.647 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.647 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.647 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.647 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.648 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.648 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:48.648 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "selftest", 2024-02-06T17:18:48.648 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:48.648 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:48.648 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:48.648 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:48.648 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:48.648 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.648 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.648 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.649 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.649 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.649 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.649 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.649 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.649 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.649 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.649 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.649 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.649 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.649 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.649 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.649 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.650 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.650 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.650 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.650 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:48.650 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:48.650 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.650 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.650 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.650 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.650 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.650 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.650 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.650 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.651 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.651 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.651 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.651 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.651 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:48.651 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:48.651 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.651 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.651 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.651 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:48.651 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.651 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.651 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.651 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.652 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.652 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.652 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.652 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.652 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.652 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.652 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.652 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.652 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.652 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.652 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.652 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:48.652 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:48.652 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.653 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.653 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.653 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.653 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.653 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.653 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.653 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.653 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.653 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.653 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.654 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.654 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption1": { 2024-02-06T17:18:48.654 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption1", 2024-02-06T17:18:48.654 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.654 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.654 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.654 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.654 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.654 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.654 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.654 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.654 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.654 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.654 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.655 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.655 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption2": { 2024-02-06T17:18:48.655 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption2", 2024-02-06T17:18:48.655 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.655 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.655 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.655 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "xyz", 2024-02-06T17:18:48.655 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.655 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.655 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.655 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.655 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.655 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.655 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.655 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.656 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption1": { 2024-02-06T17:18:48.656 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption1", 2024-02-06T17:18:48.656 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.656 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.656 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.656 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.656 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.656 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.656 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.656 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.656 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.656 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.657 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.657 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.657 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption2": { 2024-02-06T17:18:48.657 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption2", 2024-02-06T17:18:48.657 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:48.657 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.657 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.657 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.657 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.657 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.657 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.657 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.657 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.657 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.658 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.658 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.658 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption3": { 2024-02-06T17:18:48.658 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption3", 2024-02-06T17:18:48.658 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-02-06T17:18:48.658 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.658 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.658 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.658 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.658 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.658 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.658 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.658 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.658 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.658 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.659 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.659 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption4": { 2024-02-06T17:18:48.659 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption4", 2024-02-06T17:18:48.659 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.659 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.659 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.659 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.659 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.659 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.659 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.659 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.659 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.659 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.659 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.660 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.660 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption5": { 2024-02-06T17:18:48.660 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption5", 2024-02-06T17:18:48.660 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.660 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.660 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.660 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.660 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.660 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.660 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.660 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.660 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.660 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.660 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.661 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.661 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption6": { 2024-02-06T17:18:48.661 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption6", 2024-02-06T17:18:48.661 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.661 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.661 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.661 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:48.661 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.661 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.661 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.661 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.661 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.661 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.661 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.661 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.662 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testkey": { 2024-02-06T17:18:48.662 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testkey", 2024-02-06T17:18:48.662 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.662 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.662 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.662 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.662 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.662 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.662 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.662 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.662 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.662 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.662 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.662 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.663 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testlkey": { 2024-02-06T17:18:48.663 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testlkey", 2024-02-06T17:18:48.663 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.663 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.663 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.663 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.663 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.663 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.663 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.663 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.663 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.663 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.663 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.663 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.664 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testnewline": { 2024-02-06T17:18:48.664 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testnewline", 2024-02-06T17:18:48.664 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.664 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.664 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.664 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.664 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.664 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.664 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.664 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.664 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.664 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.664 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.664 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.665 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.665 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.665 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:48.665 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "status", 2024-02-06T17:18:48.665 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:48.665 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:48.665 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:48.665 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:48.665 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:48.665 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.665 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.665 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.665 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.665 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.666 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.666 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.666 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.666 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.666 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.666 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.666 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.666 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.666 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.666 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.666 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.666 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.666 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.666 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.667 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:48.667 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:48.667 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.667 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.667 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.667 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.667 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.667 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.667 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.667 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.667 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.667 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.667 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.667 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.667 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:48.667 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:48.668 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.668 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.668 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.668 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:48.668 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.668 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.668 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.668 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.668 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.668 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.668 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.668 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.668 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.668 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.669 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.669 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.669 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.669 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.669 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.669 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:48.669 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:48.669 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.669 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.669 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.669 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.669 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.669 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.669 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.669 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.669 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.670 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.670 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.670 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.670 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.670 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.670 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:48.670 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telegraf", 2024-02-06T17:18:48.670 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:48.670 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:48.670 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:48.670 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "address": { 2024-02-06T17:18:48.670 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "address", 2024-02-06T17:18:48.670 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.670 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.671 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.671 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-02-06T17:18:48.671 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.671 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.671 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.671 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.671 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.671 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.671 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.671 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.671 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-02-06T17:18:48.671 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-02-06T17:18:48.671 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-06T17:18:48.671 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.671 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.672 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15", 2024-02-06T17:18:48.672 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.672 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.672 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.672 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.672 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.672 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.672 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.672 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.672 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:48.672 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:48.672 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.672 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.672 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.673 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.673 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.673 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.673 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.673 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.673 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.673 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.673 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.673 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.673 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.673 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.673 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.673 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.673 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.673 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.674 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.674 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:48.674 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:48.674 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.674 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.674 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.674 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.674 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.674 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.674 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.674 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.674 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.674 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.674 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.675 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.675 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:48.675 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:48.675 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.675 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.675 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.675 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:48.675 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.675 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.675 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.675 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.675 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.675 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.676 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.676 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.676 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.676 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.676 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.676 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.676 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.676 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.676 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.676 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:48.676 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:48.676 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.676 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.677 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.677 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.677 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.677 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.677 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.677 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.677 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.677 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.677 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.677 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.677 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.677 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.677 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:48.677 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telemetry", 2024-02-06T17:18:48.678 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:48.678 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:48.678 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:48.678 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_basic": { 2024-02-06T17:18:48.678 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_basic", 2024-02-06T17:18:48.678 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.678 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.678 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.678 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:48.678 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.678 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.678 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.678 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Share basic cluster information (size, version)", 2024-02-06T17:18:48.678 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.679 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.679 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.679 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.679 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_crash": { 2024-02-06T17:18:48.679 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_crash", 2024-02-06T17:18:48.679 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.679 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.679 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.679 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:48.679 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.679 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.679 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.679 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.679 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.679 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.680 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.680 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.680 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_device": { 2024-02-06T17:18:48.680 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_device", 2024-02-06T17:18:48.680 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.680 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.680 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.680 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-06T17:18:48.680 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.680 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.680 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.680 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.680 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.680 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.680 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.681 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.681 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_ident": { 2024-02-06T17:18:48.681 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_ident", 2024-02-06T17:18:48.681 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.681 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.681 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.681 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.681 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.681 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.681 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.681 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.681 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.681 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.681 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.681 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.681 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "contact": { 2024-02-06T17:18:48.682 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "contact", 2024-02-06T17:18:48.682 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.682 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.682 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.682 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-06T17:18:48.682 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.682 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.682 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.682 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.682 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.682 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.682 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.682 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.682 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "description": { 2024-02-06T17:18:48.682 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "description", 2024-02-06T17:18:48.682 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.683 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.683 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.683 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-06T17:18:48.683 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.683 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.683 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.683 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.683 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.683 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.683 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.683 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.683 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_url": { 2024-02-06T17:18:48.683 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_url", 2024-02-06T17:18:48.683 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.683 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.683 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.684 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/device", 2024-02-06T17:18:48.684 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.684 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.684 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.684 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.684 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.684 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.684 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.684 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.684 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enabled": { 2024-02-06T17:18:48.684 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enabled", 2024-02-06T17:18:48.684 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.684 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.684 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.685 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.685 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.685 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.685 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.685 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.685 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.685 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.685 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.685 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.685 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-02-06T17:18:48.685 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-02-06T17:18:48.685 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:48.685 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.685 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.685 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "24", 2024-02-06T17:18:48.686 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "8", 2024-02-06T17:18:48.686 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.686 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.686 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.686 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.686 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.686 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.686 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.686 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_opt_revision": { 2024-02-06T17:18:48.686 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "last_opt_revision", 2024-02-06T17:18:48.686 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:48.686 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.686 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.686 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1", 2024-02-06T17:18:48.686 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.687 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.687 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.687 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.687 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.687 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.687 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.687 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.687 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "leaderboard": { 2024-02-06T17:18:48.687 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "leaderboard", 2024-02-06T17:18:48.687 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.687 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.687 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.687 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.687 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.688 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.688 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.688 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.688 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.688 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.688 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.688 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.688 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:48.688 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:48.688 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.688 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.688 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.688 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.688 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.688 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.689 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.689 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.689 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.689 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.689 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.689 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.689 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.689 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.689 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.689 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.689 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.689 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.689 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.689 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:48.689 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:48.690 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.690 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.690 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.690 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.690 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.690 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.690 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.690 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.690 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.690 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.690 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.690 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.690 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:48.690 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:48.690 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.690 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.691 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.691 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:48.691 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.691 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.691 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.691 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.691 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.691 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.691 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.691 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.691 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.691 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.691 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.691 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.691 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.692 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.692 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.692 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:48.692 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:48.692 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.692 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.692 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.692 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.692 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.692 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.692 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.692 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.692 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.692 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.692 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.693 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.693 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "organization": { 2024-02-06T17:18:48.693 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "organization", 2024-02-06T17:18:48.693 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.693 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.693 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.693 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-06T17:18:48.693 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.693 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.693 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.693 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.693 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.693 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.693 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.694 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.694 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "proxy": { 2024-02-06T17:18:48.694 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "proxy", 2024-02-06T17:18:48.694 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.694 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.694 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.694 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-06T17:18:48.694 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.694 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.694 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.694 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.694 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.694 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.694 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.695 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.695 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url": { 2024-02-06T17:18:48.695 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url", 2024-02-06T17:18:48.695 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.695 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.695 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.695 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/report", 2024-02-06T17:18:48.695 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.695 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.695 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.695 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.695 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.695 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.695 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.696 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.696 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.696 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.696 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:48.696 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "test_orchestrator", 2024-02-06T17:18:48.696 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:48.696 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:48.696 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:48.696 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:48.696 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:48.696 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.696 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.696 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.696 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.697 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.697 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.697 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.697 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.697 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.697 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.697 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.697 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.697 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.697 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.697 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.697 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.697 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.697 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.698 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.698 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:48.698 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:48.698 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.698 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.698 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.698 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.698 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.698 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.698 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.698 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.698 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.698 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.698 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.698 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.699 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:48.699 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:48.699 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.699 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.699 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.699 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:48.699 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.699 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.699 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.699 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.699 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.699 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.699 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.699 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.700 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.700 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.700 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.700 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.700 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.700 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.700 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.700 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:48.700 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:48.700 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.700 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.700 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.700 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.700 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.701 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.701 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.701 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.701 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.701 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.701 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.701 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.701 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.701 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.701 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:48.701 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "volumes", 2024-02-06T17:18:48.701 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:48.701 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:48.701 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:48.701 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:48.702 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:48.702 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.702 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.702 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.702 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.702 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.702 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.702 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.702 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.702 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.702 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.702 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.702 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.702 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.703 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.703 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.703 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.703 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.703 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.703 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.703 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:48.703 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:48.703 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.703 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.703 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.703 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.703 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.703 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.703 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.703 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.703 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.704 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.704 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.704 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.704 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:48.704 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:48.704 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.704 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.704 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.704 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:48.704 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.704 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.704 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.704 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.704 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.705 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.705 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.705 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.705 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.705 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.705 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.705 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.705 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.705 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.705 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.705 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:48.705 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:48.705 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.705 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.706 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.706 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.706 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.706 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.706 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.706 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.706 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.706 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.706 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.706 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.706 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.706 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.707 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:48.707 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix", 2024-02-06T17:18:48.707 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-06T17:18:48.707 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-06T17:18:48.707 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-06T17:18:48.707 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "discovery_interval": { 2024-02-06T17:18:48.707 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "discovery_interval", 2024-02-06T17:18:48.707 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.707 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.707 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.707 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "100", 2024-02-06T17:18:48.707 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.707 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.707 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.707 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.707 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.708 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.708 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.708 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.708 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "identifier": { 2024-02-06T17:18:48.708 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "identifier", 2024-02-06T17:18:48.708 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.708 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.708 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.708 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.708 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.708 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.708 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.708 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.708 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.709 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.709 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.709 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.709 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-02-06T17:18:48.709 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-02-06T17:18:48.709 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-06T17:18:48.709 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.709 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.709 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-02-06T17:18:48.709 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.709 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.709 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.709 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.709 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.710 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.710 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.710 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.710 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-06T17:18:48.710 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-06T17:18:48.710 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.710 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.710 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.710 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-06T17:18:48.710 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.710 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.710 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.710 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.710 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.710 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.710 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.711 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.711 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.711 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.711 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.711 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.711 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.711 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.711 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.711 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-06T17:18:48.711 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-06T17:18:48.711 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.711 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.711 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.711 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.712 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.712 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.712 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.712 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.712 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.712 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.712 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.712 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.712 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-06T17:18:48.712 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-06T17:18:48.712 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.712 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.712 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.712 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-06T17:18:48.712 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.713 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.713 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-06T17:18:48.713 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-06T17:18:48.713 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-06T17:18:48.713 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-06T17:18:48.713 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-06T17:18:48.713 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-06T17:18:48.713 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-06T17:18:48.713 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.713 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.713 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.713 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.713 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.713 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.713 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-06T17:18:48.713 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-06T17:18:48.714 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-06T17:18:48.714 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.714 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-06T17:18:48.714 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-06T17:18:48.714 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.714 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.714 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.714 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.714 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.714 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.714 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.714 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.714 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_host": { 2024-02-06T17:18:48.714 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_host", 2024-02-06T17:18:48.714 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.714 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.715 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.715 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-06T17:18:48.715 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.715 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.715 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.715 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.715 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.715 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.715 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.715 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.715 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_port": { 2024-02-06T17:18:48.715 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_port", 2024-02-06T17:18:48.715 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-06T17:18:48.715 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.715 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.716 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10051", 2024-02-06T17:18:48.716 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.716 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.716 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.716 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.716 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.716 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.716 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.716 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.716 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_sender": { 2024-02-06T17:18:48.716 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_sender", 2024-02-06T17:18:48.716 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-06T17:18:48.716 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-06T17:18:48.716 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-06T17:18:48.716 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "/usr/bin/zabbix_sender", 2024-02-06T17:18:48.717 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-06T17:18:48.717 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-06T17:18:48.717 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-06T17:18:48.717 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-06T17:18:48.717 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-06T17:18:48.717 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-06T17:18:48.717 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-06T17:18:48.717 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.717 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.717 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.717 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.717 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {}, 2024-02-06T17:18:48.717 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "always_on_modules": { 2024-02-06T17:18:48.717 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nautilus": [ 2024-02-06T17:18:48.717 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-02-06T17:18:48.718 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-02-06T17:18:48.718 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-02-06T17:18:48.718 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator_cli", 2024-02-06T17:18:48.718 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-02-06T17:18:48.718 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-02-06T17:18:48.718 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-02-06T17:18:48.718 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-02-06T17:18:48.718 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.718 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "octopus": [ 2024-02-06T17:18:48.718 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-02-06T17:18:48.718 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-02-06T17:18:48.718 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-02-06T17:18:48.718 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator", 2024-02-06T17:18:48.718 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_support", 2024-02-06T17:18:48.718 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_autoscaler", 2024-02-06T17:18:48.719 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-02-06T17:18:48.719 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-02-06T17:18:48.719 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-02-06T17:18:48.719 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "telemetry", 2024-02-06T17:18:48.719 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-02-06T17:18:48.719 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-06T17:18:48.719 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_failure_osd_epoch": 4, 2024-02-06T17:18:48.719 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_clients": [ 2024-02-06T17:18:48.719 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:48.719 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-02-06T17:18:48.719 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:48.719 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-02-06T17:18:48.719 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.96:0", 2024-02-06T17:18:48.719 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 388086613 2024-02-06T17:18:48.719 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.719 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-02-06T17:18:48.719 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.720 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:48.720 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-02-06T17:18:48.720 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:48.720 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-02-06T17:18:48.720 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.96:0", 2024-02-06T17:18:48.720 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 1586186581 2024-02-06T17:18:48.720 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.720 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-02-06T17:18:48.720 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-06T17:18:48.720 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:48.720 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-02-06T17:18:48.720 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:48.720 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-02-06T17:18:48.720 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.96:0", 2024-02-06T17:18:48.721 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2207579600 2024-02-06T17:18:48.721 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.721 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-02-06T17:18:48.721 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.721 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-02-06T17:18:48.721 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.721 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:48.722 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:48 smithi096 bash[35573]: audit 2024-02-06T17:18:47.998482+0000 mon.a (mon.0) 70 : audit [DBG] from='client.? 172.21.15.96:0/2854263769' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2024-02-06T17:18:48.775 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Waiting for the mgr to restart... 2024-02-06T17:18:48.775 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Waiting for Mgr epoch 9... 2024-02-06T17:18:48.775 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi096', '-v', '/var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmptpwe3_93:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp6enzjkao:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'tell', 'mgr', 'mgr_status'] 2024-02-06T17:18:48.775 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi096 -v /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptpwe3_93:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6enzjkao:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 tell mgr mgr_status 2024-02-06T17:18:50.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:49 smithi096 bash[35573]: cluster 2024-02-06T17:18:48.704483+0000 mon.a (mon.0) 71 : cluster [INF] Active manager daemon y restarted 2024-02-06T17:18:50.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:49 smithi096 bash[35573]: cluster 2024-02-06T17:18:48.704909+0000 mon.a (mon.0) 72 : cluster [INF] Activating manager daemon y 2024-02-06T17:18:50.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:49 smithi096 bash[35573]: cluster 2024-02-06T17:18:48.706636+0000 mon.a (mon.0) 73 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-06T17:18:50.020 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:18:49 smithi096 bash[35806]: Warning: Permanently added 'smithi096,172.21.15.96' (ECDSA) to the list of known hosts. 2024-02-06T17:18:50.600 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-06T17:18:50.600 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap_epoch": 11, 2024-02-06T17:18:50.600 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "initialized": true 2024-02-06T17:18:50.600 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-06T17:18:50.971 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:50 smithi096 bash[35573]: cluster 2024-02-06T17:18:49.586125+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e10: y(active, starting, since 0.881287s) 2024-02-06T17:18:50.972 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:50 smithi096 bash[35573]: audit 2024-02-06T17:18:49.587374+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-02-06T17:18:50.972 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:50 smithi096 bash[35573]: audit 2024-02-06T17:18:49.588298+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-06T17:18:50.972 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:50 smithi096 bash[35573]: audit 2024-02-06T17:18:49.588502+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-06T17:18:50.972 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:50 smithi096 bash[35573]: audit 2024-02-06T17:18:49.588698+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-06T17:18:50.972 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:50 smithi096 bash[35573]: audit 2024-02-06T17:18:49.588975+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-02-06T17:18:50.972 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:50 smithi096 bash[35573]: audit 2024-02-06T17:18:49.589469+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi096"}]: dispatch 2024-02-06T17:18:50.972 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:50 smithi096 bash[35573]: audit 2024-02-06T17:18:49.589646+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-02-06T17:18:50.972 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:50 smithi096 bash[35573]: audit 2024-02-06T17:18:49.589812+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-02-06T17:18:50.972 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:50 smithi096 bash[35573]: audit 2024-02-06T17:18:49.590005+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-02-06T17:18:50.972 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:50 smithi096 bash[35573]: audit 2024-02-06T17:18:49.590184+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-02-06T17:18:50.972 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:50 smithi096 bash[35573]: audit 2024-02-06T17:18:49.590344+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-02-06T17:18:50.972 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:50 smithi096 bash[35573]: cluster 2024-02-06T17:18:49.603227+0000 mon.a (mon.0) 86 : cluster [INF] Manager daemon y is now available 2024-02-06T17:18:50.972 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:50 smithi096 bash[35573]: audit 2024-02-06T17:18:49.627520+0000 mon.a (mon.0) 87 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-06T17:18:50.973 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:50 smithi096 bash[35573]: audit 2024-02-06T17:18:50.111456+0000 mon.a (mon.0) 88 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-06T17:18:50.973 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:50 smithi096 bash[35573]: audit 2024-02-06T17:18:50.111771+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:18:51.676 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Generating a dashboard self-signed certificate... 2024-02-06T17:18:51.677 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi096', '-v', '/var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmptpwe3_93:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp6enzjkao:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'dashboard', 'create-self-signed-cert'] 2024-02-06T17:18:51.677 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi096 -v /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptpwe3_93:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6enzjkao:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 dashboard create-self-signed-cert 2024-02-06T17:18:51.926 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:51 smithi096 bash[35573]: cluster 2024-02-06T17:18:50.591074+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e11: y(active, since 1.88624s) 2024-02-06T17:18:51.926 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:51 smithi096 bash[35573]: audit 2024-02-06T17:18:51.335220+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:18:51.334622\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:18:51.334716\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-02-06T17:18:51.334792\", \"networks\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:18:51.926 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:51 smithi096 bash[35573]: audit 2024-02-06T17:18:51.337045+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:18:51.334622\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:18:51.334716\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-02-06T17:18:51.334792\", \"networks\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:18:51.926 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:51 smithi096 bash[35573]: audit 2024-02-06T17:18:51.337471+0000 mon.a (mon.0) 93 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:18:52.417 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout Self-signed certificate created 2024-02-06T17:18:52.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:52 smithi096 bash[35573]: cluster 2024-02-06T17:18:51.593223+0000 mon.a (mon.0) 94 : cluster [DBG] mgrmap e12: y(active, since 2s) 2024-02-06T17:18:52.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:52 smithi096 bash[35573]: audit 2024-02-06T17:18:52.412894+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/crt","val":"-----BEGIN CERTIFICATE-----\nMIICzzCCAbcCEBiTNHKvJE9VqzYA+RCMs1gwDQYJKoZIhvcNAQENBQAwJjELMAkG\nA1UECgwCSVQxFzAVBgNVBAMMDmNlcGgtZGFzaGJvYXJkMB4XDTI0MDIwNjE3MTg1\nMloXDTM0MDIwMzE3MTg1MlowJjELMAkGA1UECgwCSVQxFzAVBgNVBAMMDmNlcGgt\nZGFzaGJvYXJkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1KQPS011\nHWWXO7oMwDFh34aUfaIEae38gYlO8SkbX0D5on5koVBzrfE94rCkwbCNkDLgQVUr\ndbdM2gBHfRhnx0rBC2k6907ybvK0SUG8ti5qIdb0xwKTZGEf3YROWTRVbn/ivw5a\n92uEDmlEFc4sm47DKYmkP57907fIe1qKGXb0nbYET2Zfdcb5JKZ3gN4VjmzKpvGk\nms35vNPihY1BORk1wYWS2xUYDbu9+FudLKGXUHVPos41Zw6Zc75RykgqFJyiEQ6Z\nOVP6mX+ocC1NXDoFaQ5PL9jsQ2KfKkXgmlO9F1/yk8XJIGug0mqaCziAwzTOHCqH\nxA4w1Eh+FKBWtQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQC7J/R4iwv1kdZKdFxM\nkAkKj+4Q6STklvScxr6YRLCYFJfNnfmPsM1PeYM3pxnWmuCOw8vahU7ZI191c1nK\ncHaLUK2k3EOf+5Tj9Xolm1IWA44ovA8fA1uuaGAx+e0LTUhTv8UNZVuz7+G4DrcQ\nO84Zh5LiEYqusjwsvfj2NTtiN6g410O5RExKmiBgtwb8wAF4YFu2aeRv4HDANPdG\np50O4miE1uT3FD9o4j6JYpweOIjH4pZM4+L3fVGtfamvkkJO0V5F9TDuIvp5eMqx\ncIRjCgX7KTjgDv6CZLLIGC4UawZbbKFohArop5ri9xuLP21K/X6a9r5M1KsasQ7n\n7zzu\n-----END CERTIFICATE-----\n"}]: dispatch 2024-02-06T17:18:52.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:52 smithi096 bash[35573]: audit 2024-02-06T17:18:52.414665+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/crt","val":"-----BEGIN CERTIFICATE-----\nMIICzzCCAbcCEBiTNHKvJE9VqzYA+RCMs1gwDQYJKoZIhvcNAQENBQAwJjELMAkG\nA1UECgwCSVQxFzAVBgNVBAMMDmNlcGgtZGFzaGJvYXJkMB4XDTI0MDIwNjE3MTg1\nMloXDTM0MDIwMzE3MTg1MlowJjELMAkGA1UECgwCSVQxFzAVBgNVBAMMDmNlcGgt\nZGFzaGJvYXJkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1KQPS011\nHWWXO7oMwDFh34aUfaIEae38gYlO8SkbX0D5on5koVBzrfE94rCkwbCNkDLgQVUr\ndbdM2gBHfRhnx0rBC2k6907ybvK0SUG8ti5qIdb0xwKTZGEf3YROWTRVbn/ivw5a\n92uEDmlEFc4sm47DKYmkP57907fIe1qKGXb0nbYET2Zfdcb5JKZ3gN4VjmzKpvGk\nms35vNPihY1BORk1wYWS2xUYDbu9+FudLKGXUHVPos41Zw6Zc75RykgqFJyiEQ6Z\nOVP6mX+ocC1NXDoFaQ5PL9jsQ2KfKkXgmlO9F1/yk8XJIGug0mqaCziAwzTOHCqH\nxA4w1Eh+FKBWtQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQC7J/R4iwv1kdZKdFxM\nkAkKj+4Q6STklvScxr6YRLCYFJfNnfmPsM1PeYM3pxnWmuCOw8vahU7ZI191c1nK\ncHaLUK2k3EOf+5Tj9Xolm1IWA44ovA8fA1uuaGAx+e0LTUhTv8UNZVuz7+G4DrcQ\nO84Zh5LiEYqusjwsvfj2NTtiN6g410O5RExKmiBgtwb8wAF4YFu2aeRv4HDANPdG\np50O4miE1uT3FD9o4j6JYpweOIjH4pZM4+L3fVGtfamvkkJO0V5F9TDuIvp5eMqx\ncIRjCgX7KTjgDv6CZLLIGC4UawZbbKFohArop5ri9xuLP21K/X6a9r5M1KsasQ7n\n7zzu\n-----END CERTIFICATE-----\n"}]': finished 2024-02-06T17:18:52.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:52 smithi096 bash[35573]: audit 2024-02-06T17:18:52.415048+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDUpA9LTXUdZZc7\nugzAMWHfhpR9ogRp7fyBiU7xKRtfQPmifmShUHOt8T3isKTBsI2QMuBBVSt1t0za\nAEd9GGfHSsELaTr3TvJu8rRJQby2Lmoh1vTHApNkYR/dhE5ZNFVuf+K/Dlr3a4QO\naUQVziybjsMpiaQ/nv3Tt8h7WooZdvSdtgRPZl91xvkkpneA3hWObMqm8aSazfm8\n0+KFjUE5GTXBhZLbFRgNu734W50soZdQdU+izjVnDplzvlHKSCoUnKIRDpk5U/qZ\nf6hwLU1cOgVpDk8v2OxDYp8qReCaU70XX/KTxckga6DSapoLOIDDNM4cKofEDjDU\nSH4UoFa1AgMBAAECggEAa0AAUsvTmSsnV0Gksr91jQdVF/TC4ybc5/z4axx/qNCd\n2H6FhPOOFRqLSy4rO2IwVJ3EjE9H50y3n3DqncbUeSlUKsw9qIUSNDGICzbz1rOc\nZksEFOhQrR1rtA/KcKW7vUsVc6Xq7cY1ygsAAzuFNkSQXQAGbuxjPAkDPmxRITv6\nBeOiptEtJy/BXQoOupYmD15PtxpI5GgDgdveiqAwmXheBQ5Y4IlXqXLhlUNN27PM\nHeyqXDNVGIF4Q9/SmddT76fW0biVLHFfVpmGoUjpOhANL737x7pLzGX8leZCIYG7\nGBkDpYyGK2UcSOnFxBfa3Kk8F+X8aSdXaTH6/1JXFQKBgQDuR7V2Y4eSREgKTGqS\nYZ9JaM4HniFP9UlZYgSlTQY27euOQ8EzMv8NQpIeyYME6p2YsdfjGbkKkznMIQm8\n3rVAp1XtSnKEi4/wR1jUrzrrFW2y+hJu+5bQvybIfJXNfQtz4vWDstn6aSP1SVzv\nI7MVUDgmBXU4j98SMw6DNn+mPwKBgQDkdD1wU1MuTwTrUorQoeYXvxPwItvupNhS\n3ND8gKXet5CycF+rlhH/dvtJA8Nrfl9aI/bdbDx2IU/xrIMLC2O3sNOxtGApPZxr\nmBpBe0t5fso4pTfugMZj3KIPgn0/BU5Sd/y1aaToQDAi8UXfhc9D9n2bcsizG+YR\nTAwvKkNOCwKBgQCYRmdnIzAOf2hyfGdW6OA8r6eLIrkzOhQH9SX25YRlMiLpJc+g\nAqUQOkzbM/hw+eaBIJZQ4a1pXrD/DNYGR2UZzlaRcJRCtFXmPhI8yUcj2OvkBwAk\nwM+e06nbUhMB4Tmic5Zm9bNr3ilGpf2oLe5SXpOjaLWC0h7CqLJLlFZ7TQKBgQC3\nW3RUSwxgBpv0I3O2r7p1JK9j9RaAG15kY0Z44ug+MSa5kOe4V+JqH5zfpV2bUPpG\n5sakQNLmHSaE2ejzXFjUfd/qqNLlRsXctV+dXs/c256CiFiz3Ddevx5zRFAx3JhY\nKGVzVS8+GQaJhQyHsmYALj3yHdZnquSkzVyaHlmWsQKBgG8+NcPgTezXUA14qtsu\nIlhYLT5cMWarRvq+GZfHBSlk/GBqNnzEhbqu8uM3Q4rwkEO+hZ7WbnNKj+MhQSAs\nHeoX28CmsUxqyKeS82rGEAFJJX4zkNuhUOxcdUoF1ZkbtZWCFMoLKUaqJG07majV\nHgu1GbuwD+M/y99fbQ7tdND7\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-02-06T17:18:52.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:52 smithi096 bash[35573]: audit 2024-02-06T17:18:52.416298+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDUpA9LTXUdZZc7\nugzAMWHfhpR9ogRp7fyBiU7xKRtfQPmifmShUHOt8T3isKTBsI2QMuBBVSt1t0za\nAEd9GGfHSsELaTr3TvJu8rRJQby2Lmoh1vTHApNkYR/dhE5ZNFVuf+K/Dlr3a4QO\naUQVziybjsMpiaQ/nv3Tt8h7WooZdvSdtgRPZl91xvkkpneA3hWObMqm8aSazfm8\n0+KFjUE5GTXBhZLbFRgNu734W50soZdQdU+izjVnDplzvlHKSCoUnKIRDpk5U/qZ\nf6hwLU1cOgVpDk8v2OxDYp8qReCaU70XX/KTxckga6DSapoLOIDDNM4cKofEDjDU\nSH4UoFa1AgMBAAECggEAa0AAUsvTmSsnV0Gksr91jQdVF/TC4ybc5/z4axx/qNCd\n2H6FhPOOFRqLSy4rO2IwVJ3EjE9H50y3n3DqncbUeSlUKsw9qIUSNDGICzbz1rOc\nZksEFOhQrR1rtA/KcKW7vUsVc6Xq7cY1ygsAAzuFNkSQXQAGbuxjPAkDPmxRITv6\nBeOiptEtJy/BXQoOupYmD15PtxpI5GgDgdveiqAwmXheBQ5Y4IlXqXLhlUNN27PM\nHeyqXDNVGIF4Q9/SmddT76fW0biVLHFfVpmGoUjpOhANL737x7pLzGX8leZCIYG7\nGBkDpYyGK2UcSOnFxBfa3Kk8F+X8aSdXaTH6/1JXFQKBgQDuR7V2Y4eSREgKTGqS\nYZ9JaM4HniFP9UlZYgSlTQY27euOQ8EzMv8NQpIeyYME6p2YsdfjGbkKkznMIQm8\n3rVAp1XtSnKEi4/wR1jUrzrrFW2y+hJu+5bQvybIfJXNfQtz4vWDstn6aSP1SVzv\nI7MVUDgmBXU4j98SMw6DNn+mPwKBgQDkdD1wU1MuTwTrUorQoeYXvxPwItvupNhS\n3ND8gKXet5CycF+rlhH/dvtJA8Nrfl9aI/bdbDx2IU/xrIMLC2O3sNOxtGApPZxr\nmBpBe0t5fso4pTfugMZj3KIPgn0/BU5Sd/y1aaToQDAi8UXfhc9D9n2bcsizG+YR\nTAwvKkNOCwKBgQCYRmdnIzAOf2hyfGdW6OA8r6eLIrkzOhQH9SX25YRlMiLpJc+g\nAqUQOkzbM/hw+eaBIJZQ4a1pXrD/DNYGR2UZzlaRcJRCtFXmPhI8yUcj2OvkBwAk\nwM+e06nbUhMB4Tmic5Zm9bNr3ilGpf2oLe5SXpOjaLWC0h7CqLJLlFZ7TQKBgQC3\nW3RUSwxgBpv0I3O2r7p1JK9j9RaAG15kY0Z44ug+MSa5kOe4V+JqH5zfpV2bUPpG\n5sakQNLmHSaE2ejzXFjUfd/qqNLlRsXctV+dXs/c256CiFiz3Ddevx5zRFAx3JhY\nKGVzVS8+GQaJhQyHsmYALj3yHdZnquSkzVyaHlmWsQKBgG8+NcPgTezXUA14qtsu\nIlhYLT5cMWarRvq+GZfHBSlk/GBqNnzEhbqu8uM3Q4rwkEO+hZ7WbnNKj+MhQSAs\nHeoX28CmsUxqyKeS82rGEAFJJX4zkNuhUOxcdUoF1ZkbtZWCFMoLKUaqJG07majV\nHgu1GbuwD+M/y99fbQ7tdND7\n-----END PRIVATE KEY-----\n"}]': finished 2024-02-06T17:18:53.889 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:53 smithi096 bash[35573]: audit 2024-02-06T17:18:52.355249+0000 mgr.y (mgr.14140) 1 : audit [DBG] from='client.14153 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:18:54.483 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Creating initial admin user... 2024-02-06T17:18:54.483 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi096', '-v', '/var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmptpwe3_93:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp6enzjkao:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'dashboard', 'ac-user-create', 'admin', 'jubvqdzoda', 'administrator', '--force-password', '--pwd-update-required'] 2024-02-06T17:18:54.483 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi096 -v /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptpwe3_93:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6enzjkao:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 dashboard ac-user-create admin jubvqdzoda administrator --force-password --pwd-update-required 2024-02-06T17:18:55.433 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout {"username": "admin", "password": "$2b$12$sW4fYpYeNroYT5NgQW4h1eFh8zumvc/3MTjRxl72MyOZZ0Ne0.5Ua", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1707239935, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-06T17:18:56.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:55 smithi096 bash[35573]: cluster 2024-02-06T17:18:54.793526+0000 mon.a (mon.0) 99 : cluster [DBG] mgrmap e13: y(active, since 6s) 2024-02-06T17:18:56.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:55 smithi096 bash[35573]: audit 2024-02-06T17:18:55.430379+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/accessdb_v2","val":"{\"users\": {\"admin\": {\"username\": \"admin\", \"password\": \"$2b$12$sW4fYpYeNroYT5NgQW4h1eFh8zumvc/3MTjRxl72MyOZZ0Ne0.5Ua\", \"roles\": [\"administrator\"], \"name\": null, \"email\": null, \"lastUpdate\": 1707239935, \"enabled\": true, \"pwdExpirationDate\": null, \"pwdUpdateRequired\": true}}, \"roles\": {}, \"version\": 2}"}]: dispatch 2024-02-06T17:18:56.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:55 smithi096 bash[35573]: audit 2024-02-06T17:18:55.432051+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/accessdb_v2","val":"{\"users\": {\"admin\": {\"username\": \"admin\", \"password\": \"$2b$12$sW4fYpYeNroYT5NgQW4h1eFh8zumvc/3MTjRxl72MyOZZ0Ne0.5Ua\", \"roles\": [\"administrator\"], \"name\": null, \"email\": null, \"lastUpdate\": 1707239935, \"enabled\": true, \"pwdExpirationDate\": null, \"pwdUpdateRequired\": true}}, \"roles\": {}, \"version\": 2}"}]': finished 2024-02-06T17:18:56.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:55 smithi096 bash[35573]: audit 2024-02-06T17:18:55.746458+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:18:56.329 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Fetching dashboard port number... 2024-02-06T17:18:56.329 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi096', '-v', '/var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmptpwe3_93:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp6enzjkao:/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-02-06T17:18:56.329 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi096 -v /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmptpwe3_93:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6enzjkao:/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-02-06T17:18:57.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:56 smithi096 bash[35573]: audit 2024-02-06T17:18:55.212742+0000 mgr.y (mgr.14140) 2 : audit [DBG] from='client.14155 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "password": "jubvqdzoda", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:18:57.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:56 smithi096 bash[35573]: audit 2024-02-06T17:18:55.926861+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:18:51.334622\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:18:51.334716\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-02-06T17:18:51.334792\", \"last_device_update\": \"2024-02-06T17:18:55.926343\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:18:57.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:56 smithi096 bash[35573]: audit 2024-02-06T17:18:55.928675+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:18:51.334622\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:18:51.334716\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-02-06T17:18:51.334792\", \"last_device_update\": \"2024-02-06T17:18:55.926343\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:18:57.024 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 8443 2024-02-06T17:18:57.681 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Ceph Dashboard is now available at: 2024-02-06T17:18:57.681 INFO:teuthology.orchestra.run.smithi096.stderr: 2024-02-06T17:18:57.681 INFO:teuthology.orchestra.run.smithi096.stderr: URL: https://smithi096.front.sepia.ceph.com:8443/ 2024-02-06T17:18:57.681 INFO:teuthology.orchestra.run.smithi096.stderr: User: admin 2024-02-06T17:18:57.681 INFO:teuthology.orchestra.run.smithi096.stderr: Password: jubvqdzoda 2024-02-06T17:18:57.681 INFO:teuthology.orchestra.run.smithi096.stderr: 2024-02-06T17:18:57.681 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:You can access the Ceph CLI with: 2024-02-06T17:18:57.681 INFO:teuthology.orchestra.run.smithi096.stderr: 2024-02-06T17:18:57.681 INFO:teuthology.orchestra.run.smithi096.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid a15007fc-c513-11ee-95b6-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-06T17:18:57.681 INFO:teuthology.orchestra.run.smithi096.stderr: 2024-02-06T17:18:57.681 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Please consider enabling telemetry to help improve Ceph: 2024-02-06T17:18:57.682 INFO:teuthology.orchestra.run.smithi096.stderr: 2024-02-06T17:18:57.682 INFO:teuthology.orchestra.run.smithi096.stderr: ceph telemetry on 2024-02-06T17:18:57.682 INFO:teuthology.orchestra.run.smithi096.stderr: 2024-02-06T17:18:57.682 INFO:teuthology.orchestra.run.smithi096.stderr:For more information see: 2024-02-06T17:18:57.682 INFO:teuthology.orchestra.run.smithi096.stderr: 2024-02-06T17:18:57.682 INFO:teuthology.orchestra.run.smithi096.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2024-02-06T17:18:57.682 INFO:teuthology.orchestra.run.smithi096.stderr: 2024-02-06T17:18:57.682 INFO:teuthology.orchestra.run.smithi096.stderr:INFO:cephadm:Bootstrap complete. 2024-02-06T17:18:57.682 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Releasing lock 139754549008536 on /run/cephadm/a15007fc-c513-11ee-95b6-87774f69a715.lock 2024-02-06T17:18:57.682 INFO:teuthology.orchestra.run.smithi096.stderr:DEBUG:cephadm:Lock 139754549008536 released on /run/cephadm/a15007fc-c513-11ee-95b6-87774f69a715.lock 2024-02-06T17:18:57.708 INFO:tasks.cephadm:Fetching config... 2024-02-06T17:18:57.709 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2024-02-06T17:18:57.709 DEBUG:teuthology.orchestra.run.smithi096:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-06T17:18:57.728 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-06T17:18:57.728 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2024-02-06T17:18:57.728 DEBUG:teuthology.orchestra.run.smithi096:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-06T17:18:57.786 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-06T17:18:57.786 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2024-02-06T17:18:57.786 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd if=/var/lib/ceph/a15007fc-c513-11ee-95b6-87774f69a715/mon.a/keyring of=/dev/stdout 2024-02-06T17:18:57.853 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-06T17:18:57.853 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2024-02-06T17:18:57.853 DEBUG:teuthology.orchestra.run.smithi096:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-06T17:18:57.912 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-06T17:18:57.912 DEBUG:teuthology.orchestra.run.smithi096:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDD5shq01brv/+wGO0UQj541wh+UDV0skKRbUXJ+3+QyHLNqP8Iqyycg+N6ZSuSeQsPzDl4vb5ctH0xRV6Syb5JZUMI4pNEdblG9Yd9RXiIqhWJjwS9BkVBSzeznlRQkAn+bXmVn3Kxi2Gpc4FITRowgCWQsz9cRD+7j9Pnw7UcNMHJZj05wtprPu2rscNX/pm533FDHl2TcVwrL9ZQwJzN1I8Z4Qy2Wkl3k6mO7Awhi8UBTYuzEfCGK6CgiTqO/HjhMarqsOOG32VGA29PdsqmwJemSOTkVej367PNmEXff7LhyNY8+WlVQpOPLN8f/dkxhty6cPb923gaS+8JVUjncXHx78Qwf51m5ZTy6fV4TKZFol2dqkaWz/99/jT+AsgzE5AkTxYJjUZVjdTGAc80uQemoeThoHXYU6WZsYVDRPSTHGe0ultWkNW+0aHAznQYGDo3Fnofdfn2X7EXIpCChOLlBBfNxxUFqCi7LoJpiWQ6EkJ0E0oWSDSHCsS92HM= ceph-a15007fc-c513-11ee-95b6-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-06T17:18:57.975 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:18:57 smithi096 bash[35573]: audit 2024-02-06T17:18:57.024518+0000 mon.a (mon.0) 105 : audit [DBG] from='client.? 172.21.15.96:0/2041165873' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-06T17:18:57.987 INFO:teuthology.orchestra.run.smithi096.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDD5shq01brv/+wGO0UQj541wh+UDV0skKRbUXJ+3+QyHLNqP8Iqyycg+N6ZSuSeQsPzDl4vb5ctH0xRV6Syb5JZUMI4pNEdblG9Yd9RXiIqhWJjwS9BkVBSzeznlRQkAn+bXmVn3Kxi2Gpc4FITRowgCWQsz9cRD+7j9Pnw7UcNMHJZj05wtprPu2rscNX/pm533FDHl2TcVwrL9ZQwJzN1I8Z4Qy2Wkl3k6mO7Awhi8UBTYuzEfCGK6CgiTqO/HjhMarqsOOG32VGA29PdsqmwJemSOTkVej367PNmEXff7LhyNY8+WlVQpOPLN8f/dkxhty6cPb923gaS+8JVUjncXHx78Qwf51m5ZTy6fV4TKZFol2dqkaWz/99/jT+AsgzE5AkTxYJjUZVjdTGAc80uQemoeThoHXYU6WZsYVDRPSTHGe0ultWkNW+0aHAznQYGDo3Fnofdfn2X7EXIpCChOLlBBfNxxUFqCi7LoJpiWQ6EkJ0E0oWSDSHCsS92HM= ceph-a15007fc-c513-11ee-95b6-87774f69a715 2024-02-06T17:18:57.998 DEBUG:teuthology.orchestra.run.smithi102:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDD5shq01brv/+wGO0UQj541wh+UDV0skKRbUXJ+3+QyHLNqP8Iqyycg+N6ZSuSeQsPzDl4vb5ctH0xRV6Syb5JZUMI4pNEdblG9Yd9RXiIqhWJjwS9BkVBSzeznlRQkAn+bXmVn3Kxi2Gpc4FITRowgCWQsz9cRD+7j9Pnw7UcNMHJZj05wtprPu2rscNX/pm533FDHl2TcVwrL9ZQwJzN1I8Z4Qy2Wkl3k6mO7Awhi8UBTYuzEfCGK6CgiTqO/HjhMarqsOOG32VGA29PdsqmwJemSOTkVej367PNmEXff7LhyNY8+WlVQpOPLN8f/dkxhty6cPb923gaS+8JVUjncXHx78Qwf51m5ZTy6fV4TKZFol2dqkaWz/99/jT+AsgzE5AkTxYJjUZVjdTGAc80uQemoeThoHXYU6WZsYVDRPSTHGe0ultWkNW+0aHAznQYGDo3Fnofdfn2X7EXIpCChOLlBBfNxxUFqCi7LoJpiWQ6EkJ0E0oWSDSHCsS92HM= ceph-a15007fc-c513-11ee-95b6-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-06T17:18:58.043 INFO:teuthology.orchestra.run.smithi102.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDD5shq01brv/+wGO0UQj541wh+UDV0skKRbUXJ+3+QyHLNqP8Iqyycg+N6ZSuSeQsPzDl4vb5ctH0xRV6Syb5JZUMI4pNEdblG9Yd9RXiIqhWJjwS9BkVBSzeznlRQkAn+bXmVn3Kxi2Gpc4FITRowgCWQsz9cRD+7j9Pnw7UcNMHJZj05wtprPu2rscNX/pm533FDHl2TcVwrL9ZQwJzN1I8Z4Qy2Wkl3k6mO7Awhi8UBTYuzEfCGK6CgiTqO/HjhMarqsOOG32VGA29PdsqmwJemSOTkVej367PNmEXff7LhyNY8+WlVQpOPLN8f/dkxhty6cPb923gaS+8JVUjncXHx78Qwf51m5ZTy6fV4TKZFol2dqkaWz/99/jT+AsgzE5AkTxYJjUZVjdTGAc80uQemoeThoHXYU6WZsYVDRPSTHGe0ultWkNW+0aHAznQYGDo3Fnofdfn2X7EXIpCChOLlBBfNxxUFqCi7LoJpiWQ6EkJ0E0oWSDSHCsS92HM= ceph-a15007fc-c513-11ee-95b6-87774f69a715 2024-02-06T17:18:58.056 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi102 2024-02-06T17:18:58.056 DEBUG:teuthology.orchestra.run.smithi102:> set -ex 2024-02-06T17:18:58.056 DEBUG:teuthology.orchestra.run.smithi102:> dd of=/etc/ceph/ceph.conf 2024-02-06T17:18:58.077 DEBUG:teuthology.orchestra.run.smithi102:> set -ex 2024-02-06T17:18:58.077 DEBUG:teuthology.orchestra.run.smithi102:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-06T17:18:58.138 INFO:tasks.cephadm:Adding host smithi102 to orchestrator... 2024-02-06T17:18:58.140 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph orch host add smithi102 2024-02-06T17:19:11.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:10 smithi096 bash[35573]: cluster 2024-02-06T17:19:09.589782+0000 mgr.y (mgr.14140) 3 : cluster [DBG] pgmap v3: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:13.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:12 smithi096 bash[35573]: cluster 2024-02-06T17:19:11.590043+0000 mgr.y (mgr.14140) 4 : cluster [DBG] pgmap v4: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:15.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:14 smithi096 bash[35573]: cluster 2024-02-06T17:19:13.590388+0000 mgr.y (mgr.14140) 5 : cluster [DBG] pgmap v5: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:17.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:16 smithi096 bash[35573]: cluster 2024-02-06T17:19:15.590749+0000 mgr.y (mgr.14140) 6 : cluster [DBG] pgmap v6: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:18.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:18 smithi096 bash[35573]: cluster 2024-02-06T17:19:17.591019+0000 mgr.y (mgr.14140) 7 : cluster [DBG] pgmap v7: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:18.770 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:19:18 smithi096 bash[35806]: Warning: Permanently added 'smithi102,172.21.15.102' (ECDSA) to the list of known hosts. 2024-02-06T17:19:19.452 INFO:teuthology.orchestra.run.smithi102.stdout:Added host 'smithi102' 2024-02-06T17:19:20.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:19 smithi096 bash[35573]: audit 2024-02-06T17:19:18.447657+0000 mgr.y (mgr.14140) 8 : audit [DBG] from='client.14159 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi102", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:19:20.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:19 smithi096 bash[35573]: audit 2024-02-06T17:19:18.901637+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi096\": {\"hostname\": \"smithi096\", \"addr\": \"smithi096\", \"labels\": [], \"status\": \"\"}, \"smithi102\": {\"hostname\": \"smithi102\", \"addr\": \"smithi102\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-02-06T17:19:20.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:19 smithi096 bash[35573]: audit 2024-02-06T17:19:18.906112+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi096\": {\"hostname\": \"smithi096\", \"addr\": \"smithi096\", \"labels\": [], \"status\": \"\"}, \"smithi102\": {\"hostname\": \"smithi102\", \"addr\": \"smithi102\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-02-06T17:19:20.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:19 smithi096 bash[35573]: cephadm 2024-02-06T17:19:18.906488+0000 mgr.y (mgr.14140) 9 : cephadm [INF] Added host smithi102 2024-02-06T17:19:20.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:19 smithi096 bash[35573]: audit 2024-02-06T17:19:19.102035+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:19:20.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:19 smithi096 bash[35573]: audit 2024-02-06T17:19:19.106486+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:19:20.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:19 smithi096 bash[35573]: audit 2024-02-06T17:19:19.107201+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:19:20.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:19 smithi096 bash[35573]: audit 2024-02-06T17:19:19.283670+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-02-06T17:19:19.283328\", \"networks\": {}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:19:20.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:19 smithi096 bash[35573]: audit 2024-02-06T17:19:19.288116+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-02-06T17:19:19.283328\", \"networks\": {}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:19:20.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:19 smithi096 bash[35573]: audit 2024-02-06T17:19:19.288767+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:19:20.600 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph orch host ls --format=json 2024-02-06T17:19:21.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:20 smithi096 bash[35573]: cluster 2024-02-06T17:19:19.591263+0000 mgr.y (mgr.14140) 10 : cluster [DBG] pgmap v8: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:23.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:22 smithi096 bash[35573]: cluster 2024-02-06T17:19:21.591556+0000 mgr.y (mgr.14140) 11 : cluster [DBG] pgmap v9: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:23.380 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-02-06T17:19:23.380 INFO:teuthology.orchestra.run.smithi102.stdout:[{"addr": "smithi096", "hostname": "smithi096", "labels": [], "status": ""}, {"addr": "smithi102", "hostname": "smithi102", "labels": [], "status": ""}] 2024-02-06T17:19:24.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:23 smithi096 bash[35573]: audit 2024-02-06T17:19:23.580724+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:19:24.205 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-06T17:19:24.206 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph osd crush tunables default 2024-02-06T17:19:25.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:24 smithi096 bash[35573]: audit 2024-02-06T17:19:23.378643+0000 mgr.y (mgr.14140) 12 : audit [DBG] from='client.14161 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-06T17:19:25.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:24 smithi096 bash[35573]: cluster 2024-02-06T17:19:23.591990+0000 mgr.y (mgr.14140) 13 : cluster [DBG] pgmap v10: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:25.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:24 smithi096 bash[35573]: audit 2024-02-06T17:19:23.761892+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-02-06T17:19:19.283328\", \"last_device_update\": \"2024-02-06T17:19:23.761441\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:19:25.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:24 smithi096 bash[35573]: audit 2024-02-06T17:19:23.763583+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-02-06T17:19:19.283328\", \"last_device_update\": \"2024-02-06T17:19:23.761441\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:19:26.662 INFO:teuthology.orchestra.run.smithi096.stderr:adjusted tunables profile to default 2024-02-06T17:19:27.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:26 smithi096 bash[35573]: cluster 2024-02-06T17:19:25.592459+0000 mgr.y (mgr.14140) 14 : cluster [DBG] pgmap v11: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:27.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:26 smithi096 bash[35573]: audit 2024-02-06T17:19:26.280105+0000 mon.a (mon.0) 117 : audit [INF] from='client.? 172.21.15.96:0/780344559' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-06T17:19:27.346 INFO:tasks.cephadm:Adding mon.c on smithi096 2024-02-06T17:19:27.346 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph orch daemon add mon 'smithi096:[v2:172.21.15.96:3301,v1:172.21.15.96:6790]=c' 2024-02-06T17:19:28.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:27 smithi096 bash[35573]: audit 2024-02-06T17:19:26.658749+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.96:0/780344559' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-06T17:19:28.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:27 smithi096 bash[35573]: cluster 2024-02-06T17:19:26.658783+0000 mon.a (mon.0) 119 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-02-06T17:19:28.841 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:28 smithi096 bash[35573]: cluster 2024-02-06T17:19:27.592738+0000 mgr.y (mgr.14140) 15 : cluster [DBG] pgmap v13: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:29.878 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:29 smithi096 bash[35573]: audit 2024-02-06T17:19:29.189831+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T17:19:29.878 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:29 smithi096 bash[35573]: audit 2024-02-06T17:19:29.190376+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:19:29.878 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:29 smithi096 bash[35573]: audit 2024-02-06T17:19:29.190939+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.c", "key": "container_image"}]: dispatch 2024-02-06T17:19:30.874 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:30 smithi096 bash[35573]: audit 2024-02-06T17:19:29.188259+0000 mgr.y (mgr.14140) 16 : audit [DBG] from='client.14165 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi096:[v2:172.21.15.96:3301,v1:172.21.15.96:6790]=c", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:19:30.874 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:30 smithi096 bash[35573]: cephadm 2024-02-06T17:19:29.190754+0000 mgr.y (mgr.14140) 17 : cephadm [INF] Deploying daemon mon.c on smithi096 2024-02-06T17:19:30.874 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:30 smithi096 bash[35573]: cluster 2024-02-06T17:19:29.592986+0000 mgr.y (mgr.14140) 18 : cluster [DBG] pgmap v14: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:32.195 INFO:teuthology.orchestra.run.smithi096.stdout:Deployed mon.c on host 'smithi096' 2024-02-06T17:19:33.807 DEBUG:teuthology.orchestra.run.smithi096:mon.c> sudo journalctl -f -n 0 -u ceph-a15007fc-c513-11ee-95b6-87774f69a715@mon.c.service 2024-02-06T17:19:33.809 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-06T17:19:33.810 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-06T17:19:33.841 INFO:journalctl@ceph.mon.c.smithi096.stdout:-- Logs begin at Tue 2024-02-06 17:10:32 UTC. -- 2024-02-06T17:19:37.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:37 smithi096 bash[35573]: cluster 2024-02-06T17:19:32.388532+0000 mon.a (mon.0) 126 : cluster [INF] mon.a calling monitor election 2024-02-06T17:19:37.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:37 smithi096 bash[35573]: cluster 2024-02-06T17:19:33.593599+0000 mgr.y (mgr.14140) 20 : cluster [DBG] pgmap v16: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:37.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:37 smithi096 bash[38906]: cluster 2024-02-06T17:19:32.388532+0000 mon.a (mon.0) 126 : cluster [INF] mon.a calling monitor election 2024-02-06T17:19:37.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:37 smithi096 bash[38906]: cluster 2024-02-06T17:19:33.593599+0000 mgr.y (mgr.14140) 20 : cluster [DBG] pgmap v16: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:37.772 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:37 smithi096 bash[35573]: audit 2024-02-06T17:19:33.832968+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:33.832211\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:33.832288\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:33.832322\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}}, \"last_daemon_update\": \"2024-02-06T17:19:33.832415\", \"last_device_update\": \"2024-02-06T17:18:55.926343\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:19:37.772 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:37 smithi096 bash[35573]: cluster 2024-02-06T17:19:34.387226+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-02-06T17:19:37.772 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:37 smithi096 bash[35573]: cluster 2024-02-06T17:19:35.593852+0000 mgr.y (mgr.14140) 21 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:37.772 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:37 smithi096 bash[35573]: cluster 2024-02-06T17:19:37.414842+0000 mon.a (mon.0) 128 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-02-06T17:19:37.772 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:37 smithi096 bash[35573]: cluster 2024-02-06T17:19:37.418113+0000 mon.a (mon.0) 129 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0],c=[v2:172.21.15.96:3301/0,v1:172.21.15.96:6790/0]} 2024-02-06T17:19:37.772 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:37 smithi096 bash[35573]: cluster 2024-02-06T17:19:37.418154+0000 mon.a (mon.0) 130 : cluster [DBG] fsmap 2024-02-06T17:19:37.773 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:37 smithi096 bash[35573]: cluster 2024-02-06T17:19:37.418176+0000 mon.a (mon.0) 131 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-02-06T17:19:37.773 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:37 smithi096 bash[35573]: cluster 2024-02-06T17:19:37.418422+0000 mon.a (mon.0) 132 : cluster [DBG] mgrmap e13: y(active, since 48s) 2024-02-06T17:19:37.773 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:37 smithi096 bash[35573]: audit 2024-02-06T17:19:37.419274+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:33.832211\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:33.832288\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:33.832322\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}}, \"last_daemon_update\": \"2024-02-06T17:19:33.832415\", \"last_device_update\": \"2024-02-06T17:18:55.926343\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:19:37.773 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:37 smithi096 bash[35573]: cluster 2024-02-06T17:19:37.421673+0000 mon.a (mon.0) 134 : cluster [INF] overall HEALTH_OK 2024-02-06T17:19:37.773 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:37 smithi096 bash[35573]: audit 2024-02-06T17:19:37.424043+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:33.832211\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:33.832288\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:33.832322\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}}, \"last_daemon_update\": \"2024-02-06T17:19:33.832415\", \"last_device_update\": \"2024-02-06T17:18:55.926343\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:19:37.773 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:37 smithi096 bash[38906]: audit 2024-02-06T17:19:33.832968+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:33.832211\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:33.832288\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:33.832322\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}}, \"last_daemon_update\": \"2024-02-06T17:19:33.832415\", \"last_device_update\": \"2024-02-06T17:18:55.926343\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:19:37.773 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:37 smithi096 bash[38906]: cluster 2024-02-06T17:19:34.387226+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-02-06T17:19:37.773 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:37 smithi096 bash[38906]: cluster 2024-02-06T17:19:35.593852+0000 mgr.y (mgr.14140) 21 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:37.773 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:37 smithi096 bash[38906]: cluster 2024-02-06T17:19:37.414842+0000 mon.a (mon.0) 128 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-02-06T17:19:37.773 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:37 smithi096 bash[38906]: cluster 2024-02-06T17:19:37.418113+0000 mon.a (mon.0) 129 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0],c=[v2:172.21.15.96:3301/0,v1:172.21.15.96:6790/0]} 2024-02-06T17:19:37.773 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:37 smithi096 bash[38906]: cluster 2024-02-06T17:19:37.418154+0000 mon.a (mon.0) 130 : cluster [DBG] fsmap 2024-02-06T17:19:37.774 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:37 smithi096 bash[38906]: cluster 2024-02-06T17:19:37.418176+0000 mon.a (mon.0) 131 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-02-06T17:19:37.774 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:37 smithi096 bash[38906]: cluster 2024-02-06T17:19:37.418422+0000 mon.a (mon.0) 132 : cluster [DBG] mgrmap e13: y(active, since 48s) 2024-02-06T17:19:37.774 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:37 smithi096 bash[38906]: audit 2024-02-06T17:19:37.419274+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:33.832211\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:33.832288\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:33.832322\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}}, \"last_daemon_update\": \"2024-02-06T17:19:33.832415\", \"last_device_update\": \"2024-02-06T17:18:55.926343\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:19:37.774 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:37 smithi096 bash[38906]: cluster 2024-02-06T17:19:37.421673+0000 mon.a (mon.0) 134 : cluster [INF] overall HEALTH_OK 2024-02-06T17:19:37.774 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:37 smithi096 bash[38906]: audit 2024-02-06T17:19:37.424043+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:33.832211\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:33.832288\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:33.832322\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}}, \"last_daemon_update\": \"2024-02-06T17:19:33.832415\", \"last_device_update\": \"2024-02-06T17:18:55.926343\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:19:38.204 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-06T17:19:38.204 INFO:teuthology.orchestra.run.smithi096.stdout:{"epoch":2,"fsid":"a15007fc-c513-11ee-95b6-87774f69a715","modified":"2024-02-06T17:19:32.386530Z","created":"2024-02-06T17:18:05.499050Z","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.96:3300","nonce":0},{"type":"v1","addr":"172.21.15.96:6789","nonce":0}]},"addr":"172.21.15.96:6789/0","public_addr":"172.21.15.96:6789/0","priority":0,"weight":0},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:3301","nonce":0},{"type":"v1","addr":"172.21.15.96:6790","nonce":0}]},"addr":"172.21.15.96:6790/0","public_addr":"172.21.15.96:6790/0","priority":0,"weight":0}],"quorum":[0,1]} 2024-02-06T17:19:38.205 INFO:teuthology.orchestra.run.smithi096.stderr:dumped monmap epoch 2 2024-02-06T17:19:38.520 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:38 smithi096 bash[38906]: cluster 2024-02-06T17:19:37.594144+0000 mgr.y (mgr.14140) 22 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:38.520 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:38 smithi096 bash[38906]: audit 2024-02-06T17:19:38.203288+0000 mon.a (mon.0) 136 : audit [DBG] from='client.? 172.21.15.96:0/2651938419' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-06T17:19:38.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:38 smithi096 bash[35573]: cluster 2024-02-06T17:19:37.594144+0000 mgr.y (mgr.14140) 22 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:38.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:38 smithi096 bash[35573]: audit 2024-02-06T17:19:38.203288+0000 mon.a (mon.0) 136 : audit [DBG] from='client.? 172.21.15.96:0/2651938419' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-06T17:19:38.793 INFO:tasks.cephadm:Adding mon.b on smithi102 2024-02-06T17:19:38.794 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph orch daemon add mon smithi102:172.21.15.102=b 2024-02-06T17:19:41.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:40 smithi096 bash[35573]: cluster 2024-02-06T17:19:39.594482+0000 mgr.y (mgr.14140) 23 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:41.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:40 smithi096 bash[38906]: cluster 2024-02-06T17:19:39.594482+0000 mgr.y (mgr.14140) 23 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:42.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:41 smithi096 bash[35573]: audit 2024-02-06T17:19:40.957468+0000 mgr.y (mgr.14140) 24 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi102:172.21.15.102=b", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:19:42.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:41 smithi096 bash[35573]: audit 2024-02-06T17:19:40.958881+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T17:19:42.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:41 smithi096 bash[35573]: audit 2024-02-06T17:19:40.959603+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:19:42.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:41 smithi096 bash[35573]: cephadm 2024-02-06T17:19:40.960125+0000 mgr.y (mgr.14140) 25 : cephadm [INF] Deploying daemon mon.b on smithi102 2024-02-06T17:19:42.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:41 smithi096 bash[35573]: audit 2024-02-06T17:19:40.960384+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2024-02-06T17:19:42.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:41 smithi096 bash[38906]: audit 2024-02-06T17:19:40.957468+0000 mgr.y (mgr.14140) 24 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi102:172.21.15.102=b", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:19:42.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:41 smithi096 bash[38906]: audit 2024-02-06T17:19:40.958881+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T17:19:42.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:41 smithi096 bash[38906]: audit 2024-02-06T17:19:40.959603+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:19:42.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:41 smithi096 bash[38906]: cephadm 2024-02-06T17:19:40.960125+0000 mgr.y (mgr.14140) 25 : cephadm [INF] Deploying daemon mon.b on smithi102 2024-02-06T17:19:42.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:41 smithi096 bash[38906]: audit 2024-02-06T17:19:40.960384+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2024-02-06T17:19:43.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:42 smithi096 bash[35573]: cluster 2024-02-06T17:19:41.594803+0000 mgr.y (mgr.14140) 26 : cluster [DBG] pgmap v20: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:43.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:42 smithi096 bash[38906]: cluster 2024-02-06T17:19:41.594803+0000 mgr.y (mgr.14140) 26 : cluster [DBG] pgmap v20: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:45.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:44 smithi096 bash[35573]: cluster 2024-02-06T17:19:43.595132+0000 mgr.y (mgr.14140) 27 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:45.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:44 smithi096 bash[38906]: cluster 2024-02-06T17:19:43.595132+0000 mgr.y (mgr.14140) 27 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:47.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:46 smithi096 bash[35573]: cluster 2024-02-06T17:19:45.595478+0000 mgr.y (mgr.14140) 28 : cluster [DBG] pgmap v22: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:47.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:46 smithi096 bash[38906]: cluster 2024-02-06T17:19:45.595478+0000 mgr.y (mgr.14140) 28 : cluster [DBG] pgmap v22: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:49.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:48 smithi096 bash[35573]: cluster 2024-02-06T17:19:47.595868+0000 mgr.y (mgr.14140) 29 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:49.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:48 smithi096 bash[38906]: cluster 2024-02-06T17:19:47.595868+0000 mgr.y (mgr.14140) 29 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:50.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:49 smithi096 bash[35573]: cluster 2024-02-06T17:19:49.653707+0000 mon.a (mon.0) 140 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-02-06T17:19:50.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:49 smithi096 bash[38906]: cluster 2024-02-06T17:19:49.653707+0000 mon.a (mon.0) 140 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-02-06T17:19:51.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:50 smithi096 bash[35573]: cluster 2024-02-06T17:19:49.596247+0000 mgr.y (mgr.14140) 30 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:51.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:50 smithi096 bash[38906]: cluster 2024-02-06T17:19:49.596247+0000 mgr.y (mgr.14140) 30 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:53.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:52 smithi096 bash[35573]: cluster 2024-02-06T17:19:51.596595+0000 mgr.y (mgr.14140) 31 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:53.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:52 smithi096 bash[38906]: cluster 2024-02-06T17:19:51.596595+0000 mgr.y (mgr.14140) 31 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:53.978 INFO:teuthology.orchestra.run.smithi102.stdout:Deployed mon.b on host 'smithi102' 2024-02-06T17:19:54.776 DEBUG:teuthology.orchestra.run.smithi102:mon.b> sudo journalctl -f -n 0 -u ceph-a15007fc-c513-11ee-95b6-87774f69a715@mon.b.service 2024-02-06T17:19:54.779 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-02-06T17:19:54.779 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph mon dump -f json 2024-02-06T17:19:54.809 INFO:journalctl@ceph.mon.b.smithi102.stdout:-- Logs begin at Tue 2024-02-06 17:10:25 UTC. -- 2024-02-06T17:19:58.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:19:58 smithi102 bash[35648]: cluster 2024-02-06T17:19:53.346245+0000 mon.a (mon.0) 144 : cluster [INF] mon.a calling monitor election 2024-02-06T17:19:58.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:19:58 smithi102 bash[35648]: cluster 2024-02-06T17:19:53.353953+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-02-06T17:19:58.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:19:58 smithi102 bash[35648]: cluster 2024-02-06T17:19:53.597014+0000 mgr.y (mgr.14140) 32 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:58.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:19:58 smithi102 bash[35648]: audit 2024-02-06T17:19:54.187638+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:54.186974\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}}, \"last_daemon_update\": \"2024-02-06T17:19:54.187111\", \"last_device_update\": \"2024-02-06T17:19:23.761441\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:19:58.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:19:58 smithi102 bash[35648]: cluster 2024-02-06T17:19:55.343822+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-02-06T17:19:58.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:19:58 smithi102 bash[35648]: cluster 2024-02-06T17:19:55.597481+0000 mgr.y (mgr.14140) 33 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:58.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:19:58 smithi102 bash[35648]: cluster 2024-02-06T17:19:57.597888+0000 mgr.y (mgr.14140) 34 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:58.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:19:58 smithi102 bash[35648]: cluster 2024-02-06T17:19:58.375602+0000 mon.a (mon.0) 146 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-02-06T17:19:58.691 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:19:58 smithi102 bash[35648]: cluster 2024-02-06T17:19:58.378768+0000 mon.a (mon.0) 147 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0],b=[v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0],c=[v2:172.21.15.96:3301/0,v1:172.21.15.96:6790/0]} 2024-02-06T17:19:58.691 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:19:58 smithi102 bash[35648]: cluster 2024-02-06T17:19:58.378812+0000 mon.a (mon.0) 148 : cluster [DBG] fsmap 2024-02-06T17:19:58.691 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:19:58 smithi102 bash[35648]: cluster 2024-02-06T17:19:58.378845+0000 mon.a (mon.0) 149 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-02-06T17:19:58.691 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:19:58 smithi102 bash[35648]: cluster 2024-02-06T17:19:58.379061+0000 mon.a (mon.0) 150 : cluster [DBG] mgrmap e13: y(active, since 69s) 2024-02-06T17:19:58.691 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:19:58 smithi102 bash[35648]: audit 2024-02-06T17:19:58.379885+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:54.186974\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}}, \"last_daemon_update\": \"2024-02-06T17:19:54.187111\", \"last_device_update\": \"2024-02-06T17:19:23.761441\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:19:58.691 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:19:58 smithi102 bash[35648]: cluster 2024-02-06T17:19:58.384037+0000 mon.a (mon.0) 152 : cluster [WRN] overall HEALTH_WARN Reduced data availability: 1 pg inactive 2024-02-06T17:19:58.691 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:19:58 smithi102 bash[35648]: audit 2024-02-06T17:19:58.389444+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:54.186974\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}}, \"last_daemon_update\": \"2024-02-06T17:19:54.187111\", \"last_device_update\": \"2024-02-06T17:19:23.761441\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:19:58.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:58 smithi096 bash[38906]: cluster 2024-02-06T17:19:53.346245+0000 mon.a (mon.0) 144 : cluster [INF] mon.a calling monitor election 2024-02-06T17:19:58.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:58 smithi096 bash[38906]: cluster 2024-02-06T17:19:53.353953+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-02-06T17:19:58.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:58 smithi096 bash[38906]: cluster 2024-02-06T17:19:53.597014+0000 mgr.y (mgr.14140) 32 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:58.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:58 smithi096 bash[38906]: audit 2024-02-06T17:19:54.187638+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:54.186974\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}}, \"last_daemon_update\": \"2024-02-06T17:19:54.187111\", \"last_device_update\": \"2024-02-06T17:19:23.761441\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:19:58.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:58 smithi096 bash[38906]: cluster 2024-02-06T17:19:55.343822+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-02-06T17:19:58.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:58 smithi096 bash[38906]: cluster 2024-02-06T17:19:55.597481+0000 mgr.y (mgr.14140) 33 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:58.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:58 smithi096 bash[38906]: cluster 2024-02-06T17:19:57.597888+0000 mgr.y (mgr.14140) 34 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:58.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:58 smithi096 bash[38906]: cluster 2024-02-06T17:19:58.375602+0000 mon.a (mon.0) 146 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-02-06T17:19:58.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:58 smithi096 bash[35573]: cluster 2024-02-06T17:19:53.346245+0000 mon.a (mon.0) 144 : cluster [INF] mon.a calling monitor election 2024-02-06T17:19:58.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:58 smithi096 bash[35573]: cluster 2024-02-06T17:19:53.353953+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-02-06T17:19:58.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:58 smithi096 bash[35573]: cluster 2024-02-06T17:19:53.597014+0000 mgr.y (mgr.14140) 32 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:58.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:58 smithi096 bash[35573]: audit 2024-02-06T17:19:54.187638+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:54.186974\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}}, \"last_daemon_update\": \"2024-02-06T17:19:54.187111\", \"last_device_update\": \"2024-02-06T17:19:23.761441\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:19:58.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:58 smithi096 bash[35573]: cluster 2024-02-06T17:19:55.343822+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-02-06T17:19:58.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:58 smithi096 bash[35573]: cluster 2024-02-06T17:19:55.597481+0000 mgr.y (mgr.14140) 33 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:58.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:58 smithi096 bash[35573]: cluster 2024-02-06T17:19:57.597888+0000 mgr.y (mgr.14140) 34 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:19:58.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:58 smithi096 bash[35573]: cluster 2024-02-06T17:19:58.375602+0000 mon.a (mon.0) 146 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-02-06T17:19:58.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:58 smithi096 bash[38906]: cluster 2024-02-06T17:19:58.378768+0000 mon.a (mon.0) 147 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0],b=[v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0],c=[v2:172.21.15.96:3301/0,v1:172.21.15.96:6790/0]} 2024-02-06T17:19:58.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:58 smithi096 bash[38906]: cluster 2024-02-06T17:19:58.378812+0000 mon.a (mon.0) 148 : cluster [DBG] fsmap 2024-02-06T17:19:58.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:58 smithi096 bash[38906]: cluster 2024-02-06T17:19:58.378845+0000 mon.a (mon.0) 149 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-02-06T17:19:58.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:58 smithi096 bash[38906]: cluster 2024-02-06T17:19:58.379061+0000 mon.a (mon.0) 150 : cluster [DBG] mgrmap e13: y(active, since 69s) 2024-02-06T17:19:58.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:58 smithi096 bash[38906]: audit 2024-02-06T17:19:58.379885+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:54.186974\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}}, \"last_daemon_update\": \"2024-02-06T17:19:54.187111\", \"last_device_update\": \"2024-02-06T17:19:23.761441\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:19:58.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:58 smithi096 bash[38906]: cluster 2024-02-06T17:19:58.384037+0000 mon.a (mon.0) 152 : cluster [WRN] overall HEALTH_WARN Reduced data availability: 1 pg inactive 2024-02-06T17:19:58.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:58 smithi096 bash[38906]: audit 2024-02-06T17:19:58.389444+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:54.186974\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}}, \"last_daemon_update\": \"2024-02-06T17:19:54.187111\", \"last_device_update\": \"2024-02-06T17:19:23.761441\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:19:58.772 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:58 smithi096 bash[35573]: cluster 2024-02-06T17:19:58.378768+0000 mon.a (mon.0) 147 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0],b=[v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0],c=[v2:172.21.15.96:3301/0,v1:172.21.15.96:6790/0]} 2024-02-06T17:19:58.773 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:58 smithi096 bash[35573]: cluster 2024-02-06T17:19:58.378812+0000 mon.a (mon.0) 148 : cluster [DBG] fsmap 2024-02-06T17:19:58.773 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:58 smithi096 bash[35573]: cluster 2024-02-06T17:19:58.378845+0000 mon.a (mon.0) 149 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-02-06T17:19:58.773 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:58 smithi096 bash[35573]: cluster 2024-02-06T17:19:58.379061+0000 mon.a (mon.0) 150 : cluster [DBG] mgrmap e13: y(active, since 69s) 2024-02-06T17:19:58.773 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:58 smithi096 bash[35573]: audit 2024-02-06T17:19:58.379885+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:54.186974\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}}, \"last_daemon_update\": \"2024-02-06T17:19:54.187111\", \"last_device_update\": \"2024-02-06T17:19:23.761441\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:19:58.773 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:58 smithi096 bash[35573]: cluster 2024-02-06T17:19:58.384037+0000 mon.a (mon.0) 152 : cluster [WRN] overall HEALTH_WARN Reduced data availability: 1 pg inactive 2024-02-06T17:19:58.773 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:58 smithi096 bash[35573]: audit 2024-02-06T17:19:58.389444+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:54.186974\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}}, \"last_daemon_update\": \"2024-02-06T17:19:54.187111\", \"last_device_update\": \"2024-02-06T17:19:23.761441\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:19:59.134 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-02-06T17:19:59.134 INFO:teuthology.orchestra.run.smithi102.stdout:{"epoch":3,"fsid":"a15007fc-c513-11ee-95b6-87774f69a715","modified":"2024-02-06T17:19:53.342844Z","created":"2024-02-06T17:18:05.499050Z","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.96:3300","nonce":0},{"type":"v1","addr":"172.21.15.96:6789","nonce":0}]},"addr":"172.21.15.96:6789/0","public_addr":"172.21.15.96:6789/0","priority":0,"weight":0},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:3301","nonce":0},{"type":"v1","addr":"172.21.15.96:6790","nonce":0}]},"addr":"172.21.15.96:6790/0","public_addr":"172.21.15.96:6790/0","priority":0,"weight":0},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:3300","nonce":0},{"type":"v1","addr":"172.21.15.102:6789","nonce":0}]},"addr":"172.21.15.102:6789/0","public_addr":"172.21.15.102:6789/0","priority":0,"weight":0}],"quorum":[0,1,2]} 2024-02-06T17:19:59.135 INFO:teuthology.orchestra.run.smithi102.stderr:dumped monmap epoch 3 2024-02-06T17:19:59.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:19:59 smithi102 bash[35648]: audit 2024-02-06T17:19:59.133039+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.102:0/605435316' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-06T17:19:59.703 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-06T17:19:59.703 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph config generate-minimal-conf 2024-02-06T17:20:00.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:19:59 smithi096 bash[35573]: audit 2024-02-06T17:19:59.133039+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.102:0/605435316' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-06T17:20:00.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:19:59 smithi096 bash[38906]: audit 2024-02-06T17:19:59.133039+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.102:0/605435316' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-06T17:20:00.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:00 smithi102 bash[35648]: cluster 2024-02-06T17:19:59.598178+0000 mgr.y (mgr.14140) 35 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:00.967 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:00 smithi096 bash[35573]: cluster 2024-02-06T17:19:59.598178+0000 mgr.y (mgr.14140) 35 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:00.967 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:00 smithi096 bash[38906]: cluster 2024-02-06T17:19:59.598178+0000 mgr.y (mgr.14140) 35 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:01.553 INFO:teuthology.orchestra.run.smithi096.stdout:# minimal ceph.conf for a15007fc-c513-11ee-95b6-87774f69a715 2024-02-06T17:20:01.553 INFO:teuthology.orchestra.run.smithi096.stdout:[global] 2024-02-06T17:20:01.553 INFO:teuthology.orchestra.run.smithi096.stdout: fsid = a15007fc-c513-11ee-95b6-87774f69a715 2024-02-06T17:20:01.553 INFO:teuthology.orchestra.run.smithi096.stdout: mon_host = [v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0] [v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0] [v2:172.21.15.96:3301/0,v1:172.21.15.96:6790/0] 2024-02-06T17:20:01.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:01 smithi102 bash[35648]: audit 2024-02-06T17:20:01.552369+0000 mon.a (mon.0) 155 : audit [DBG] from='client.? 172.21.15.96:0/1191637950' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:20:01.996 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:01 smithi096 bash[38906]: audit 2024-02-06T17:20:01.552369+0000 mon.a (mon.0) 155 : audit [DBG] from='client.? 172.21.15.96:0/1191637950' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:20:01.996 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:01 smithi096 bash[35573]: audit 2024-02-06T17:20:01.552369+0000 mon.a (mon.0) 155 : audit [DBG] from='client.? 172.21.15.96:0/1191637950' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:20:02.196 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-06T17:20:02.196 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2024-02-06T17:20:02.197 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd of=/etc/ceph/ceph.conf 2024-02-06T17:20:02.229 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2024-02-06T17:20:02.229 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-06T17:20:02.296 DEBUG:teuthology.orchestra.run.smithi102:> set -ex 2024-02-06T17:20:02.296 DEBUG:teuthology.orchestra.run.smithi102:> sudo dd of=/etc/ceph/ceph.conf 2024-02-06T17:20:02.334 DEBUG:teuthology.orchestra.run.smithi102:> set -ex 2024-02-06T17:20:02.334 DEBUG:teuthology.orchestra.run.smithi102:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-06T17:20:02.409 INFO:tasks.cephadm:Adding mgr.y on smithi096 2024-02-06T17:20:02.409 INFO:tasks.cephadm:Adding mgr.x on smithi102 2024-02-06T17:20:02.409 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph orch apply mgr '2;smithi096=y;smithi102=x' 2024-02-06T17:20:02.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:02 smithi102 bash[35648]: cluster 2024-02-06T17:20:01.598507+0000 mgr.y (mgr.14140) 36 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:03.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:02 smithi096 bash[35573]: cluster 2024-02-06T17:20:01.598507+0000 mgr.y (mgr.14140) 36 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:03.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:02 smithi096 bash[38906]: cluster 2024-02-06T17:20:01.598507+0000 mgr.y (mgr.14140) 36 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:04.215 INFO:teuthology.orchestra.run.smithi102.stdout:Scheduled mgr update... 2024-02-06T17:20:04.918 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:04 smithi102 bash[35648]: cluster 2024-02-06T17:20:03.598883+0000 mgr.y (mgr.14140) 37 : cluster [DBG] pgmap v31: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:04.918 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:04 smithi102 bash[35648]: audit 2024-02-06T17:20:04.210138+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-02-06T17:20:04.209751\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi096\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi102\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2024-02-06T17:20:04.918 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:04 smithi102 bash[35648]: audit 2024-02-06T17:20:04.212676+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-02-06T17:20:04.209751\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi096\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi102\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2024-02-06T17:20:04.918 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:04 smithi102 bash[35648]: audit 2024-02-06T17:20:04.214045+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-06T17:20:04.918 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:04 smithi102 bash[35648]: audit 2024-02-06T17:20:04.217239+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-06T17:20:04.918 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:04 smithi102 bash[35648]: audit 2024-02-06T17:20:04.218063+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:20:04.919 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:04 smithi102 bash[35648]: audit 2024-02-06T17:20:04.218977+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-02-06T17:20:05.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:04 smithi096 bash[35573]: cluster 2024-02-06T17:20:03.598883+0000 mgr.y (mgr.14140) 37 : cluster [DBG] pgmap v31: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:05.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:04 smithi096 bash[35573]: audit 2024-02-06T17:20:04.210138+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-02-06T17:20:04.209751\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi096\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi102\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2024-02-06T17:20:05.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:04 smithi096 bash[35573]: audit 2024-02-06T17:20:04.212676+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-02-06T17:20:04.209751\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi096\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi102\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2024-02-06T17:20:05.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:04 smithi096 bash[35573]: audit 2024-02-06T17:20:04.214045+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-06T17:20:05.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:04 smithi096 bash[35573]: audit 2024-02-06T17:20:04.217239+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-06T17:20:05.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:04 smithi096 bash[35573]: audit 2024-02-06T17:20:04.218063+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:20:05.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:04 smithi096 bash[35573]: audit 2024-02-06T17:20:04.218977+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-02-06T17:20:05.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:04 smithi096 bash[38906]: cluster 2024-02-06T17:20:03.598883+0000 mgr.y (mgr.14140) 37 : cluster [DBG] pgmap v31: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:05.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:04 smithi096 bash[38906]: audit 2024-02-06T17:20:04.210138+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-02-06T17:20:04.209751\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi096\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi102\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2024-02-06T17:20:05.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:04 smithi096 bash[38906]: audit 2024-02-06T17:20:04.212676+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-02-06T17:20:04.209751\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi096\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi102\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2024-02-06T17:20:05.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:04 smithi096 bash[38906]: audit 2024-02-06T17:20:04.214045+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-06T17:20:05.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:04 smithi096 bash[38906]: audit 2024-02-06T17:20:04.217239+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-06T17:20:05.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:04 smithi096 bash[38906]: audit 2024-02-06T17:20:04.218063+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:20:05.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:04 smithi096 bash[38906]: audit 2024-02-06T17:20:04.218977+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-02-06T17:20:05.452 DEBUG:teuthology.orchestra.run.smithi102:mgr.x> sudo journalctl -f -n 0 -u ceph-a15007fc-c513-11ee-95b6-87774f69a715@mgr.x.service 2024-02-06T17:20:05.454 INFO:tasks.cephadm:Deploying OSDs... 2024-02-06T17:20:05.454 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2024-02-06T17:20:05.455 DEBUG:teuthology.orchestra.run.smithi096:> dd if=/scratch_devs of=/dev/stdout 2024-02-06T17:20:05.476 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-02-06T17:20:05.477 DEBUG:teuthology.orchestra.run.smithi096:> stat /dev/vg_nvme/lv_1 2024-02-06T17:20:05.482 INFO:journalctl@ceph.mgr.x.smithi102.stdout:-- Logs begin at Tue 2024-02-06 17:10:25 UTC. -- 2024-02-06T17:20:05.538 INFO:teuthology.orchestra.run.smithi096.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-06T17:20:05.538 INFO:teuthology.orchestra.run.smithi096.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-06T17:20:05.538 INFO:teuthology.orchestra.run.smithi096.stdout:Device: 6h/6d Inode: 165324 Links: 1 2024-02-06T17:20:05.538 INFO:teuthology.orchestra.run.smithi096.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-06T17:20:05.538 INFO:teuthology.orchestra.run.smithi096.stdout:Context: system_u:object_r:device_t:s0 2024-02-06T17:20:05.538 INFO:teuthology.orchestra.run.smithi096.stdout:Access: 2024-02-06 17:19:31.892437498 +0000 2024-02-06T17:20:05.538 INFO:teuthology.orchestra.run.smithi096.stdout:Modify: 2024-02-06 17:16:06.700479648 +0000 2024-02-06T17:20:05.538 INFO:teuthology.orchestra.run.smithi096.stdout:Change: 2024-02-06 17:16:06.700479648 +0000 2024-02-06T17:20:05.538 INFO:teuthology.orchestra.run.smithi096.stdout: Birth: - 2024-02-06T17:20:05.539 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-06T17:20:05.608 INFO:teuthology.orchestra.run.smithi096.stderr:1+0 records in 2024-02-06T17:20:05.609 INFO:teuthology.orchestra.run.smithi096.stderr:1+0 records out 2024-02-06T17:20:05.609 INFO:teuthology.orchestra.run.smithi096.stderr:512 bytes copied, 0.000218623 s, 2.3 MB/s 2024-02-06T17:20:05.610 DEBUG:teuthology.orchestra.run.smithi096:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-06T17:20:05.671 DEBUG:teuthology.orchestra.run.smithi096:> stat /dev/vg_nvme/lv_2 2024-02-06T17:20:05.730 INFO:teuthology.orchestra.run.smithi096.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-06T17:20:05.730 INFO:teuthology.orchestra.run.smithi096.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-06T17:20:05.730 INFO:teuthology.orchestra.run.smithi096.stdout:Device: 6h/6d Inode: 167367 Links: 1 2024-02-06T17:20:05.730 INFO:teuthology.orchestra.run.smithi096.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-06T17:20:05.730 INFO:teuthology.orchestra.run.smithi096.stdout:Context: system_u:object_r:device_t:s0 2024-02-06T17:20:05.730 INFO:teuthology.orchestra.run.smithi096.stdout:Access: 2024-02-06 17:19:31.892437498 +0000 2024-02-06T17:20:05.730 INFO:teuthology.orchestra.run.smithi096.stdout:Modify: 2024-02-06 17:16:07.047471835 +0000 2024-02-06T17:20:05.730 INFO:teuthology.orchestra.run.smithi096.stdout:Change: 2024-02-06 17:16:07.047471835 +0000 2024-02-06T17:20:05.731 INFO:teuthology.orchestra.run.smithi096.stdout: Birth: - 2024-02-06T17:20:05.731 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-06T17:20:05.798 INFO:teuthology.orchestra.run.smithi096.stderr:1+0 records in 2024-02-06T17:20:05.798 INFO:teuthology.orchestra.run.smithi096.stderr:1+0 records out 2024-02-06T17:20:05.798 INFO:teuthology.orchestra.run.smithi096.stderr:512 bytes copied, 0.000248676 s, 2.1 MB/s 2024-02-06T17:20:05.800 DEBUG:teuthology.orchestra.run.smithi096:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-06T17:20:05.859 DEBUG:teuthology.orchestra.run.smithi096:> stat /dev/vg_nvme/lv_3 2024-02-06T17:20:05.869 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:05 smithi102 bash[35648]: audit 2024-02-06T17:20:04.209120+0000 mgr.y (mgr.14140) 38 : audit [DBG] from='client.34103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi096=y;smithi102=x", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:20:05.869 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:05 smithi102 bash[35648]: cephadm 2024-02-06T17:20:04.209733+0000 mgr.y (mgr.14140) 39 : cephadm [INF] Saving service mgr spec with placement count:2 smithi096=y,smithi102=x 2024-02-06T17:20:05.869 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:05 smithi102 bash[35648]: cephadm 2024-02-06T17:20:04.218656+0000 mgr.y (mgr.14140) 40 : cephadm [INF] Deploying daemon mgr.x on smithi102 2024-02-06T17:20:05.918 INFO:teuthology.orchestra.run.smithi096.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-06T17:20:05.918 INFO:teuthology.orchestra.run.smithi096.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-06T17:20:05.918 INFO:teuthology.orchestra.run.smithi096.stdout:Device: 6h/6d Inode: 167420 Links: 1 2024-02-06T17:20:05.918 INFO:teuthology.orchestra.run.smithi096.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-06T17:20:05.918 INFO:teuthology.orchestra.run.smithi096.stdout:Context: system_u:object_r:device_t:s0 2024-02-06T17:20:05.918 INFO:teuthology.orchestra.run.smithi096.stdout:Access: 2024-02-06 17:19:31.892437498 +0000 2024-02-06T17:20:05.918 INFO:teuthology.orchestra.run.smithi096.stdout:Modify: 2024-02-06 17:16:07.401463864 +0000 2024-02-06T17:20:05.918 INFO:teuthology.orchestra.run.smithi096.stdout:Change: 2024-02-06 17:16:07.401463864 +0000 2024-02-06T17:20:05.918 INFO:teuthology.orchestra.run.smithi096.stdout: Birth: - 2024-02-06T17:20:05.918 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-06T17:20:05.982 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:05 smithi096 bash[35573]: audit 2024-02-06T17:20:04.209120+0000 mgr.y (mgr.14140) 38 : audit [DBG] from='client.34103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi096=y;smithi102=x", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:20:05.982 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:05 smithi096 bash[35573]: cephadm 2024-02-06T17:20:04.209733+0000 mgr.y (mgr.14140) 39 : cephadm [INF] Saving service mgr spec with placement count:2 smithi096=y,smithi102=x 2024-02-06T17:20:05.982 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:05 smithi096 bash[35573]: cephadm 2024-02-06T17:20:04.218656+0000 mgr.y (mgr.14140) 40 : cephadm [INF] Deploying daemon mgr.x on smithi102 2024-02-06T17:20:05.983 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:05 smithi096 bash[38906]: audit 2024-02-06T17:20:04.209120+0000 mgr.y (mgr.14140) 38 : audit [DBG] from='client.34103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi096=y;smithi102=x", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:20:05.983 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:05 smithi096 bash[38906]: cephadm 2024-02-06T17:20:04.209733+0000 mgr.y (mgr.14140) 39 : cephadm [INF] Saving service mgr spec with placement count:2 smithi096=y,smithi102=x 2024-02-06T17:20:05.983 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:05 smithi096 bash[38906]: cephadm 2024-02-06T17:20:04.218656+0000 mgr.y (mgr.14140) 40 : cephadm [INF] Deploying daemon mgr.x on smithi102 2024-02-06T17:20:05.984 INFO:teuthology.orchestra.run.smithi096.stderr:1+0 records in 2024-02-06T17:20:05.984 INFO:teuthology.orchestra.run.smithi096.stderr:1+0 records out 2024-02-06T17:20:05.984 INFO:teuthology.orchestra.run.smithi096.stderr:512 bytes copied, 0.000180639 s, 2.8 MB/s 2024-02-06T17:20:05.985 DEBUG:teuthology.orchestra.run.smithi096:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-06T17:20:06.045 DEBUG:teuthology.orchestra.run.smithi096:> stat /dev/vg_nvme/lv_4 2024-02-06T17:20:06.104 INFO:teuthology.orchestra.run.smithi096.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-06T17:20:06.104 INFO:teuthology.orchestra.run.smithi096.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-06T17:20:06.104 INFO:teuthology.orchestra.run.smithi096.stdout:Device: 6h/6d Inode: 167515 Links: 1 2024-02-06T17:20:06.104 INFO:teuthology.orchestra.run.smithi096.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-06T17:20:06.104 INFO:teuthology.orchestra.run.smithi096.stdout:Context: system_u:object_r:device_t:s0 2024-02-06T17:20:06.104 INFO:teuthology.orchestra.run.smithi096.stdout:Access: 2024-02-06 17:19:31.892437498 +0000 2024-02-06T17:20:06.104 INFO:teuthology.orchestra.run.smithi096.stdout:Modify: 2024-02-06 17:16:07.732456411 +0000 2024-02-06T17:20:06.104 INFO:teuthology.orchestra.run.smithi096.stdout:Change: 2024-02-06 17:16:07.732456411 +0000 2024-02-06T17:20:06.104 INFO:teuthology.orchestra.run.smithi096.stdout: Birth: - 2024-02-06T17:20:06.104 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-06T17:20:06.120 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:20:06 smithi102 systemd[1]: Starting Ceph mgr.x for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:20:06.170 INFO:teuthology.orchestra.run.smithi096.stderr:1+0 records in 2024-02-06T17:20:06.170 INFO:teuthology.orchestra.run.smithi096.stderr:1+0 records out 2024-02-06T17:20:06.170 INFO:teuthology.orchestra.run.smithi096.stderr:512 bytes copied, 0.000227369 s, 2.3 MB/s 2024-02-06T17:20:06.171 DEBUG:teuthology.orchestra.run.smithi096:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-06T17:20:06.230 DEBUG:teuthology.orchestra.run.smithi102:> set -ex 2024-02-06T17:20:06.231 DEBUG:teuthology.orchestra.run.smithi102:> dd if=/scratch_devs of=/dev/stdout 2024-02-06T17:20:06.249 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-02-06T17:20:06.249 DEBUG:teuthology.orchestra.run.smithi102:> stat /dev/vg_nvme/lv_1 2024-02-06T17:20:06.306 INFO:teuthology.orchestra.run.smithi102.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-06T17:20:06.306 INFO:teuthology.orchestra.run.smithi102.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-06T17:20:06.306 INFO:teuthology.orchestra.run.smithi102.stdout:Device: 6h/6d Inode: 164353 Links: 1 2024-02-06T17:20:06.306 INFO:teuthology.orchestra.run.smithi102.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-06T17:20:06.306 INFO:teuthology.orchestra.run.smithi102.stdout:Context: system_u:object_r:device_t:s0 2024-02-06T17:20:06.306 INFO:teuthology.orchestra.run.smithi102.stdout:Access: 2024-02-06 17:20:06.051522724 +0000 2024-02-06T17:20:06.307 INFO:teuthology.orchestra.run.smithi102.stdout:Modify: 2024-02-06 17:16:06.668535823 +0000 2024-02-06T17:20:06.307 INFO:teuthology.orchestra.run.smithi102.stdout:Change: 2024-02-06 17:16:06.668535823 +0000 2024-02-06T17:20:06.307 INFO:teuthology.orchestra.run.smithi102.stdout: Birth: - 2024-02-06T17:20:06.307 DEBUG:teuthology.orchestra.run.smithi102:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-06T17:20:06.373 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:20:06 smithi102 podman[36379]: Error: no container with ID or name "ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr.x" found: no such container 2024-02-06T17:20:06.373 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:20:06 smithi102 systemd[1]: Started Ceph mgr.x for a15007fc-c513-11ee-95b6-87774f69a715. 2024-02-06T17:20:06.376 INFO:teuthology.orchestra.run.smithi102.stderr:1+0 records in 2024-02-06T17:20:06.376 INFO:teuthology.orchestra.run.smithi102.stderr:1+0 records out 2024-02-06T17:20:06.376 INFO:teuthology.orchestra.run.smithi102.stderr:512 bytes copied, 0.00024341 s, 2.1 MB/s 2024-02-06T17:20:06.377 DEBUG:teuthology.orchestra.run.smithi102:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-06T17:20:06.437 DEBUG:teuthology.orchestra.run.smithi102:> stat /dev/vg_nvme/lv_2 2024-02-06T17:20:06.494 INFO:teuthology.orchestra.run.smithi102.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-06T17:20:06.494 INFO:teuthology.orchestra.run.smithi102.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-06T17:20:06.494 INFO:teuthology.orchestra.run.smithi102.stdout:Device: 6h/6d Inode: 162681 Links: 1 2024-02-06T17:20:06.494 INFO:teuthology.orchestra.run.smithi102.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-06T17:20:06.494 INFO:teuthology.orchestra.run.smithi102.stdout:Context: system_u:object_r:device_t:s0 2024-02-06T17:20:06.494 INFO:teuthology.orchestra.run.smithi102.stdout:Access: 2024-02-06 17:20:06.052522704 +0000 2024-02-06T17:20:06.494 INFO:teuthology.orchestra.run.smithi102.stdout:Modify: 2024-02-06 17:16:07.015528565 +0000 2024-02-06T17:20:06.495 INFO:teuthology.orchestra.run.smithi102.stdout:Change: 2024-02-06 17:16:07.015528565 +0000 2024-02-06T17:20:06.495 INFO:teuthology.orchestra.run.smithi102.stdout: Birth: - 2024-02-06T17:20:06.495 DEBUG:teuthology.orchestra.run.smithi102:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-06T17:20:06.560 INFO:teuthology.orchestra.run.smithi102.stderr:1+0 records in 2024-02-06T17:20:06.560 INFO:teuthology.orchestra.run.smithi102.stderr:1+0 records out 2024-02-06T17:20:06.560 INFO:teuthology.orchestra.run.smithi102.stderr:512 bytes copied, 0.000224164 s, 2.3 MB/s 2024-02-06T17:20:06.561 DEBUG:teuthology.orchestra.run.smithi102:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-06T17:20:06.621 DEBUG:teuthology.orchestra.run.smithi102:> stat /dev/vg_nvme/lv_3 2024-02-06T17:20:06.653 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:06 smithi102 bash[35648]: cluster 2024-02-06T17:20:05.599127+0000 mgr.y (mgr.14140) 41 : cluster [DBG] pgmap v32: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:06.653 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:06 smithi102 bash[35648]: audit 2024-02-06T17:20:06.158221+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:54.186974\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}}, \"last_device_update\": \"2024-02-06T17:19:23.761441\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:20:06.653 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:06 smithi102 bash[35648]: audit 2024-02-06T17:20:06.160981+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:54.186974\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}}, \"last_device_update\": \"2024-02-06T17:19:23.761441\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:20:06.653 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:06 smithi102 bash[35648]: audit 2024-02-06T17:20:06.161625+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:20:06.670 INFO:teuthology.orchestra.run.smithi102.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-06T17:20:06.670 INFO:teuthology.orchestra.run.smithi102.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-06T17:20:06.670 INFO:teuthology.orchestra.run.smithi102.stdout:Device: 6h/6d Inode: 164542 Links: 1 2024-02-06T17:20:06.670 INFO:teuthology.orchestra.run.smithi102.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-06T17:20:06.670 INFO:teuthology.orchestra.run.smithi102.stdout:Context: system_u:object_r:device_t:s0 2024-02-06T17:20:06.670 INFO:teuthology.orchestra.run.smithi102.stdout:Access: 2024-02-06 17:20:06.052522704 +0000 2024-02-06T17:20:06.670 INFO:teuthology.orchestra.run.smithi102.stdout:Modify: 2024-02-06 17:16:07.355521453 +0000 2024-02-06T17:20:06.671 INFO:teuthology.orchestra.run.smithi102.stdout:Change: 2024-02-06 17:16:07.355521453 +0000 2024-02-06T17:20:06.671 INFO:teuthology.orchestra.run.smithi102.stdout: Birth: - 2024-02-06T17:20:06.671 DEBUG:teuthology.orchestra.run.smithi102:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-06T17:20:06.738 INFO:teuthology.orchestra.run.smithi102.stderr:1+0 records in 2024-02-06T17:20:06.738 INFO:teuthology.orchestra.run.smithi102.stderr:1+0 records out 2024-02-06T17:20:06.738 INFO:teuthology.orchestra.run.smithi102.stderr:512 bytes copied, 0.000188096 s, 2.7 MB/s 2024-02-06T17:20:06.739 DEBUG:teuthology.orchestra.run.smithi102:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-06T17:20:06.798 DEBUG:teuthology.orchestra.run.smithi102:> stat /dev/vg_nvme/lv_4 2024-02-06T17:20:06.859 INFO:teuthology.orchestra.run.smithi102.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-06T17:20:06.859 INFO:teuthology.orchestra.run.smithi102.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-06T17:20:06.859 INFO:teuthology.orchestra.run.smithi102.stdout:Device: 6h/6d Inode: 166054 Links: 1 2024-02-06T17:20:06.859 INFO:teuthology.orchestra.run.smithi102.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-06T17:20:06.859 INFO:teuthology.orchestra.run.smithi102.stdout:Context: system_u:object_r:device_t:s0 2024-02-06T17:20:06.859 INFO:teuthology.orchestra.run.smithi102.stdout:Access: 2024-02-06 17:20:06.052522704 +0000 2024-02-06T17:20:06.859 INFO:teuthology.orchestra.run.smithi102.stdout:Modify: 2024-02-06 17:16:07.702514195 +0000 2024-02-06T17:20:06.859 INFO:teuthology.orchestra.run.smithi102.stdout:Change: 2024-02-06 17:16:07.702514195 +0000 2024-02-06T17:20:06.859 INFO:teuthology.orchestra.run.smithi102.stdout: Birth: - 2024-02-06T17:20:06.859 DEBUG:teuthology.orchestra.run.smithi102:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-06T17:20:06.925 INFO:teuthology.orchestra.run.smithi102.stderr:1+0 records in 2024-02-06T17:20:06.925 INFO:teuthology.orchestra.run.smithi102.stderr:1+0 records out 2024-02-06T17:20:06.925 INFO:teuthology.orchestra.run.smithi102.stderr:512 bytes copied, 0.000215652 s, 2.4 MB/s 2024-02-06T17:20:06.926 DEBUG:teuthology.orchestra.run.smithi102:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-06T17:20:06.984 INFO:tasks.cephadm:Deploying osd.0 on smithi096 with /dev/vg_nvme/lv_4... 2024-02-06T17:20:06.984 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-06T17:20:07.012 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:06 smithi096 bash[38906]: cluster 2024-02-06T17:20:05.599127+0000 mgr.y (mgr.14140) 41 : cluster [DBG] pgmap v32: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:07.012 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:06 smithi096 bash[38906]: audit 2024-02-06T17:20:06.158221+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:54.186974\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}}, \"last_device_update\": \"2024-02-06T17:19:23.761441\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:20:07.012 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:06 smithi096 bash[35573]: cluster 2024-02-06T17:20:05.599127+0000 mgr.y (mgr.14140) 41 : cluster [DBG] pgmap v32: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:07.012 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:06 smithi096 bash[35573]: audit 2024-02-06T17:20:06.158221+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:54.186974\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}}, \"last_device_update\": \"2024-02-06T17:19:23.761441\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:20:07.012 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:06 smithi096 bash[35573]: audit 2024-02-06T17:20:06.160981+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:54.186974\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}}, \"last_device_update\": \"2024-02-06T17:19:23.761441\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:20:07.012 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:06 smithi096 bash[35573]: audit 2024-02-06T17:20:06.161625+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:20:07.012 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:06 smithi096 bash[38906]: audit 2024-02-06T17:20:06.160981+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:54.186974\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}}, \"last_device_update\": \"2024-02-06T17:19:23.761441\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:20:07.013 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:06 smithi096 bash[38906]: audit 2024-02-06T17:20:06.161625+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:20:07.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:07 smithi096 bash[35573]: audit 2024-02-06T17:20:07.475600+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:07.474933\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:07.475006\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}}, \"last_daemon_update\": \"2024-02-06T17:20:07.475091\", \"last_device_update\": \"2024-02-06T17:19:23.761441\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:20:07.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:07 smithi096 bash[38906]: audit 2024-02-06T17:20:07.475600+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:07.474933\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:07.475006\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}}, \"last_daemon_update\": \"2024-02-06T17:20:07.475091\", \"last_device_update\": \"2024-02-06T17:19:23.761441\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:20:07.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:07 smithi096 bash[35573]: audit 2024-02-06T17:20:07.477912+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:07.474933\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:07.475006\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}}, \"last_daemon_update\": \"2024-02-06T17:20:07.475091\", \"last_device_update\": \"2024-02-06T17:19:23.761441\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:20:07.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:07 smithi096 bash[35573]: audit 2024-02-06T17:20:07.478877+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-02-06T17:20:07.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:07 smithi096 bash[35573]: audit 2024-02-06T17:20:07.479367+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:20:07.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:07 smithi096 bash[35573]: audit 2024-02-06T17:20:07.480073+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-02-06T17:20:07.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:07 smithi096 bash[38906]: audit 2024-02-06T17:20:07.477912+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:07.474933\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:07.475006\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}}, \"last_daemon_update\": \"2024-02-06T17:20:07.475091\", \"last_device_update\": \"2024-02-06T17:19:23.761441\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:20:07.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:07 smithi096 bash[38906]: audit 2024-02-06T17:20:07.478877+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-02-06T17:20:07.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:07 smithi096 bash[38906]: audit 2024-02-06T17:20:07.479367+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:20:07.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:07 smithi096 bash[38906]: audit 2024-02-06T17:20:07.480073+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-02-06T17:20:07.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:07 smithi102 bash[35648]: audit 2024-02-06T17:20:07.475600+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:07.474933\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:07.475006\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}}, \"last_daemon_update\": \"2024-02-06T17:20:07.475091\", \"last_device_update\": \"2024-02-06T17:19:23.761441\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:20:07.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:07 smithi102 bash[35648]: audit 2024-02-06T17:20:07.477912+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:07.474933\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:07.475006\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}}, \"last_daemon_update\": \"2024-02-06T17:20:07.475091\", \"last_device_update\": \"2024-02-06T17:19:23.761441\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:20:07.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:07 smithi102 bash[35648]: audit 2024-02-06T17:20:07.478877+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-02-06T17:20:07.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:07 smithi102 bash[35648]: audit 2024-02-06T17:20:07.479367+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:20:07.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:07 smithi102 bash[35648]: audit 2024-02-06T17:20:07.480073+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-02-06T17:20:08.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:08 smithi102 bash[35648]: cephadm 2024-02-06T17:20:07.478677+0000 mgr.y (mgr.14140) 42 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-02-06T17:20:08.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:08 smithi102 bash[35648]: cephadm 2024-02-06T17:20:07.479793+0000 mgr.y (mgr.14140) 43 : cephadm [INF] Reconfiguring daemon mgr.y on smithi096 2024-02-06T17:20:08.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:08 smithi102 bash[35648]: cluster 2024-02-06T17:20:07.599366+0000 mgr.y (mgr.14140) 44 : cluster [DBG] pgmap v33: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:09.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:08 smithi096 bash[35573]: cephadm 2024-02-06T17:20:07.478677+0000 mgr.y (mgr.14140) 42 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-02-06T17:20:09.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:08 smithi096 bash[35573]: cephadm 2024-02-06T17:20:07.479793+0000 mgr.y (mgr.14140) 43 : cephadm [INF] Reconfiguring daemon mgr.y on smithi096 2024-02-06T17:20:09.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:08 smithi096 bash[35573]: cluster 2024-02-06T17:20:07.599366+0000 mgr.y (mgr.14140) 44 : cluster [DBG] pgmap v33: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:09.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:08 smithi096 bash[38906]: cephadm 2024-02-06T17:20:07.478677+0000 mgr.y (mgr.14140) 42 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-02-06T17:20:09.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:08 smithi096 bash[38906]: cephadm 2024-02-06T17:20:07.479793+0000 mgr.y (mgr.14140) 43 : cephadm [INF] Reconfiguring daemon mgr.y on smithi096 2024-02-06T17:20:09.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:08 smithi096 bash[38906]: cluster 2024-02-06T17:20:07.599366+0000 mgr.y (mgr.14140) 44 : cluster [DBG] pgmap v33: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:09.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:09 smithi102 bash[35648]: audit 2024-02-06T17:20:09.346007+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:33.832211\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:33.832322\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}}, \"last_device_update\": \"2024-02-06T17:18:55.926343\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:20:09.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:09 smithi102 bash[35648]: audit 2024-02-06T17:20:09.348277+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:33.832211\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:33.832322\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}}, \"last_device_update\": \"2024-02-06T17:18:55.926343\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:20:09.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:09 smithi102 bash[35648]: audit 2024-02-06T17:20:09.348860+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:20:10.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:09 smithi096 bash[35573]: audit 2024-02-06T17:20:09.346007+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:33.832211\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:33.832322\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}}, \"last_device_update\": \"2024-02-06T17:18:55.926343\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:20:10.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:09 smithi096 bash[35573]: audit 2024-02-06T17:20:09.348277+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:33.832211\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:33.832322\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}}, \"last_device_update\": \"2024-02-06T17:18:55.926343\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:20:10.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:09 smithi096 bash[35573]: audit 2024-02-06T17:20:09.348860+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:20:10.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:09 smithi096 bash[38906]: audit 2024-02-06T17:20:09.346007+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:33.832211\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:33.832322\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}}, \"last_device_update\": \"2024-02-06T17:18:55.926343\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:20:10.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:09 smithi096 bash[38906]: audit 2024-02-06T17:20:09.348277+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:33.832211\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:19:33.832322\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}}, \"last_device_update\": \"2024-02-06T17:18:55.926343\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:20:10.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:09 smithi096 bash[38906]: audit 2024-02-06T17:20:09.348860+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:20:10.255 INFO:teuthology.orchestra.run.smithi096.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-06T17:20:10.256 INFO:teuthology.orchestra.run.smithi096.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-06T17:20:10.256 INFO:teuthology.orchestra.run.smithi096.stderr: stderr: 10+0 records in 2024-02-06T17:20:10.256 INFO:teuthology.orchestra.run.smithi096.stderr:10+0 records out 2024-02-06T17:20:10.256 INFO:teuthology.orchestra.run.smithi096.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0109591 s, 957 MB/s 2024-02-06T17:20:10.256 INFO:teuthology.orchestra.run.smithi096.stderr:--> Zapping successful for: 2024-02-06T17:20:10.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:10 smithi102 bash[35648]: cluster 2024-02-06T17:20:09.602013+0000 mgr.y (mgr.14140) 45 : cluster [DBG] pgmap v34: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:10.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:10 smithi102 bash[35648]: cluster 2024-02-06T17:20:10.409503+0000 mon.a (mon.0) 173 : cluster [DBG] Standby manager daemon x started 2024-02-06T17:20:10.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:10 smithi102 bash[35648]: audit 2024-02-06T17:20:10.410483+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.102:0/1261023648' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-06T17:20:10.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:10 smithi102 bash[35648]: audit 2024-02-06T17:20:10.411497+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.102:0/1261023648' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-06T17:20:11.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:10 smithi096 bash[35573]: cluster 2024-02-06T17:20:09.602013+0000 mgr.y (mgr.14140) 45 : cluster [DBG] pgmap v34: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:11.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:10 smithi096 bash[35573]: cluster 2024-02-06T17:20:10.409503+0000 mon.a (mon.0) 173 : cluster [DBG] Standby manager daemon x started 2024-02-06T17:20:11.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:10 smithi096 bash[35573]: audit 2024-02-06T17:20:10.410483+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.102:0/1261023648' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-06T17:20:11.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:10 smithi096 bash[35573]: audit 2024-02-06T17:20:10.411497+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.102:0/1261023648' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-06T17:20:11.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:10 smithi096 bash[38906]: cluster 2024-02-06T17:20:09.602013+0000 mgr.y (mgr.14140) 45 : cluster [DBG] pgmap v34: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:11.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:10 smithi096 bash[38906]: cluster 2024-02-06T17:20:10.409503+0000 mon.a (mon.0) 173 : cluster [DBG] Standby manager daemon x started 2024-02-06T17:20:11.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:10 smithi096 bash[38906]: audit 2024-02-06T17:20:10.410483+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.102:0/1261023648' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-06T17:20:11.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:10 smithi096 bash[38906]: audit 2024-02-06T17:20:10.411497+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.102:0/1261023648' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-06T17:20:11.033 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph orch daemon add osd smithi096:vg_nvme/lv_4 2024-02-06T17:20:11.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:11 smithi096 bash[35573]: audit 2024-02-06T17:20:11.117231+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:11.116482\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:11.116557\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:11.116591\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}}, \"last_daemon_update\": \"2024-02-06T17:20:11.116659\", \"last_device_update\": \"2024-02-06T17:18:55.926343\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:20:11.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:11 smithi096 bash[38906]: audit 2024-02-06T17:20:11.117231+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:11.116482\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:11.116557\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:11.116591\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}}, \"last_daemon_update\": \"2024-02-06T17:20:11.116659\", \"last_device_update\": \"2024-02-06T17:18:55.926343\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:20:11.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:11 smithi096 bash[38906]: audit 2024-02-06T17:20:11.119981+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:11.116482\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:11.116557\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:11.116591\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}}, \"last_daemon_update\": \"2024-02-06T17:20:11.116659\", \"last_device_update\": \"2024-02-06T17:18:55.926343\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:20:11.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:11 smithi096 bash[38906]: cluster 2024-02-06T17:20:11.353167+0000 mon.a (mon.0) 176 : cluster [DBG] mgrmap e14: y(active, since 82s), standbys: x 2024-02-06T17:20:11.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:11 smithi096 bash[38906]: audit 2024-02-06T17:20:11.353280+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-02-06T17:20:11.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:11 smithi096 bash[35573]: audit 2024-02-06T17:20:11.119981+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:11.116482\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:11.116557\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:11.116591\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}}, \"last_daemon_update\": \"2024-02-06T17:20:11.116659\", \"last_device_update\": \"2024-02-06T17:18:55.926343\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:20:11.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:11 smithi096 bash[35573]: cluster 2024-02-06T17:20:11.353167+0000 mon.a (mon.0) 176 : cluster [DBG] mgrmap e14: y(active, since 82s), standbys: x 2024-02-06T17:20:11.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:11 smithi096 bash[35573]: audit 2024-02-06T17:20:11.353280+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-02-06T17:20:11.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:11 smithi102 bash[35648]: audit 2024-02-06T17:20:11.117231+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:11.116482\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:11.116557\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:11.116591\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}}, \"last_daemon_update\": \"2024-02-06T17:20:11.116659\", \"last_device_update\": \"2024-02-06T17:18:55.926343\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:20:11.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:11 smithi102 bash[35648]: audit 2024-02-06T17:20:11.119981+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:11.116482\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:11.116557\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:11.116591\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}}, \"last_daemon_update\": \"2024-02-06T17:20:11.116659\", \"last_device_update\": \"2024-02-06T17:18:55.926343\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:20:11.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:11 smithi102 bash[35648]: cluster 2024-02-06T17:20:11.353167+0000 mon.a (mon.0) 176 : cluster [DBG] mgrmap e14: y(active, since 82s), standbys: x 2024-02-06T17:20:11.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:11 smithi102 bash[35648]: audit 2024-02-06T17:20:11.353280+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-02-06T17:20:12.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:12 smithi102 bash[35648]: cluster 2024-02-06T17:20:11.602557+0000 mgr.y (mgr.14140) 46 : cluster [DBG] pgmap v35: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:13.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:12 smithi096 bash[35573]: cluster 2024-02-06T17:20:11.602557+0000 mgr.y (mgr.14140) 46 : cluster [DBG] pgmap v35: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:13.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:12 smithi096 bash[38906]: cluster 2024-02-06T17:20:11.602557+0000 mgr.y (mgr.14140) 46 : cluster [DBG] pgmap v35: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:13.623 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:13 smithi096 bash[35573]: audit 2024-02-06T17:20:12.990184+0000 mgr.y (mgr.14140) 47 : audit [DBG] from='client.24115 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi096:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:20:13.623 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:13 smithi096 bash[35573]: cephadm 2024-02-06T17:20:12.991017+0000 mgr.y (mgr.14140) 48 : cephadm [INF] Applying osd on host smithi096... 2024-02-06T17:20:13.623 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:13 smithi096 bash[35573]: audit 2024-02-06T17:20:12.991307+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-06T17:20:13.624 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:13 smithi096 bash[35573]: audit 2024-02-06T17:20:12.991852+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:20:13.624 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:13 smithi096 bash[35573]: audit 2024-02-06T17:20:12.992497+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:20:13.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:13 smithi102 bash[35648]: audit 2024-02-06T17:20:12.990184+0000 mgr.y (mgr.14140) 47 : audit [DBG] from='client.24115 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi096:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:20:13.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:13 smithi102 bash[35648]: cephadm 2024-02-06T17:20:12.991017+0000 mgr.y (mgr.14140) 48 : cephadm [INF] Applying osd on host smithi096... 2024-02-06T17:20:13.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:13 smithi102 bash[35648]: audit 2024-02-06T17:20:12.991307+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-06T17:20:13.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:13 smithi102 bash[35648]: audit 2024-02-06T17:20:12.991852+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:20:13.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:13 smithi102 bash[35648]: audit 2024-02-06T17:20:12.992497+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:20:14.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:13 smithi096 bash[38906]: audit 2024-02-06T17:20:12.990184+0000 mgr.y (mgr.14140) 47 : audit [DBG] from='client.24115 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi096:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:20:14.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:13 smithi096 bash[38906]: cephadm 2024-02-06T17:20:12.991017+0000 mgr.y (mgr.14140) 48 : cephadm [INF] Applying osd on host smithi096... 2024-02-06T17:20:14.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:13 smithi096 bash[38906]: audit 2024-02-06T17:20:12.991307+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-06T17:20:14.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:13 smithi096 bash[38906]: audit 2024-02-06T17:20:12.991852+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:20:14.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:13 smithi096 bash[38906]: audit 2024-02-06T17:20:12.992497+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:20:14.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:14 smithi102 bash[35648]: cluster 2024-02-06T17:20:13.603073+0000 mgr.y (mgr.14140) 49 : cluster [DBG] pgmap v36: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:15.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:14 smithi096 bash[35573]: cluster 2024-02-06T17:20:13.603073+0000 mgr.y (mgr.14140) 49 : cluster [DBG] pgmap v36: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:15.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:14 smithi096 bash[38906]: cluster 2024-02-06T17:20:13.603073+0000 mgr.y (mgr.14140) 49 : cluster [DBG] pgmap v36: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:15.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:15 smithi102 bash[35648]: audit 2024-02-06T17:20:15.186957+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.96:0/2477813443' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a15603f6-0f3d-4dc4-ba54-db2c04267409"}]: dispatch 2024-02-06T17:20:15.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:15 smithi102 bash[35648]: audit 2024-02-06T17:20:15.187250+0000 mon.a (mon.0) 181 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a15603f6-0f3d-4dc4-ba54-db2c04267409"}]: dispatch 2024-02-06T17:20:15.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:15 smithi102 bash[35648]: audit 2024-02-06T17:20:15.195542+0000 mon.a (mon.0) 182 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a15603f6-0f3d-4dc4-ba54-db2c04267409"}]': finished 2024-02-06T17:20:15.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:15 smithi102 bash[35648]: cluster 2024-02-06T17:20:15.195576+0000 mon.a (mon.0) 183 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-02-06T17:20:15.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:15 smithi102 bash[35648]: audit 2024-02-06T17:20:15.195656+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-06T17:20:16.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:15 smithi096 bash[35573]: audit 2024-02-06T17:20:15.186957+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.96:0/2477813443' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a15603f6-0f3d-4dc4-ba54-db2c04267409"}]: dispatch 2024-02-06T17:20:16.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:15 smithi096 bash[35573]: audit 2024-02-06T17:20:15.187250+0000 mon.a (mon.0) 181 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a15603f6-0f3d-4dc4-ba54-db2c04267409"}]: dispatch 2024-02-06T17:20:16.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:15 smithi096 bash[35573]: audit 2024-02-06T17:20:15.195542+0000 mon.a (mon.0) 182 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a15603f6-0f3d-4dc4-ba54-db2c04267409"}]': finished 2024-02-06T17:20:16.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:15 smithi096 bash[35573]: cluster 2024-02-06T17:20:15.195576+0000 mon.a (mon.0) 183 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-02-06T17:20:16.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:15 smithi096 bash[35573]: audit 2024-02-06T17:20:15.195656+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-06T17:20:16.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:15 smithi096 bash[38906]: audit 2024-02-06T17:20:15.186957+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.96:0/2477813443' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a15603f6-0f3d-4dc4-ba54-db2c04267409"}]: dispatch 2024-02-06T17:20:16.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:15 smithi096 bash[38906]: audit 2024-02-06T17:20:15.187250+0000 mon.a (mon.0) 181 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a15603f6-0f3d-4dc4-ba54-db2c04267409"}]: dispatch 2024-02-06T17:20:16.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:15 smithi096 bash[38906]: audit 2024-02-06T17:20:15.195542+0000 mon.a (mon.0) 182 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a15603f6-0f3d-4dc4-ba54-db2c04267409"}]': finished 2024-02-06T17:20:16.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:15 smithi096 bash[38906]: cluster 2024-02-06T17:20:15.195576+0000 mon.a (mon.0) 183 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-02-06T17:20:16.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:15 smithi096 bash[38906]: audit 2024-02-06T17:20:15.195656+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-06T17:20:16.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:16 smithi102 bash[35648]: cluster 2024-02-06T17:20:15.603339+0000 mgr.y (mgr.14140) 50 : cluster [DBG] pgmap v38: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:16.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:16 smithi102 bash[35648]: audit 2024-02-06T17:20:15.933506+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.96:0/3357193121' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-06T17:20:17.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:16 smithi096 bash[35573]: cluster 2024-02-06T17:20:15.603339+0000 mgr.y (mgr.14140) 50 : cluster [DBG] pgmap v38: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:17.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:16 smithi096 bash[35573]: audit 2024-02-06T17:20:15.933506+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.96:0/3357193121' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-06T17:20:17.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:16 smithi096 bash[38906]: cluster 2024-02-06T17:20:15.603339+0000 mgr.y (mgr.14140) 50 : cluster [DBG] pgmap v38: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:17.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:16 smithi096 bash[38906]: audit 2024-02-06T17:20:15.933506+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.96:0/3357193121' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-06T17:20:18.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:18 smithi096 bash[35573]: cluster 2024-02-06T17:20:17.603683+0000 mgr.y (mgr.14140) 51 : cluster [DBG] pgmap v39: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:18.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:18 smithi096 bash[35573]: audit 2024-02-06T17:20:18.525603+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:20:18.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:18 smithi096 bash[38906]: cluster 2024-02-06T17:20:17.603683+0000 mgr.y (mgr.14140) 51 : cluster [DBG] pgmap v39: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:18.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:18 smithi096 bash[38906]: audit 2024-02-06T17:20:18.525603+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:20:18.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:18 smithi102 bash[35648]: cluster 2024-02-06T17:20:17.603683+0000 mgr.y (mgr.14140) 51 : cluster [DBG] pgmap v39: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:18.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:18 smithi102 bash[35648]: audit 2024-02-06T17:20:18.525603+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:20:20.885 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:20 smithi096 bash[35573]: cluster 2024-02-06T17:20:19.604110+0000 mgr.y (mgr.14140) 52 : cluster [DBG] pgmap v40: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:20.886 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:20 smithi096 bash[38906]: cluster 2024-02-06T17:20:19.604110+0000 mgr.y (mgr.14140) 52 : cluster [DBG] pgmap v40: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:20.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:20 smithi102 bash[35648]: cluster 2024-02-06T17:20:19.604110+0000 mgr.y (mgr.14140) 52 : cluster [DBG] pgmap v40: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:21.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:21 smithi102 bash[35648]: audit 2024-02-06T17:20:21.151632+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-06T17:20:21.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:21 smithi102 bash[35648]: audit 2024-02-06T17:20:21.152166+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:20:21.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:21 smithi102 bash[35648]: audit 2024-02-06T17:20:21.152717+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-02-06T17:20:22.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:21 smithi096 bash[35573]: audit 2024-02-06T17:20:21.151632+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-06T17:20:22.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:21 smithi096 bash[35573]: audit 2024-02-06T17:20:21.152166+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:20:22.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:21 smithi096 bash[35573]: audit 2024-02-06T17:20:21.152717+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-02-06T17:20:22.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:21 smithi096 bash[38906]: audit 2024-02-06T17:20:21.151632+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-06T17:20:22.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:21 smithi096 bash[38906]: audit 2024-02-06T17:20:21.152166+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:20:22.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:21 smithi096 bash[38906]: audit 2024-02-06T17:20:21.152717+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-02-06T17:20:22.842 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:22 smithi096 bash[35573]: cephadm 2024-02-06T17:20:21.152533+0000 mgr.y (mgr.14140) 53 : cephadm [INF] Deploying daemon osd.0 on smithi096 2024-02-06T17:20:22.842 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:22 smithi096 bash[35573]: cluster 2024-02-06T17:20:21.604534+0000 mgr.y (mgr.14140) 54 : cluster [DBG] pgmap v41: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:22.842 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:22 smithi096 bash[38906]: cephadm 2024-02-06T17:20:21.152533+0000 mgr.y (mgr.14140) 53 : cephadm [INF] Deploying daemon osd.0 on smithi096 2024-02-06T17:20:22.842 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:22 smithi096 bash[38906]: cluster 2024-02-06T17:20:21.604534+0000 mgr.y (mgr.14140) 54 : cluster [DBG] pgmap v41: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:22.885 INFO:teuthology.orchestra.run.smithi096.stdout:Created osd(s) 0 on host 'smithi096' 2024-02-06T17:20:22.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:22 smithi102 bash[35648]: cephadm 2024-02-06T17:20:21.152533+0000 mgr.y (mgr.14140) 53 : cephadm [INF] Deploying daemon osd.0 on smithi096 2024-02-06T17:20:22.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:22 smithi102 bash[35648]: cluster 2024-02-06T17:20:21.604534+0000 mgr.y (mgr.14140) 54 : cluster [DBG] pgmap v41: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:23.743 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:23 smithi096 bash[35573]: audit 2024-02-06T17:20:22.879043+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:11.116482\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:11.116557\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:11.116591\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}}, \"last_device_update\": \"2024-02-06T17:18:55.926343\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:20:23.744 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:23 smithi096 bash[38906]: audit 2024-02-06T17:20:22.879043+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:11.116482\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:11.116557\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:11.116591\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}}, \"last_device_update\": \"2024-02-06T17:18:55.926343\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:20:23.744 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:23 smithi096 bash[35573]: audit 2024-02-06T17:20:22.879582+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:20:23.744 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:23 smithi096 bash[38906]: audit 2024-02-06T17:20:22.879582+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:20:23.744 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:23 smithi096 bash[38906]: audit 2024-02-06T17:20:22.881996+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:11.116482\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:11.116557\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:11.116591\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}}, \"last_device_update\": \"2024-02-06T17:18:55.926343\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:20:23.745 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:23 smithi096 bash[35573]: audit 2024-02-06T17:20:22.881996+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:11.116482\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:11.116557\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:11.116591\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}}, \"last_device_update\": \"2024-02-06T17:18:55.926343\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:20:23.756 DEBUG:teuthology.orchestra.run.smithi096:osd.0> sudo journalctl -f -n 0 -u ceph-a15007fc-c513-11ee-95b6-87774f69a715@osd.0.service 2024-02-06T17:20:23.758 INFO:tasks.cephadm:Deploying osd.1 on smithi096 with /dev/vg_nvme/lv_3... 2024-02-06T17:20:23.758 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-02-06T17:20:23.788 INFO:journalctl@ceph.osd.0.smithi096.stdout:-- Logs begin at Tue 2024-02-06 17:10:32 UTC. -- 2024-02-06T17:20:23.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:23 smithi102 bash[35648]: audit 2024-02-06T17:20:22.879043+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:11.116482\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:11.116557\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:11.116591\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}}, \"last_device_update\": \"2024-02-06T17:18:55.926343\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:20:23.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:23 smithi102 bash[35648]: audit 2024-02-06T17:20:22.879582+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:20:23.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:23 smithi102 bash[35648]: audit 2024-02-06T17:20:22.881996+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:11.116482\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:11.116557\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:11.116591\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}}, \"last_device_update\": \"2024-02-06T17:18:55.926343\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:20:24.437 INFO:journalctl@ceph.osd.0.smithi096.stdout:Feb 06 17:20:24 smithi096 bash[40980]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-02-06T17:20:24.437 INFO:journalctl@ceph.osd.0.smithi096.stdout:Feb 06 17:20:24 smithi096 bash[40980]: 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-02-06T17:20:24.437 INFO:journalctl@ceph.osd.0.smithi096.stdout:Feb 06 17:20:24 smithi096 bash[40980]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2024-02-06T17:20:24.437 INFO:journalctl@ceph.osd.0.smithi096.stdout:Feb 06 17:20:24 smithi096 bash[40980]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2024-02-06T17:20:24.438 INFO:journalctl@ceph.osd.0.smithi096.stdout:Feb 06 17:20:24 smithi096 bash[40980]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-02-06T17:20:24.438 INFO:journalctl@ceph.osd.0.smithi096.stdout:Feb 06 17:20:24 smithi096 bash[40980]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-02-06T17:20:24.438 INFO:journalctl@ceph.osd.0.smithi096.stdout:Feb 06 17:20:24 smithi096 bash[40980]: --> ceph-volume lvm activate successful for osd ID: 0 2024-02-06T17:20:24.733 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:24 smithi096 bash[35573]: cluster 2024-02-06T17:20:23.604902+0000 mgr.y (mgr.14140) 55 : cluster [DBG] pgmap v42: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:24.734 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:24 smithi096 bash[38906]: cluster 2024-02-06T17:20:23.604902+0000 mgr.y (mgr.14140) 55 : cluster [DBG] pgmap v42: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:24.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:24 smithi102 bash[35648]: cluster 2024-02-06T17:20:23.604902+0000 mgr.y (mgr.14140) 55 : cluster [DBG] pgmap v42: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:26.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:26 smithi096 bash[35573]: cluster 2024-02-06T17:20:25.605190+0000 mgr.y (mgr.14140) 56 : cluster [DBG] pgmap v43: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:26.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:26 smithi096 bash[38906]: cluster 2024-02-06T17:20:25.605190+0000 mgr.y (mgr.14140) 56 : cluster [DBG] pgmap v43: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:26.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:26 smithi102 bash[35648]: cluster 2024-02-06T17:20:25.605190+0000 mgr.y (mgr.14140) 56 : cluster [DBG] pgmap v43: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:27.520 INFO:journalctl@ceph.osd.0.smithi096.stdout:Feb 06 17:20:27 smithi096 bash[41273]: debug 2024-02-06T17:20:27.346+0000 7f11d421bec0 -1 Falling back to public interface 2024-02-06T17:20:27.587 INFO:teuthology.orchestra.run.smithi096.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-02-06T17:20:27.587 INFO:teuthology.orchestra.run.smithi096.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-02-06T17:20:27.587 INFO:teuthology.orchestra.run.smithi096.stderr: stderr: 10+0 records in 2024-02-06T17:20:27.587 INFO:teuthology.orchestra.run.smithi096.stderr:10+0 records out 2024-02-06T17:20:27.587 INFO:teuthology.orchestra.run.smithi096.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0124177 s, 844 MB/s 2024-02-06T17:20:27.587 INFO:teuthology.orchestra.run.smithi096.stderr:--> Zapping successful for: 2024-02-06T17:20:27.913 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:27 smithi096 bash[35573]: audit 2024-02-06T17:20:27.251733+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.250935\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251010\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251042\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251072\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}}, \"last_daemon_update\": \"2024-02-06T17:20:27.251157\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:20:27.913 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:27 smithi096 bash[35573]: audit 2024-02-06T17:20:27.255039+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.250935\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251010\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251042\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251072\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}}, \"last_daemon_update\": \"2024-02-06T17:20:27.251157\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:20:27.913 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:27 smithi096 bash[35573]: audit 2024-02-06T17:20:27.255623+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:20:27.913 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:27 smithi096 bash[38906]: audit 2024-02-06T17:20:27.251733+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.250935\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251010\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251042\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251072\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}}, \"last_daemon_update\": \"2024-02-06T17:20:27.251157\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:20:27.913 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:27 smithi096 bash[38906]: audit 2024-02-06T17:20:27.255039+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.250935\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251010\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251042\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251072\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}}, \"last_daemon_update\": \"2024-02-06T17:20:27.251157\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:20:27.913 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:27 smithi096 bash[38906]: audit 2024-02-06T17:20:27.255623+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:20:27.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:27 smithi102 bash[35648]: audit 2024-02-06T17:20:27.251733+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.250935\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251010\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251042\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251072\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}}, \"last_daemon_update\": \"2024-02-06T17:20:27.251157\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:20:27.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:27 smithi102 bash[35648]: audit 2024-02-06T17:20:27.255039+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.250935\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251010\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251042\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251072\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}}, \"last_daemon_update\": \"2024-02-06T17:20:27.251157\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:20:27.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:27 smithi102 bash[35648]: audit 2024-02-06T17:20:27.255623+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:20:28.270 INFO:journalctl@ceph.osd.0.smithi096.stdout:Feb 06 17:20:27 smithi096 bash[41273]: debug 2024-02-06T17:20:27.911+0000 7f11d421bec0 -1 osd.0 0 log_to_monitors {default=true} 2024-02-06T17:20:28.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:28 smithi096 bash[35573]: cluster 2024-02-06T17:20:27.605591+0000 mgr.y (mgr.14140) 57 : cluster [DBG] pgmap v44: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:28.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:28 smithi096 bash[35573]: audit 2024-02-06T17:20:27.914757+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.96:6802/4274280490,v1:172.21.15.96:6803/4274280490]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-06T17:20:28.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:28 smithi096 bash[35573]: audit 2024-02-06T17:20:27.915017+0000 mon.a (mon.0) 195 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-06T17:20:28.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:28 smithi096 bash[38906]: cluster 2024-02-06T17:20:27.605591+0000 mgr.y (mgr.14140) 57 : cluster [DBG] pgmap v44: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:28.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:28 smithi096 bash[38906]: audit 2024-02-06T17:20:27.914757+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.96:6802/4274280490,v1:172.21.15.96:6803/4274280490]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-06T17:20:28.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:28 smithi096 bash[38906]: audit 2024-02-06T17:20:27.915017+0000 mon.a (mon.0) 195 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-06T17:20:28.937 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph orch daemon add osd smithi096:vg_nvme/lv_3 2024-02-06T17:20:28.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:28 smithi102 bash[35648]: cluster 2024-02-06T17:20:27.605591+0000 mgr.y (mgr.14140) 57 : cluster [DBG] pgmap v44: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:28.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:28 smithi102 bash[35648]: audit 2024-02-06T17:20:27.914757+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.96:6802/4274280490,v1:172.21.15.96:6803/4274280490]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-06T17:20:28.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:28 smithi102 bash[35648]: audit 2024-02-06T17:20:27.915017+0000 mon.a (mon.0) 195 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-06T17:20:29.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:29 smithi102 bash[35648]: audit 2024-02-06T17:20:28.670195+0000 mon.a (mon.0) 196 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-06T17:20:29.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:29 smithi102 bash[35648]: cluster 2024-02-06T17:20:28.670239+0000 mon.a (mon.0) 197 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-02-06T17:20:29.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:29 smithi102 bash[35648]: audit 2024-02-06T17:20:28.670378+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-06T17:20:29.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:29 smithi102 bash[35648]: audit 2024-02-06T17:20:28.670965+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.96:6802/4274280490,v1:172.21.15.96:6803/4274280490]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]: dispatch 2024-02-06T17:20:29.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:29 smithi102 bash[35648]: audit 2024-02-06T17:20:28.671214+0000 mon.a (mon.0) 199 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]: dispatch 2024-02-06T17:20:29.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:29 smithi102 bash[35648]: cluster 2024-02-06T17:20:28.870475+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-06T17:20:29.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:29 smithi102 bash[35648]: cluster 2024-02-06T17:20:28.870552+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-06T17:20:30.020 INFO:journalctl@ceph.osd.0.smithi096.stdout:Feb 06 17:20:29 smithi096 bash[41273]: debug 2024-02-06T17:20:29.678+0000 7f11bcfd0700 -1 osd.0 0 waiting for initial osdmap 2024-02-06T17:20:30.021 INFO:journalctl@ceph.osd.0.smithi096.stdout:Feb 06 17:20:29 smithi096 bash[41273]: debug 2024-02-06T17:20:29.680+0000 7f11c81ec700 -1 osd.0 9 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-06T17:20:30.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:29 smithi096 bash[35573]: audit 2024-02-06T17:20:28.670195+0000 mon.a (mon.0) 196 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-06T17:20:30.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:29 smithi096 bash[35573]: cluster 2024-02-06T17:20:28.670239+0000 mon.a (mon.0) 197 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-02-06T17:20:30.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:29 smithi096 bash[35573]: audit 2024-02-06T17:20:28.670378+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-06T17:20:30.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:29 smithi096 bash[35573]: audit 2024-02-06T17:20:28.670965+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.96:6802/4274280490,v1:172.21.15.96:6803/4274280490]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]: dispatch 2024-02-06T17:20:30.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:29 smithi096 bash[35573]: audit 2024-02-06T17:20:28.671214+0000 mon.a (mon.0) 199 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]: dispatch 2024-02-06T17:20:30.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:29 smithi096 bash[35573]: cluster 2024-02-06T17:20:28.870475+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-06T17:20:30.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:29 smithi096 bash[35573]: cluster 2024-02-06T17:20:28.870552+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-06T17:20:30.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:29 smithi096 bash[38906]: audit 2024-02-06T17:20:28.670195+0000 mon.a (mon.0) 196 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-06T17:20:30.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:29 smithi096 bash[38906]: cluster 2024-02-06T17:20:28.670239+0000 mon.a (mon.0) 197 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-02-06T17:20:30.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:29 smithi096 bash[38906]: audit 2024-02-06T17:20:28.670378+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-06T17:20:30.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:29 smithi096 bash[38906]: audit 2024-02-06T17:20:28.670965+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.96:6802/4274280490,v1:172.21.15.96:6803/4274280490]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]: dispatch 2024-02-06T17:20:30.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:29 smithi096 bash[38906]: audit 2024-02-06T17:20:28.671214+0000 mon.a (mon.0) 199 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]: dispatch 2024-02-06T17:20:30.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:29 smithi096 bash[38906]: cluster 2024-02-06T17:20:28.870475+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-06T17:20:30.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:29 smithi096 bash[38906]: cluster 2024-02-06T17:20:28.870552+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-06T17:20:30.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:30 smithi096 bash[38906]: cluster 2024-02-06T17:20:29.606109+0000 mgr.y (mgr.14140) 58 : cluster [DBG] pgmap v46: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:30.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:30 smithi096 bash[38906]: audit 2024-02-06T17:20:29.672794+0000 mon.a (mon.0) 200 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]': finished 2024-02-06T17:20:30.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:30 smithi096 bash[38906]: cluster 2024-02-06T17:20:29.672846+0000 mon.a (mon.0) 201 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-02-06T17:20:30.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:30 smithi096 bash[38906]: audit 2024-02-06T17:20:29.673342+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-06T17:20:30.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:30 smithi096 bash[35573]: cluster 2024-02-06T17:20:29.606109+0000 mgr.y (mgr.14140) 58 : cluster [DBG] pgmap v46: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:30.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:30 smithi096 bash[35573]: audit 2024-02-06T17:20:29.672794+0000 mon.a (mon.0) 200 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]': finished 2024-02-06T17:20:30.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:30 smithi096 bash[35573]: cluster 2024-02-06T17:20:29.672846+0000 mon.a (mon.0) 201 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-02-06T17:20:30.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:30 smithi096 bash[35573]: audit 2024-02-06T17:20:29.673342+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-06T17:20:30.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:30 smithi102 bash[35648]: cluster 2024-02-06T17:20:29.606109+0000 mgr.y (mgr.14140) 58 : cluster [DBG] pgmap v46: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:30.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:30 smithi102 bash[35648]: audit 2024-02-06T17:20:29.672794+0000 mon.a (mon.0) 200 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]': finished 2024-02-06T17:20:30.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:30 smithi102 bash[35648]: cluster 2024-02-06T17:20:29.672846+0000 mon.a (mon.0) 201 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-02-06T17:20:30.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:30 smithi102 bash[35648]: audit 2024-02-06T17:20:29.673342+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-06T17:20:31.825 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:31 smithi096 bash[35573]: cluster 2024-02-06T17:20:30.680537+0000 mon.a (mon.0) 203 : cluster [INF] osd.0 [v2:172.21.15.96:6802/4274280490,v1:172.21.15.96:6803/4274280490] boot 2024-02-06T17:20:31.825 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:31 smithi096 bash[35573]: cluster 2024-02-06T17:20:30.680581+0000 mon.a (mon.0) 204 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-02-06T17:20:31.825 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:31 smithi096 bash[35573]: audit 2024-02-06T17:20:30.681159+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-06T17:20:31.826 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:31 smithi096 bash[38906]: cluster 2024-02-06T17:20:30.680537+0000 mon.a (mon.0) 203 : cluster [INF] osd.0 [v2:172.21.15.96:6802/4274280490,v1:172.21.15.96:6803/4274280490] boot 2024-02-06T17:20:31.826 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:31 smithi096 bash[38906]: cluster 2024-02-06T17:20:30.680581+0000 mon.a (mon.0) 204 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-02-06T17:20:31.826 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:31 smithi096 bash[38906]: audit 2024-02-06T17:20:30.681159+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-06T17:20:32.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:31 smithi102 bash[35648]: cluster 2024-02-06T17:20:30.680537+0000 mon.a (mon.0) 203 : cluster [INF] osd.0 [v2:172.21.15.96:6802/4274280490,v1:172.21.15.96:6803/4274280490] boot 2024-02-06T17:20:32.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:31 smithi102 bash[35648]: cluster 2024-02-06T17:20:30.680581+0000 mon.a (mon.0) 204 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-02-06T17:20:32.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:31 smithi102 bash[35648]: audit 2024-02-06T17:20:30.681159+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-06T17:20:33.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:32 smithi096 bash[35573]: cluster 2024-02-06T17:20:31.606498+0000 mgr.y (mgr.14140) 59 : cluster [DBG] pgmap v49: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:33.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:32 smithi096 bash[35573]: cluster 2024-02-06T17:20:31.685665+0000 mon.a (mon.0) 206 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2024-02-06T17:20:33.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:32 smithi096 bash[35573]: audit 2024-02-06T17:20:31.835046+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:20:33.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:32 smithi096 bash[38906]: cluster 2024-02-06T17:20:31.606498+0000 mgr.y (mgr.14140) 59 : cluster [DBG] pgmap v49: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:33.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:32 smithi096 bash[38906]: cluster 2024-02-06T17:20:31.685665+0000 mon.a (mon.0) 206 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2024-02-06T17:20:33.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:32 smithi096 bash[38906]: audit 2024-02-06T17:20:31.835046+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:20:33.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:32 smithi096 bash[35573]: audit 2024-02-06T17:20:32.018063+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.250935\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251010\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251042\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251072\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}}, \"last_daemon_update\": \"2024-02-06T17:20:27.251157\", \"last_device_update\": \"2024-02-06T17:20:32.017465\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:20:33.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:32 smithi096 bash[38906]: audit 2024-02-06T17:20:32.018063+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.250935\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251010\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251042\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251072\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}}, \"last_daemon_update\": \"2024-02-06T17:20:27.251157\", \"last_device_update\": \"2024-02-06T17:20:32.017465\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:20:33.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:32 smithi096 bash[35573]: audit 2024-02-06T17:20:32.020612+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.250935\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251010\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251042\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251072\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}}, \"last_daemon_update\": \"2024-02-06T17:20:27.251157\", \"last_device_update\": \"2024-02-06T17:20:32.017465\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:20:33.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:32 smithi096 bash[35573]: audit 2024-02-06T17:20:32.234196+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-06T17:20:33.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:32 smithi096 bash[35573]: audit 2024-02-06T17:20:32.234686+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:20:33.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:32 smithi096 bash[35573]: audit 2024-02-06T17:20:32.235309+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:20:33.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:32 smithi096 bash[35573]: cluster 2024-02-06T17:20:32.683346+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e12: 1 total, 1 up, 1 in 2024-02-06T17:20:33.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:32 smithi096 bash[38906]: audit 2024-02-06T17:20:32.020612+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.250935\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251010\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251042\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251072\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}}, \"last_daemon_update\": \"2024-02-06T17:20:27.251157\", \"last_device_update\": \"2024-02-06T17:20:32.017465\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:20:33.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:32 smithi096 bash[38906]: audit 2024-02-06T17:20:32.234196+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-06T17:20:33.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:32 smithi096 bash[38906]: audit 2024-02-06T17:20:32.234686+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:20:33.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:32 smithi096 bash[38906]: audit 2024-02-06T17:20:32.235309+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:20:33.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:32 smithi096 bash[38906]: cluster 2024-02-06T17:20:32.683346+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e12: 1 total, 1 up, 1 in 2024-02-06T17:20:33.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:32 smithi102 bash[35648]: cluster 2024-02-06T17:20:31.606498+0000 mgr.y (mgr.14140) 59 : cluster [DBG] pgmap v49: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-06T17:20:33.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:32 smithi102 bash[35648]: cluster 2024-02-06T17:20:31.685665+0000 mon.a (mon.0) 206 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2024-02-06T17:20:33.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:32 smithi102 bash[35648]: audit 2024-02-06T17:20:31.835046+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:20:33.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:32 smithi102 bash[35648]: audit 2024-02-06T17:20:32.018063+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.250935\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251010\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251042\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251072\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}}, \"last_daemon_update\": \"2024-02-06T17:20:27.251157\", \"last_device_update\": \"2024-02-06T17:20:32.017465\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:20:33.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:32 smithi102 bash[35648]: audit 2024-02-06T17:20:32.020612+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.250935\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251010\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251042\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251072\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}}, \"last_daemon_update\": \"2024-02-06T17:20:27.251157\", \"last_device_update\": \"2024-02-06T17:20:32.017465\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:20:33.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:32 smithi102 bash[35648]: audit 2024-02-06T17:20:32.234196+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-06T17:20:33.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:32 smithi102 bash[35648]: audit 2024-02-06T17:20:32.234686+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:20:33.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:32 smithi102 bash[35648]: audit 2024-02-06T17:20:32.235309+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:20:33.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:32 smithi102 bash[35648]: cluster 2024-02-06T17:20:32.683346+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e12: 1 total, 1 up, 1 in 2024-02-06T17:20:33.867 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:33 smithi096 bash[35573]: audit 2024-02-06T17:20:32.233356+0000 mgr.y (mgr.14140) 60 : audit [DBG] from='client.14229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi096:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:20:33.867 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:33 smithi096 bash[35573]: cephadm 2024-02-06T17:20:32.233945+0000 mgr.y (mgr.14140) 61 : cephadm [INF] Applying osd on host smithi096... 2024-02-06T17:20:33.868 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:33 smithi096 bash[38906]: audit 2024-02-06T17:20:32.233356+0000 mgr.y (mgr.14140) 60 : audit [DBG] from='client.14229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi096:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:20:33.868 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:33 smithi096 bash[38906]: cephadm 2024-02-06T17:20:32.233945+0000 mgr.y (mgr.14140) 61 : cephadm [INF] Applying osd on host smithi096... 2024-02-06T17:20:34.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:33 smithi102 bash[35648]: audit 2024-02-06T17:20:32.233356+0000 mgr.y (mgr.14140) 60 : audit [DBG] from='client.14229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi096:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:20:34.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:33 smithi102 bash[35648]: cephadm 2024-02-06T17:20:32.233945+0000 mgr.y (mgr.14140) 61 : cephadm [INF] Applying osd on host smithi096... 2024-02-06T17:20:35.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:34 smithi096 bash[38906]: cluster 2024-02-06T17:20:33.606902+0000 mgr.y (mgr.14140) 62 : cluster [DBG] pgmap v52: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-02-06T17:20:35.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:34 smithi096 bash[38906]: audit 2024-02-06T17:20:34.539714+0000 mon.a (mon.0) 214 : audit [INF] from='client.? 172.21.15.96:0/2708771149' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7"}]: dispatch 2024-02-06T17:20:35.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:34 smithi096 bash[38906]: audit 2024-02-06T17:20:34.543052+0000 mon.a (mon.0) 215 : audit [INF] from='client.? 172.21.15.96:0/2708771149' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7"}]': finished 2024-02-06T17:20:35.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:34 smithi096 bash[38906]: cluster 2024-02-06T17:20:34.543076+0000 mon.a (mon.0) 216 : cluster [DBG] osdmap e13: 2 total, 1 up, 1 in 2024-02-06T17:20:35.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:34 smithi096 bash[38906]: audit 2024-02-06T17:20:34.543187+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-06T17:20:35.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:34 smithi096 bash[38906]: cluster 2024-02-06T17:20:34.596205+0000 mon.a (mon.0) 218 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-02-06T17:20:35.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:34 smithi096 bash[35573]: cluster 2024-02-06T17:20:33.606902+0000 mgr.y (mgr.14140) 62 : cluster [DBG] pgmap v52: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-02-06T17:20:35.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:34 smithi096 bash[35573]: audit 2024-02-06T17:20:34.539714+0000 mon.a (mon.0) 214 : audit [INF] from='client.? 172.21.15.96:0/2708771149' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7"}]: dispatch 2024-02-06T17:20:35.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:34 smithi096 bash[35573]: audit 2024-02-06T17:20:34.543052+0000 mon.a (mon.0) 215 : audit [INF] from='client.? 172.21.15.96:0/2708771149' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7"}]': finished 2024-02-06T17:20:35.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:34 smithi096 bash[35573]: cluster 2024-02-06T17:20:34.543076+0000 mon.a (mon.0) 216 : cluster [DBG] osdmap e13: 2 total, 1 up, 1 in 2024-02-06T17:20:35.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:34 smithi096 bash[35573]: audit 2024-02-06T17:20:34.543187+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-06T17:20:35.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:34 smithi096 bash[35573]: cluster 2024-02-06T17:20:34.596205+0000 mon.a (mon.0) 218 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-02-06T17:20:35.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:34 smithi102 bash[35648]: cluster 2024-02-06T17:20:33.606902+0000 mgr.y (mgr.14140) 62 : cluster [DBG] pgmap v52: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-02-06T17:20:35.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:34 smithi102 bash[35648]: audit 2024-02-06T17:20:34.539714+0000 mon.a (mon.0) 214 : audit [INF] from='client.? 172.21.15.96:0/2708771149' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7"}]: dispatch 2024-02-06T17:20:35.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:34 smithi102 bash[35648]: audit 2024-02-06T17:20:34.543052+0000 mon.a (mon.0) 215 : audit [INF] from='client.? 172.21.15.96:0/2708771149' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7"}]': finished 2024-02-06T17:20:35.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:34 smithi102 bash[35648]: cluster 2024-02-06T17:20:34.543076+0000 mon.a (mon.0) 216 : cluster [DBG] osdmap e13: 2 total, 1 up, 1 in 2024-02-06T17:20:35.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:34 smithi102 bash[35648]: audit 2024-02-06T17:20:34.543187+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-06T17:20:35.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:34 smithi102 bash[35648]: cluster 2024-02-06T17:20:34.596205+0000 mon.a (mon.0) 218 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-02-06T17:20:36.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:35 smithi096 bash[35573]: audit 2024-02-06T17:20:35.281052+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.96:0/142066604' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-06T17:20:36.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:35 smithi096 bash[38906]: audit 2024-02-06T17:20:35.281052+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.96:0/142066604' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-06T17:20:36.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:35 smithi102 bash[35648]: audit 2024-02-06T17:20:35.281052+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.96:0/142066604' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-06T17:20:37.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:36 smithi096 bash[35573]: cluster 2024-02-06T17:20:35.607199+0000 mgr.y (mgr.14140) 63 : cluster [DBG] pgmap v54: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-02-06T17:20:37.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:36 smithi096 bash[38906]: cluster 2024-02-06T17:20:35.607199+0000 mgr.y (mgr.14140) 63 : cluster [DBG] pgmap v54: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-02-06T17:20:37.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:36 smithi102 bash[35648]: cluster 2024-02-06T17:20:35.607199+0000 mgr.y (mgr.14140) 63 : cluster [DBG] pgmap v54: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-02-06T17:20:38.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:38 smithi096 bash[35573]: cluster 2024-02-06T17:20:37.607582+0000 mgr.y (mgr.14140) 64 : cluster [DBG] pgmap v55: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-06T17:20:38.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:38 smithi096 bash[35573]: audit 2024-02-06T17:20:37.819042+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:20:38.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:38 smithi096 bash[38906]: cluster 2024-02-06T17:20:37.607582+0000 mgr.y (mgr.14140) 64 : cluster [DBG] pgmap v55: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-06T17:20:38.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:38 smithi096 bash[38906]: audit 2024-02-06T17:20:37.819042+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:20:39.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:38 smithi102 bash[35648]: cluster 2024-02-06T17:20:37.607582+0000 mgr.y (mgr.14140) 64 : cluster [DBG] pgmap v55: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-06T17:20:39.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:38 smithi102 bash[35648]: audit 2024-02-06T17:20:37.819042+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:20:41.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:40 smithi096 bash[35573]: cluster 2024-02-06T17:20:39.608143+0000 mgr.y (mgr.14140) 65 : cluster [DBG] pgmap v56: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-06T17:20:41.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:40 smithi096 bash[35573]: audit 2024-02-06T17:20:40.689028+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-06T17:20:41.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:40 smithi096 bash[35573]: audit 2024-02-06T17:20:40.689609+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:20:41.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:40 smithi096 bash[35573]: audit 2024-02-06T17:20:40.690277+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-02-06T17:20:41.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:40 smithi096 bash[38906]: cluster 2024-02-06T17:20:39.608143+0000 mgr.y (mgr.14140) 65 : cluster [DBG] pgmap v56: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-06T17:20:41.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:40 smithi096 bash[38906]: audit 2024-02-06T17:20:40.689028+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-06T17:20:41.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:40 smithi096 bash[38906]: audit 2024-02-06T17:20:40.689609+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:20:41.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:40 smithi096 bash[38906]: audit 2024-02-06T17:20:40.690277+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-02-06T17:20:41.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:40 smithi102 bash[35648]: cluster 2024-02-06T17:20:39.608143+0000 mgr.y (mgr.14140) 65 : cluster [DBG] pgmap v56: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-06T17:20:41.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:40 smithi102 bash[35648]: audit 2024-02-06T17:20:40.689028+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-06T17:20:41.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:40 smithi102 bash[35648]: audit 2024-02-06T17:20:40.689609+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:20:41.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:40 smithi102 bash[35648]: audit 2024-02-06T17:20:40.690277+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-02-06T17:20:42.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:41 smithi096 bash[35573]: cephadm 2024-02-06T17:20:40.690049+0000 mgr.y (mgr.14140) 66 : cephadm [INF] Deploying daemon osd.1 on smithi096 2024-02-06T17:20:42.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:41 smithi096 bash[38906]: cephadm 2024-02-06T17:20:40.690049+0000 mgr.y (mgr.14140) 66 : cephadm [INF] Deploying daemon osd.1 on smithi096 2024-02-06T17:20:42.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:41 smithi102 bash[35648]: cephadm 2024-02-06T17:20:40.690049+0000 mgr.y (mgr.14140) 66 : cephadm [INF] Deploying daemon osd.1 on smithi096 2024-02-06T17:20:42.390 INFO:teuthology.orchestra.run.smithi096.stdout:Created osd(s) 1 on host 'smithi096' 2024-02-06T17:20:42.937 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:42 smithi096 bash[35573]: cluster 2024-02-06T17:20:41.608436+0000 mgr.y (mgr.14140) 67 : cluster [DBG] pgmap v57: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-06T17:20:42.938 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:42 smithi096 bash[38906]: cluster 2024-02-06T17:20:41.608436+0000 mgr.y (mgr.14140) 67 : cluster [DBG] pgmap v57: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-06T17:20:42.938 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:42 smithi096 bash[35573]: audit 2024-02-06T17:20:42.383276+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.250935\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251010\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251042\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251072\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}}, \"last_device_update\": \"2024-02-06T17:20:32.017465\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:20:42.938 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:42 smithi096 bash[35573]: audit 2024-02-06T17:20:42.383864+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:20:42.938 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:42 smithi096 bash[35573]: audit 2024-02-06T17:20:42.386919+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.250935\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251010\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251042\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251072\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}}, \"last_device_update\": \"2024-02-06T17:20:32.017465\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:20:42.939 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:42 smithi096 bash[38906]: audit 2024-02-06T17:20:42.383276+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.250935\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251010\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251042\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251072\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}}, \"last_device_update\": \"2024-02-06T17:20:32.017465\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:20:42.939 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:42 smithi096 bash[38906]: audit 2024-02-06T17:20:42.383864+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:20:42.939 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:42 smithi096 bash[38906]: audit 2024-02-06T17:20:42.386919+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.250935\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251010\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251042\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251072\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}}, \"last_device_update\": \"2024-02-06T17:20:32.017465\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:20:43.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:42 smithi102 bash[35648]: cluster 2024-02-06T17:20:41.608436+0000 mgr.y (mgr.14140) 67 : cluster [DBG] pgmap v57: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-06T17:20:43.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:42 smithi102 bash[35648]: audit 2024-02-06T17:20:42.383276+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.250935\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251010\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251042\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251072\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}}, \"last_device_update\": \"2024-02-06T17:20:32.017465\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:20:43.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:42 smithi102 bash[35648]: audit 2024-02-06T17:20:42.383864+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:20:43.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:42 smithi102 bash[35648]: audit 2024-02-06T17:20:42.386919+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.250935\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251010\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251042\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:27.251072\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}}, \"last_device_update\": \"2024-02-06T17:20:32.017465\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:20:43.262 DEBUG:teuthology.orchestra.run.smithi096:osd.1> sudo journalctl -f -n 0 -u ceph-a15007fc-c513-11ee-95b6-87774f69a715@osd.1.service 2024-02-06T17:20:43.264 INFO:tasks.cephadm:Deploying osd.2 on smithi096 with /dev/vg_nvme/lv_2... 2024-02-06T17:20:43.265 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-02-06T17:20:43.294 INFO:journalctl@ceph.osd.1.smithi096.stdout:-- Logs begin at Tue 2024-02-06 17:10:32 UTC. -- 2024-02-06T17:20:43.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:43 smithi096 bash[35573]: cluster 2024-02-06T17:20:43.596467+0000 mon.a (mon.0) 226 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-02-06T17:20:43.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:43 smithi096 bash[38906]: cluster 2024-02-06T17:20:43.596467+0000 mon.a (mon.0) 226 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-02-06T17:20:44.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:43 smithi102 bash[35648]: cluster 2024-02-06T17:20:43.596467+0000 mon.a (mon.0) 226 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-02-06T17:20:44.270 INFO:journalctl@ceph.osd.1.smithi096.stdout:Feb 06 17:20:43 smithi096 bash[42529]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-02-06T17:20:44.270 INFO:journalctl@ceph.osd.1.smithi096.stdout:Feb 06 17:20:43 smithi096 bash[42529]: 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-02-06T17:20:44.270 INFO:journalctl@ceph.osd.1.smithi096.stdout:Feb 06 17:20:43 smithi096 bash[42529]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2024-02-06T17:20:44.270 INFO:journalctl@ceph.osd.1.smithi096.stdout:Feb 06 17:20:43 smithi096 bash[42529]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2024-02-06T17:20:44.271 INFO:journalctl@ceph.osd.1.smithi096.stdout:Feb 06 17:20:43 smithi096 bash[42529]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-02-06T17:20:44.271 INFO:journalctl@ceph.osd.1.smithi096.stdout:Feb 06 17:20:43 smithi096 bash[42529]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-02-06T17:20:44.271 INFO:journalctl@ceph.osd.1.smithi096.stdout:Feb 06 17:20:43 smithi096 bash[42529]: --> ceph-volume lvm activate successful for osd ID: 1 2024-02-06T17:20:45.009 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:44 smithi096 bash[35573]: cluster 2024-02-06T17:20:43.608734+0000 mgr.y (mgr.14140) 68 : cluster [DBG] pgmap v58: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-06T17:20:45.009 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:44 smithi096 bash[38906]: cluster 2024-02-06T17:20:43.608734+0000 mgr.y (mgr.14140) 68 : cluster [DBG] pgmap v58: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-06T17:20:45.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:44 smithi102 bash[35648]: cluster 2024-02-06T17:20:43.608734+0000 mgr.y (mgr.14140) 68 : cluster [DBG] pgmap v58: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-06T17:20:46.335 INFO:journalctl@ceph.osd.1.smithi096.stdout:Feb 06 17:20:46 smithi096 bash[42777]: debug 2024-02-06T17:20:45.950+0000 7f23233bcec0 1 -- 172.21.15.96:0/3443740307 >> [v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0] conn(0x55f6dc852c00 msgr2=0x55f6dc84f680 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2024-02-06T17:20:46.335 INFO:journalctl@ceph.osd.1.smithi096.stdout:Feb 06 17:20:46 smithi096 bash[42777]: debug 2024-02-06T17:20:45.950+0000 7f23233bcec0 1 --2- 172.21.15.96:0/3443740307 >> [v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0] conn(0x55f6dc852c00 0x55f6dc84f680 secure :-1 s=READY pgs=93 cs=0 l=1 rx=0x55f6dc7e5d10 tx=0x55f6dd4beaa0).stop 2024-02-06T17:20:46.593 INFO:journalctl@ceph.osd.1.smithi096.stdout:Feb 06 17:20:46 smithi096 bash[42777]: debug 2024-02-06T17:20:46.469+0000 7f23233bcec0 -1 Falling back to public interface 2024-02-06T17:20:47.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:46 smithi096 bash[35573]: cluster 2024-02-06T17:20:45.608958+0000 mgr.y (mgr.14140) 69 : cluster [DBG] pgmap v59: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-06T17:20:47.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:46 smithi096 bash[38906]: cluster 2024-02-06T17:20:45.608958+0000 mgr.y (mgr.14140) 69 : cluster [DBG] pgmap v59: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-06T17:20:47.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:46 smithi096 bash[35573]: audit 2024-02-06T17:20:46.645612+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644670\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644757\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644788\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644849\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644890\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}}, \"last_daemon_update\": \"2024-02-06T17:20:46.644960\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:20:47.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:46 smithi096 bash[35573]: audit 2024-02-06T17:20:46.648169+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644670\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644757\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644788\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644849\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644890\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}}, \"last_daemon_update\": \"2024-02-06T17:20:46.644960\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:20:47.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:46 smithi096 bash[35573]: audit 2024-02-06T17:20:46.648669+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:20:47.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:46 smithi096 bash[38906]: audit 2024-02-06T17:20:46.645612+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644670\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644757\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644788\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644849\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644890\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}}, \"last_daemon_update\": \"2024-02-06T17:20:46.644960\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:20:47.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:46 smithi096 bash[38906]: audit 2024-02-06T17:20:46.648169+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644670\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644757\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644788\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644849\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644890\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}}, \"last_daemon_update\": \"2024-02-06T17:20:46.644960\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:20:47.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:46 smithi096 bash[38906]: audit 2024-02-06T17:20:46.648669+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:20:47.104 INFO:teuthology.orchestra.run.smithi096.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-02-06T17:20:47.104 INFO:teuthology.orchestra.run.smithi096.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-02-06T17:20:47.104 INFO:teuthology.orchestra.run.smithi096.stderr: stderr: 10+0 records in 2024-02-06T17:20:47.104 INFO:teuthology.orchestra.run.smithi096.stderr:10+0 records out 2024-02-06T17:20:47.107 INFO:teuthology.orchestra.run.smithi096.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0133628 s, 785 MB/s 2024-02-06T17:20:47.107 INFO:teuthology.orchestra.run.smithi096.stderr:--> Zapping successful for: 2024-02-06T17:20:47.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:46 smithi102 bash[35648]: cluster 2024-02-06T17:20:45.608958+0000 mgr.y (mgr.14140) 69 : cluster [DBG] pgmap v59: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-06T17:20:47.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:46 smithi102 bash[35648]: audit 2024-02-06T17:20:46.645612+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644670\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644757\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644788\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644849\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644890\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}}, \"last_daemon_update\": \"2024-02-06T17:20:46.644960\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:20:47.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:46 smithi102 bash[35648]: audit 2024-02-06T17:20:46.648169+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644670\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644757\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644788\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644849\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644890\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}}, \"last_daemon_update\": \"2024-02-06T17:20:46.644960\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:20:47.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:46 smithi102 bash[35648]: audit 2024-02-06T17:20:46.648669+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:20:47.493 INFO:journalctl@ceph.osd.1.smithi096.stdout:Feb 06 17:20:47 smithi096 bash[42777]: debug 2024-02-06T17:20:47.026+0000 7f23233bcec0 -1 osd.1 0 log_to_monitors {default=true} 2024-02-06T17:20:47.748 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:47 smithi096 bash[35573]: audit 2024-02-06T17:20:47.029256+0000 mon.a (mon.0) 230 : audit [INF] from='osd.1 [v2:172.21.15.96:6810/390659622,v1:172.21.15.96:6811/390659622]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-06T17:20:48.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:47 smithi096 bash[38906]: audit 2024-02-06T17:20:47.029256+0000 mon.a (mon.0) 230 : audit [INF] from='osd.1 [v2:172.21.15.96:6810/390659622,v1:172.21.15.96:6811/390659622]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-06T17:20:48.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:47 smithi102 bash[35648]: audit 2024-02-06T17:20:47.029256+0000 mon.a (mon.0) 230 : audit [INF] from='osd.1 [v2:172.21.15.96:6810/390659622,v1:172.21.15.96:6811/390659622]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-06T17:20:48.752 INFO:journalctl@ceph.osd.1.smithi096.stdout:Feb 06 17:20:48 smithi096 bash[42777]: debug 2024-02-06T17:20:48.750+0000 7f2308169700 -1 osd.1 0 waiting for initial osdmap 2024-02-06T17:20:49.020 INFO:journalctl@ceph.osd.1.smithi096.stdout:Feb 06 17:20:48 smithi096 bash[42777]: debug 2024-02-06T17:20:48.758+0000 7f2313385700 -1 osd.1 15 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-06T17:20:49.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:48 smithi096 bash[35573]: cluster 2024-02-06T17:20:47.609257+0000 mgr.y (mgr.14140) 70 : cluster [DBG] pgmap v60: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-06T17:20:49.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:48 smithi096 bash[35573]: audit 2024-02-06T17:20:47.745009+0000 mon.a (mon.0) 231 : audit [INF] from='osd.1 [v2:172.21.15.96:6810/390659622,v1:172.21.15.96:6811/390659622]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-06T17:20:49.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:48 smithi096 bash[35573]: cluster 2024-02-06T17:20:47.745036+0000 mon.a (mon.0) 232 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-02-06T17:20:49.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:48 smithi096 bash[35573]: audit 2024-02-06T17:20:47.745152+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-06T17:20:49.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:48 smithi096 bash[35573]: audit 2024-02-06T17:20:47.745458+0000 mon.a (mon.0) 234 : audit [INF] from='osd.1 [v2:172.21.15.96:6810/390659622,v1:172.21.15.96:6811/390659622]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]: dispatch 2024-02-06T17:20:49.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:48 smithi096 bash[35573]: cluster 2024-02-06T17:20:48.021924+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-06T17:20:49.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:48 smithi096 bash[35573]: cluster 2024-02-06T17:20:48.021984+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-06T17:20:49.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:48 smithi096 bash[38906]: cluster 2024-02-06T17:20:47.609257+0000 mgr.y (mgr.14140) 70 : cluster [DBG] pgmap v60: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-06T17:20:49.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:48 smithi096 bash[38906]: audit 2024-02-06T17:20:47.745009+0000 mon.a (mon.0) 231 : audit [INF] from='osd.1 [v2:172.21.15.96:6810/390659622,v1:172.21.15.96:6811/390659622]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-06T17:20:49.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:48 smithi096 bash[38906]: cluster 2024-02-06T17:20:47.745036+0000 mon.a (mon.0) 232 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-02-06T17:20:49.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:48 smithi096 bash[38906]: audit 2024-02-06T17:20:47.745152+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-06T17:20:49.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:48 smithi096 bash[38906]: audit 2024-02-06T17:20:47.745458+0000 mon.a (mon.0) 234 : audit [INF] from='osd.1 [v2:172.21.15.96:6810/390659622,v1:172.21.15.96:6811/390659622]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]: dispatch 2024-02-06T17:20:49.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:48 smithi096 bash[38906]: cluster 2024-02-06T17:20:48.021924+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-06T17:20:49.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:48 smithi096 bash[38906]: cluster 2024-02-06T17:20:48.021984+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-06T17:20:49.096 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph orch daemon add osd smithi096:vg_nvme/lv_2 2024-02-06T17:20:49.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:48 smithi102 bash[35648]: cluster 2024-02-06T17:20:47.609257+0000 mgr.y (mgr.14140) 70 : cluster [DBG] pgmap v60: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-06T17:20:49.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:48 smithi102 bash[35648]: audit 2024-02-06T17:20:47.745009+0000 mon.a (mon.0) 231 : audit [INF] from='osd.1 [v2:172.21.15.96:6810/390659622,v1:172.21.15.96:6811/390659622]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-06T17:20:49.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:48 smithi102 bash[35648]: cluster 2024-02-06T17:20:47.745036+0000 mon.a (mon.0) 232 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-02-06T17:20:49.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:48 smithi102 bash[35648]: audit 2024-02-06T17:20:47.745152+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-06T17:20:49.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:48 smithi102 bash[35648]: audit 2024-02-06T17:20:47.745458+0000 mon.a (mon.0) 234 : audit [INF] from='osd.1 [v2:172.21.15.96:6810/390659622,v1:172.21.15.96:6811/390659622]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]: dispatch 2024-02-06T17:20:49.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:48 smithi102 bash[35648]: cluster 2024-02-06T17:20:48.021924+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-06T17:20:49.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:48 smithi102 bash[35648]: cluster 2024-02-06T17:20:48.021984+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-06T17:20:50.016 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:49 smithi096 bash[35573]: audit 2024-02-06T17:20:48.748383+0000 mon.a (mon.0) 235 : audit [INF] from='osd.1 [v2:172.21.15.96:6810/390659622,v1:172.21.15.96:6811/390659622]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]': finished 2024-02-06T17:20:50.016 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:49 smithi096 bash[35573]: cluster 2024-02-06T17:20:48.748421+0000 mon.a (mon.0) 236 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-02-06T17:20:50.016 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:49 smithi096 bash[35573]: audit 2024-02-06T17:20:48.749398+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-06T17:20:50.016 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:49 smithi096 bash[38906]: audit 2024-02-06T17:20:48.748383+0000 mon.a (mon.0) 235 : audit [INF] from='osd.1 [v2:172.21.15.96:6810/390659622,v1:172.21.15.96:6811/390659622]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]': finished 2024-02-06T17:20:50.016 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:49 smithi096 bash[38906]: cluster 2024-02-06T17:20:48.748421+0000 mon.a (mon.0) 236 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-02-06T17:20:50.017 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:49 smithi096 bash[38906]: audit 2024-02-06T17:20:48.749398+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-06T17:20:50.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:49 smithi102 bash[35648]: audit 2024-02-06T17:20:48.748383+0000 mon.a (mon.0) 235 : audit [INF] from='osd.1 [v2:172.21.15.96:6810/390659622,v1:172.21.15.96:6811/390659622]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]': finished 2024-02-06T17:20:50.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:49 smithi102 bash[35648]: cluster 2024-02-06T17:20:48.748421+0000 mon.a (mon.0) 236 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-02-06T17:20:50.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:49 smithi102 bash[35648]: audit 2024-02-06T17:20:48.749398+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-06T17:20:51.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:50 smithi096 bash[38906]: cluster 2024-02-06T17:20:49.609567+0000 mgr.y (mgr.14140) 71 : cluster [DBG] pgmap v63: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-06T17:20:51.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:50 smithi096 bash[38906]: cluster 2024-02-06T17:20:49.761808+0000 mon.a (mon.0) 238 : cluster [INF] osd.1 [v2:172.21.15.96:6810/390659622,v1:172.21.15.96:6811/390659622] boot 2024-02-06T17:20:51.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:50 smithi096 bash[38906]: cluster 2024-02-06T17:20:49.761846+0000 mon.a (mon.0) 239 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-02-06T17:20:51.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:50 smithi096 bash[38906]: audit 2024-02-06T17:20:49.762267+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-06T17:20:51.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:50 smithi096 bash[38906]: audit 2024-02-06T17:20:50.618410+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:20:51.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:50 smithi096 bash[35573]: cluster 2024-02-06T17:20:49.609567+0000 mgr.y (mgr.14140) 71 : cluster [DBG] pgmap v63: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-06T17:20:51.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:50 smithi096 bash[35573]: cluster 2024-02-06T17:20:49.761808+0000 mon.a (mon.0) 238 : cluster [INF] osd.1 [v2:172.21.15.96:6810/390659622,v1:172.21.15.96:6811/390659622] boot 2024-02-06T17:20:51.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:50 smithi096 bash[35573]: cluster 2024-02-06T17:20:49.761846+0000 mon.a (mon.0) 239 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-02-06T17:20:51.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:50 smithi096 bash[35573]: audit 2024-02-06T17:20:49.762267+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-06T17:20:51.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:50 smithi096 bash[35573]: audit 2024-02-06T17:20:50.618410+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:20:51.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:50 smithi102 bash[35648]: cluster 2024-02-06T17:20:49.609567+0000 mgr.y (mgr.14140) 71 : cluster [DBG] pgmap v63: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-06T17:20:51.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:50 smithi102 bash[35648]: cluster 2024-02-06T17:20:49.761808+0000 mon.a (mon.0) 238 : cluster [INF] osd.1 [v2:172.21.15.96:6810/390659622,v1:172.21.15.96:6811/390659622] boot 2024-02-06T17:20:51.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:50 smithi102 bash[35648]: cluster 2024-02-06T17:20:49.761846+0000 mon.a (mon.0) 239 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-02-06T17:20:51.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:50 smithi102 bash[35648]: audit 2024-02-06T17:20:49.762267+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-06T17:20:51.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:50 smithi102 bash[35648]: audit 2024-02-06T17:20:50.618410+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:20:52.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:51 smithi096 bash[38906]: cluster 2024-02-06T17:20:50.766265+0000 mon.a (mon.0) 242 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-02-06T17:20:52.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:51 smithi096 bash[38906]: audit 2024-02-06T17:20:50.768182+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240206-171849"}]: dispatch 2024-02-06T17:20:52.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:51 smithi096 bash[38906]: audit 2024-02-06T17:20:50.770448+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240206-171849"}]': finished 2024-02-06T17:20:52.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:51 smithi096 bash[35573]: cluster 2024-02-06T17:20:50.766265+0000 mon.a (mon.0) 242 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-02-06T17:20:52.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:51 smithi096 bash[35573]: audit 2024-02-06T17:20:50.768182+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240206-171849"}]: dispatch 2024-02-06T17:20:52.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:51 smithi096 bash[35573]: audit 2024-02-06T17:20:50.770448+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240206-171849"}]': finished 2024-02-06T17:20:52.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:51 smithi096 bash[38906]: audit 2024-02-06T17:20:50.809972+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644670\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644757\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644788\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644849\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644890\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}}, \"last_daemon_update\": \"2024-02-06T17:20:46.644960\", \"last_device_update\": \"2024-02-06T17:20:50.809309\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:20:52.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:51 smithi096 bash[38906]: audit 2024-02-06T17:20:50.812974+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644670\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644757\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644788\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644849\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644890\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}}, \"last_daemon_update\": \"2024-02-06T17:20:46.644960\", \"last_device_update\": \"2024-02-06T17:20:50.809309\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:20:52.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:51 smithi096 bash[38906]: audit 2024-02-06T17:20:51.740193+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-06T17:20:52.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:51 smithi096 bash[38906]: audit 2024-02-06T17:20:51.740702+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:20:52.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:51 smithi096 bash[38906]: audit 2024-02-06T17:20:51.741381+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:20:52.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:51 smithi096 bash[35573]: audit 2024-02-06T17:20:50.809972+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644670\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644757\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644788\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644849\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644890\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}}, \"last_daemon_update\": \"2024-02-06T17:20:46.644960\", \"last_device_update\": \"2024-02-06T17:20:50.809309\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:20:52.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:51 smithi096 bash[35573]: audit 2024-02-06T17:20:50.812974+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644670\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644757\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644788\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644849\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644890\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}}, \"last_daemon_update\": \"2024-02-06T17:20:46.644960\", \"last_device_update\": \"2024-02-06T17:20:50.809309\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:20:52.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:51 smithi096 bash[35573]: audit 2024-02-06T17:20:51.740193+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-06T17:20:52.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:51 smithi096 bash[35573]: audit 2024-02-06T17:20:51.740702+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:20:52.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:51 smithi096 bash[35573]: audit 2024-02-06T17:20:51.741381+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:20:52.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:51 smithi102 bash[35648]: cluster 2024-02-06T17:20:50.766265+0000 mon.a (mon.0) 242 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-02-06T17:20:52.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:51 smithi102 bash[35648]: audit 2024-02-06T17:20:50.768182+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240206-171849"}]: dispatch 2024-02-06T17:20:52.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:51 smithi102 bash[35648]: audit 2024-02-06T17:20:50.770448+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240206-171849"}]': finished 2024-02-06T17:20:52.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:51 smithi102 bash[35648]: audit 2024-02-06T17:20:50.809972+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644670\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644757\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644788\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644849\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644890\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}}, \"last_daemon_update\": \"2024-02-06T17:20:46.644960\", \"last_device_update\": \"2024-02-06T17:20:50.809309\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:20:52.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:51 smithi102 bash[35648]: audit 2024-02-06T17:20:50.812974+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644670\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644757\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644788\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644849\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644890\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}}, \"last_daemon_update\": \"2024-02-06T17:20:46.644960\", \"last_device_update\": \"2024-02-06T17:20:50.809309\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:20:52.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:51 smithi102 bash[35648]: audit 2024-02-06T17:20:51.740193+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-06T17:20:52.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:51 smithi102 bash[35648]: audit 2024-02-06T17:20:51.740702+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:20:52.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:51 smithi102 bash[35648]: audit 2024-02-06T17:20:51.741381+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:20:53.087 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:52 smithi096 bash[35573]: cluster 2024-02-06T17:20:51.609898+0000 mgr.y (mgr.14140) 72 : cluster [DBG] pgmap v66: 1 pgs: 1 undersized+peered; 0 B data, 264 KiB used, 177 GiB / 179 GiB avail 2024-02-06T17:20:53.087 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:52 smithi096 bash[35573]: audit 2024-02-06T17:20:51.739329+0000 mgr.y (mgr.14140) 73 : audit [DBG] from='client.14256 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi096:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:20:53.087 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:52 smithi096 bash[35573]: cephadm 2024-02-06T17:20:51.739933+0000 mgr.y (mgr.14140) 74 : cephadm [INF] Applying osd on host smithi096... 2024-02-06T17:20:53.087 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:52 smithi096 bash[38906]: cluster 2024-02-06T17:20:51.609898+0000 mgr.y (mgr.14140) 72 : cluster [DBG] pgmap v66: 1 pgs: 1 undersized+peered; 0 B data, 264 KiB used, 177 GiB / 179 GiB avail 2024-02-06T17:20:53.087 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:52 smithi096 bash[38906]: audit 2024-02-06T17:20:51.739329+0000 mgr.y (mgr.14140) 73 : audit [DBG] from='client.14256 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi096:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:20:53.088 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:52 smithi096 bash[38906]: cephadm 2024-02-06T17:20:51.739933+0000 mgr.y (mgr.14140) 74 : cephadm [INF] Applying osd on host smithi096... 2024-02-06T17:20:53.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:52 smithi102 bash[35648]: cluster 2024-02-06T17:20:51.609898+0000 mgr.y (mgr.14140) 72 : cluster [DBG] pgmap v66: 1 pgs: 1 undersized+peered; 0 B data, 264 KiB used, 177 GiB / 179 GiB avail 2024-02-06T17:20:53.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:52 smithi102 bash[35648]: audit 2024-02-06T17:20:51.739329+0000 mgr.y (mgr.14140) 73 : audit [DBG] from='client.14256 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi096:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:20:53.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:52 smithi102 bash[35648]: cephadm 2024-02-06T17:20:51.739933+0000 mgr.y (mgr.14140) 74 : cephadm [INF] Applying osd on host smithi096... 2024-02-06T17:20:54.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:54 smithi102 bash[35648]: cluster 2024-02-06T17:20:53.610207+0000 mgr.y (mgr.14140) 75 : cluster [DBG] pgmap v67: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-02-06T17:20:54.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:54 smithi102 bash[35648]: audit 2024-02-06T17:20:54.030566+0000 mon.a (mon.0) 250 : audit [INF] from='client.? 172.21.15.96:0/3448001087' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a7f53024-9678-4ac4-9418-5c953ce0ffeb"}]: dispatch 2024-02-06T17:20:54.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:54 smithi102 bash[35648]: audit 2024-02-06T17:20:54.034387+0000 mon.a (mon.0) 251 : audit [INF] from='client.? 172.21.15.96:0/3448001087' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a7f53024-9678-4ac4-9418-5c953ce0ffeb"}]': finished 2024-02-06T17:20:54.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:54 smithi102 bash[35648]: cluster 2024-02-06T17:20:54.034427+0000 mon.a (mon.0) 252 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-02-06T17:20:54.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:54 smithi102 bash[35648]: audit 2024-02-06T17:20:54.034534+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-06T17:20:55.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:54 smithi096 bash[35573]: cluster 2024-02-06T17:20:53.610207+0000 mgr.y (mgr.14140) 75 : cluster [DBG] pgmap v67: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-02-06T17:20:55.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:54 smithi096 bash[35573]: audit 2024-02-06T17:20:54.030566+0000 mon.a (mon.0) 250 : audit [INF] from='client.? 172.21.15.96:0/3448001087' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a7f53024-9678-4ac4-9418-5c953ce0ffeb"}]: dispatch 2024-02-06T17:20:55.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:54 smithi096 bash[35573]: audit 2024-02-06T17:20:54.034387+0000 mon.a (mon.0) 251 : audit [INF] from='client.? 172.21.15.96:0/3448001087' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a7f53024-9678-4ac4-9418-5c953ce0ffeb"}]': finished 2024-02-06T17:20:55.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:54 smithi096 bash[35573]: cluster 2024-02-06T17:20:54.034427+0000 mon.a (mon.0) 252 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-02-06T17:20:55.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:54 smithi096 bash[35573]: audit 2024-02-06T17:20:54.034534+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-06T17:20:55.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:54 smithi096 bash[38906]: cluster 2024-02-06T17:20:53.610207+0000 mgr.y (mgr.14140) 75 : cluster [DBG] pgmap v67: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-02-06T17:20:55.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:54 smithi096 bash[38906]: audit 2024-02-06T17:20:54.030566+0000 mon.a (mon.0) 250 : audit [INF] from='client.? 172.21.15.96:0/3448001087' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a7f53024-9678-4ac4-9418-5c953ce0ffeb"}]: dispatch 2024-02-06T17:20:55.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:54 smithi096 bash[38906]: audit 2024-02-06T17:20:54.034387+0000 mon.a (mon.0) 251 : audit [INF] from='client.? 172.21.15.96:0/3448001087' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a7f53024-9678-4ac4-9418-5c953ce0ffeb"}]': finished 2024-02-06T17:20:55.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:54 smithi096 bash[38906]: cluster 2024-02-06T17:20:54.034427+0000 mon.a (mon.0) 252 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-02-06T17:20:55.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:54 smithi096 bash[38906]: audit 2024-02-06T17:20:54.034534+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-06T17:20:55.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:55 smithi102 bash[35648]: audit 2024-02-06T17:20:54.810202+0000 mon.a (mon.0) 254 : audit [DBG] from='client.? 172.21.15.96:0/646830058' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-06T17:20:56.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:55 smithi096 bash[35573]: audit 2024-02-06T17:20:54.810202+0000 mon.a (mon.0) 254 : audit [DBG] from='client.? 172.21.15.96:0/646830058' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-06T17:20:56.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:55 smithi096 bash[38906]: audit 2024-02-06T17:20:54.810202+0000 mon.a (mon.0) 254 : audit [DBG] from='client.? 172.21.15.96:0/646830058' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-06T17:20:56.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:56 smithi102 bash[35648]: cluster 2024-02-06T17:20:55.610431+0000 mgr.y (mgr.14140) 76 : cluster [DBG] pgmap v69: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-02-06T17:20:57.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:56 smithi096 bash[35573]: cluster 2024-02-06T17:20:55.610431+0000 mgr.y (mgr.14140) 76 : cluster [DBG] pgmap v69: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-02-06T17:20:57.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:56 smithi096 bash[38906]: cluster 2024-02-06T17:20:55.610431+0000 mgr.y (mgr.14140) 76 : cluster [DBG] pgmap v69: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-02-06T17:20:57.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:57 smithi102 bash[35648]: audit 2024-02-06T17:20:57.317663+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:20:57.957 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:57 smithi096 bash[35573]: audit 2024-02-06T17:20:57.317663+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:20:57.958 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:57 smithi096 bash[38906]: audit 2024-02-06T17:20:57.317663+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:20:58.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:58 smithi102 bash[35648]: cluster 2024-02-06T17:20:57.610708+0000 mgr.y (mgr.14140) 77 : cluster [DBG] pgmap v70: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-06T17:20:58.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:58 smithi102 bash[35648]: cluster 2024-02-06T17:20:57.663734+0000 mon.a (mon.0) 256 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-02-06T17:20:58.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:20:58 smithi102 bash[35648]: cluster 2024-02-06T17:20:57.663793+0000 mon.a (mon.0) 257 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-02-06T17:20:58.955 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:58 smithi096 bash[35573]: cluster 2024-02-06T17:20:57.610708+0000 mgr.y (mgr.14140) 77 : cluster [DBG] pgmap v70: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-06T17:20:58.955 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:58 smithi096 bash[35573]: cluster 2024-02-06T17:20:57.663734+0000 mon.a (mon.0) 256 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-02-06T17:20:58.955 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:20:58 smithi096 bash[35573]: cluster 2024-02-06T17:20:57.663793+0000 mon.a (mon.0) 257 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-02-06T17:20:58.956 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:58 smithi096 bash[38906]: cluster 2024-02-06T17:20:57.610708+0000 mgr.y (mgr.14140) 77 : cluster [DBG] pgmap v70: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-06T17:20:58.956 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:58 smithi096 bash[38906]: cluster 2024-02-06T17:20:57.663734+0000 mon.a (mon.0) 256 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-02-06T17:20:58.956 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:20:58 smithi096 bash[38906]: cluster 2024-02-06T17:20:57.663793+0000 mon.a (mon.0) 257 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-02-06T17:21:00.853 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:00 smithi096 bash[35573]: cluster 2024-02-06T17:20:59.611046+0000 mgr.y (mgr.14140) 78 : cluster [DBG] pgmap v71: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-06T17:21:00.853 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:00 smithi096 bash[35573]: audit 2024-02-06T17:21:00.175801+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-06T17:21:00.853 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:00 smithi096 bash[35573]: audit 2024-02-06T17:21:00.176358+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:21:00.853 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:00 smithi096 bash[35573]: audit 2024-02-06T17:21:00.176974+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-02-06T17:21:00.854 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:00 smithi096 bash[38906]: cluster 2024-02-06T17:20:59.611046+0000 mgr.y (mgr.14140) 78 : cluster [DBG] pgmap v71: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-06T17:21:00.854 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:00 smithi096 bash[38906]: audit 2024-02-06T17:21:00.175801+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-06T17:21:00.854 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:00 smithi096 bash[38906]: audit 2024-02-06T17:21:00.176358+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:21:00.854 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:00 smithi096 bash[38906]: audit 2024-02-06T17:21:00.176974+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-02-06T17:21:00.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:00 smithi102 bash[35648]: cluster 2024-02-06T17:20:59.611046+0000 mgr.y (mgr.14140) 78 : cluster [DBG] pgmap v71: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-06T17:21:00.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:00 smithi102 bash[35648]: audit 2024-02-06T17:21:00.175801+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-06T17:21:00.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:00 smithi102 bash[35648]: audit 2024-02-06T17:21:00.176358+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:21:00.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:00 smithi102 bash[35648]: audit 2024-02-06T17:21:00.176974+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-02-06T17:21:01.916 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:01 smithi096 bash[35573]: cephadm 2024-02-06T17:21:00.176770+0000 mgr.y (mgr.14140) 79 : cephadm [INF] Deploying daemon osd.2 on smithi096 2024-02-06T17:21:01.916 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:01 smithi096 bash[38906]: cephadm 2024-02-06T17:21:00.176770+0000 mgr.y (mgr.14140) 79 : cephadm [INF] Deploying daemon osd.2 on smithi096 2024-02-06T17:21:01.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:01 smithi102 bash[35648]: cephadm 2024-02-06T17:21:00.176770+0000 mgr.y (mgr.14140) 79 : cephadm [INF] Deploying daemon osd.2 on smithi096 2024-02-06T17:21:01.982 INFO:teuthology.orchestra.run.smithi096.stdout:Created osd(s) 2 on host 'smithi096' 2024-02-06T17:21:02.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:02 smithi102 bash[35648]: cluster 2024-02-06T17:21:01.611521+0000 mgr.y (mgr.14140) 80 : cluster [DBG] pgmap v72: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-06T17:21:02.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:02 smithi102 bash[35648]: audit 2024-02-06T17:21:01.975980+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644670\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644757\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644788\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644849\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644890\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}}, \"last_device_update\": \"2024-02-06T17:20:50.809309\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:21:02.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:02 smithi102 bash[35648]: audit 2024-02-06T17:21:01.976512+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:21:02.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:02 smithi102 bash[35648]: audit 2024-02-06T17:21:01.979215+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644670\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644757\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644788\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644849\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644890\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}}, \"last_device_update\": \"2024-02-06T17:20:50.809309\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:21:03.007 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:02 smithi096 bash[35573]: cluster 2024-02-06T17:21:01.611521+0000 mgr.y (mgr.14140) 80 : cluster [DBG] pgmap v72: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-06T17:21:03.008 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:02 smithi096 bash[38906]: cluster 2024-02-06T17:21:01.611521+0000 mgr.y (mgr.14140) 80 : cluster [DBG] pgmap v72: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-06T17:21:03.008 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:02 smithi096 bash[35573]: audit 2024-02-06T17:21:01.975980+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644670\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644757\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644788\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644849\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644890\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}}, \"last_device_update\": \"2024-02-06T17:20:50.809309\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:21:03.008 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:02 smithi096 bash[35573]: audit 2024-02-06T17:21:01.976512+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:21:03.008 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:02 smithi096 bash[35573]: audit 2024-02-06T17:21:01.979215+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644670\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644757\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644788\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644849\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644890\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}}, \"last_device_update\": \"2024-02-06T17:20:50.809309\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:21:03.009 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:02 smithi096 bash[38906]: audit 2024-02-06T17:21:01.975980+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644670\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644757\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644788\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644849\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644890\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}}, \"last_device_update\": \"2024-02-06T17:20:50.809309\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:21:03.009 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:02 smithi096 bash[38906]: audit 2024-02-06T17:21:01.976512+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:21:03.009 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:02 smithi096 bash[38906]: audit 2024-02-06T17:21:01.979215+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644670\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644757\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644788\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644849\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:46.644890\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}}, \"last_device_update\": \"2024-02-06T17:20:50.809309\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:21:03.333 DEBUG:teuthology.orchestra.run.smithi096:osd.2> sudo journalctl -f -n 0 -u ceph-a15007fc-c513-11ee-95b6-87774f69a715@osd.2.service 2024-02-06T17:21:03.335 INFO:tasks.cephadm:Deploying osd.3 on smithi096 with /dev/vg_nvme/lv_1... 2024-02-06T17:21:03.335 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-02-06T17:21:03.365 INFO:journalctl@ceph.osd.2.smithi096.stdout:-- Logs begin at Tue 2024-02-06 17:10:32 UTC. -- 2024-02-06T17:21:04.875 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:04 smithi096 bash[35573]: cluster 2024-02-06T17:21:03.611895+0000 mgr.y (mgr.14140) 81 : cluster [DBG] pgmap v73: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-06T17:21:04.875 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:04 smithi096 bash[38906]: cluster 2024-02-06T17:21:03.611895+0000 mgr.y (mgr.14140) 81 : cluster [DBG] pgmap v73: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-06T17:21:04.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:04 smithi102 bash[35648]: cluster 2024-02-06T17:21:03.611895+0000 mgr.y (mgr.14140) 81 : cluster [DBG] pgmap v73: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-06T17:21:06.389 INFO:teuthology.orchestra.run.smithi096.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-02-06T17:21:06.389 INFO:teuthology.orchestra.run.smithi096.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-02-06T17:21:06.390 INFO:teuthology.orchestra.run.smithi096.stderr: stderr: 10+0 records in 2024-02-06T17:21:06.390 INFO:teuthology.orchestra.run.smithi096.stderr:10+0 records out 2024-02-06T17:21:06.390 INFO:teuthology.orchestra.run.smithi096.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0110036 s, 953 MB/s 2024-02-06T17:21:06.390 INFO:teuthology.orchestra.run.smithi096.stderr:--> Zapping successful for: 2024-02-06T17:21:06.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:06 smithi102 bash[35648]: cluster 2024-02-06T17:21:05.612178+0000 mgr.y (mgr.14140) 82 : cluster [DBG] pgmap v74: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-06T17:21:07.007 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:06 smithi096 bash[35573]: cluster 2024-02-06T17:21:05.612178+0000 mgr.y (mgr.14140) 82 : cluster [DBG] pgmap v74: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-06T17:21:07.007 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:06 smithi096 bash[38906]: cluster 2024-02-06T17:21:05.612178+0000 mgr.y (mgr.14140) 82 : cluster [DBG] pgmap v74: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-06T17:21:07.204 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph orch daemon add osd smithi096:vg_nvme/lv_1 2024-02-06T17:21:07.270 INFO:journalctl@ceph.osd.2.smithi096.stdout:Feb 06 17:21:07 smithi096 bash[44444]: debug 2024-02-06T17:21:07.005+0000 7f73d625bec0 -1 Falling back to public interface 2024-02-06T17:21:07.894 INFO:journalctl@ceph.osd.2.smithi096.stdout:Feb 06 17:21:07 smithi096 bash[44444]: debug 2024-02-06T17:21:07.565+0000 7f73d625bec0 -1 osd.2 0 log_to_monitors {default=true} 2024-02-06T17:21:07.894 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:07 smithi096 bash[35573]: audit 2024-02-06T17:21:07.568464+0000 mon.c (mon.1) 8 : audit [INF] from='osd.2 [v2:172.21.15.96:6818/2499454038,v1:172.21.15.96:6819/2499454038]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-06T17:21:07.894 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:07 smithi096 bash[35573]: audit 2024-02-06T17:21:07.568754+0000 mon.a (mon.0) 264 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-06T17:21:07.895 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:07 smithi096 bash[38906]: audit 2024-02-06T17:21:07.568464+0000 mon.c (mon.1) 8 : audit [INF] from='osd.2 [v2:172.21.15.96:6818/2499454038,v1:172.21.15.96:6819/2499454038]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-06T17:21:07.895 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:07 smithi096 bash[38906]: audit 2024-02-06T17:21:07.568754+0000 mon.a (mon.0) 264 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-06T17:21:07.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:07 smithi102 bash[35648]: audit 2024-02-06T17:21:07.568464+0000 mon.c (mon.1) 8 : audit [INF] from='osd.2 [v2:172.21.15.96:6818/2499454038,v1:172.21.15.96:6819/2499454038]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-06T17:21:07.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:07 smithi102 bash[35648]: audit 2024-02-06T17:21:07.568754+0000 mon.a (mon.0) 264 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-06T17:21:08.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:08 smithi102 bash[35648]: cluster 2024-02-06T17:21:07.612489+0000 mgr.y (mgr.14140) 83 : cluster [DBG] pgmap v75: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-06T17:21:08.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:08 smithi102 bash[35648]: audit 2024-02-06T17:21:07.676068+0000 mon.a (mon.0) 265 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-06T17:21:08.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:08 smithi102 bash[35648]: cluster 2024-02-06T17:21:07.676116+0000 mon.a (mon.0) 266 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2024-02-06T17:21:08.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:08 smithi102 bash[35648]: audit 2024-02-06T17:21:07.676239+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-06T17:21:08.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:08 smithi102 bash[35648]: audit 2024-02-06T17:21:07.676503+0000 mon.c (mon.1) 9 : audit [INF] from='osd.2 [v2:172.21.15.96:6818/2499454038,v1:172.21.15.96:6819/2499454038]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]: dispatch 2024-02-06T17:21:08.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:08 smithi102 bash[35648]: audit 2024-02-06T17:21:07.676801+0000 mon.a (mon.0) 268 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]: dispatch 2024-02-06T17:21:08.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:08 smithi102 bash[35648]: audit 2024-02-06T17:21:07.721233+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720339\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720414\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720447\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720477\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720505\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:07.720533\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}}, \"last_daemon_update\": \"2024-02-06T17:21:07.720615\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:21:08.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:08 smithi102 bash[35648]: audit 2024-02-06T17:21:07.723721+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720339\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720414\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720447\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720477\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720505\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:07.720533\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}}, \"last_daemon_update\": \"2024-02-06T17:21:07.720615\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:21:08.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:08 smithi102 bash[35648]: audit 2024-02-06T17:21:07.724227+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:21:09.020 INFO:journalctl@ceph.osd.2.smithi096.stdout:Feb 06 17:21:08 smithi096 bash[44444]: debug 2024-02-06T17:21:08.686+0000 7f73bf010700 -1 osd.2 0 waiting for initial osdmap 2024-02-06T17:21:09.020 INFO:journalctl@ceph.osd.2.smithi096.stdout:Feb 06 17:21:08 smithi096 bash[44444]: debug 2024-02-06T17:21:08.689+0000 7f73ca22c700 -1 osd.2 20 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-06T17:21:09.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:08 smithi096 bash[35573]: cluster 2024-02-06T17:21:07.612489+0000 mgr.y (mgr.14140) 83 : cluster [DBG] pgmap v75: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-06T17:21:09.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:08 smithi096 bash[35573]: audit 2024-02-06T17:21:07.676068+0000 mon.a (mon.0) 265 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-06T17:21:09.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:08 smithi096 bash[35573]: cluster 2024-02-06T17:21:07.676116+0000 mon.a (mon.0) 266 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2024-02-06T17:21:09.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:08 smithi096 bash[35573]: audit 2024-02-06T17:21:07.676239+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-06T17:21:09.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:08 smithi096 bash[35573]: audit 2024-02-06T17:21:07.676503+0000 mon.c (mon.1) 9 : audit [INF] from='osd.2 [v2:172.21.15.96:6818/2499454038,v1:172.21.15.96:6819/2499454038]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]: dispatch 2024-02-06T17:21:09.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:08 smithi096 bash[35573]: audit 2024-02-06T17:21:07.676801+0000 mon.a (mon.0) 268 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]: dispatch 2024-02-06T17:21:09.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:08 smithi096 bash[35573]: audit 2024-02-06T17:21:07.721233+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720339\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720414\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720447\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720477\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720505\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:07.720533\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}}, \"last_daemon_update\": \"2024-02-06T17:21:07.720615\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:21:09.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:08 smithi096 bash[35573]: audit 2024-02-06T17:21:07.723721+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720339\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720414\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720447\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720477\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720505\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:07.720533\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}}, \"last_daemon_update\": \"2024-02-06T17:21:07.720615\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:21:09.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:08 smithi096 bash[35573]: audit 2024-02-06T17:21:07.724227+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:21:09.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:08 smithi096 bash[38906]: cluster 2024-02-06T17:21:07.612489+0000 mgr.y (mgr.14140) 83 : cluster [DBG] pgmap v75: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-06T17:21:09.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:08 smithi096 bash[38906]: audit 2024-02-06T17:21:07.676068+0000 mon.a (mon.0) 265 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-06T17:21:09.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:08 smithi096 bash[38906]: cluster 2024-02-06T17:21:07.676116+0000 mon.a (mon.0) 266 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2024-02-06T17:21:09.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:08 smithi096 bash[38906]: audit 2024-02-06T17:21:07.676239+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-06T17:21:09.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:08 smithi096 bash[38906]: audit 2024-02-06T17:21:07.676503+0000 mon.c (mon.1) 9 : audit [INF] from='osd.2 [v2:172.21.15.96:6818/2499454038,v1:172.21.15.96:6819/2499454038]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]: dispatch 2024-02-06T17:21:09.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:08 smithi096 bash[38906]: audit 2024-02-06T17:21:07.676801+0000 mon.a (mon.0) 268 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]: dispatch 2024-02-06T17:21:09.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:08 smithi096 bash[38906]: audit 2024-02-06T17:21:07.721233+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720339\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720414\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720447\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720477\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720505\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:07.720533\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}}, \"last_daemon_update\": \"2024-02-06T17:21:07.720615\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:21:09.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:08 smithi096 bash[38906]: audit 2024-02-06T17:21:07.723721+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720339\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720414\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720447\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720477\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720505\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:07.720533\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}}, \"last_daemon_update\": \"2024-02-06T17:21:07.720615\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:21:09.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:08 smithi096 bash[38906]: audit 2024-02-06T17:21:07.724227+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:21:10.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:09 smithi096 bash[35573]: cluster 2024-02-06T17:21:08.602347+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-06T17:21:10.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:09 smithi096 bash[35573]: cluster 2024-02-06T17:21:08.602377+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-06T17:21:10.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:09 smithi096 bash[35573]: audit 2024-02-06T17:21:08.677180+0000 mon.a (mon.0) 272 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]': finished 2024-02-06T17:21:10.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:09 smithi096 bash[35573]: cluster 2024-02-06T17:21:08.677220+0000 mon.a (mon.0) 273 : cluster [DBG] osdmap e20: 3 total, 2 up, 2 in 2024-02-06T17:21:10.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:09 smithi096 bash[35573]: audit 2024-02-06T17:21:08.677660+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-06T17:21:10.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:09 smithi096 bash[38906]: cluster 2024-02-06T17:21:08.602347+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-06T17:21:10.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:09 smithi096 bash[38906]: cluster 2024-02-06T17:21:08.602377+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-06T17:21:10.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:09 smithi096 bash[38906]: audit 2024-02-06T17:21:08.677180+0000 mon.a (mon.0) 272 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]': finished 2024-02-06T17:21:10.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:09 smithi096 bash[38906]: cluster 2024-02-06T17:21:08.677220+0000 mon.a (mon.0) 273 : cluster [DBG] osdmap e20: 3 total, 2 up, 2 in 2024-02-06T17:21:10.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:09 smithi096 bash[38906]: audit 2024-02-06T17:21:08.677660+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-06T17:21:10.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:09 smithi102 bash[35648]: cluster 2024-02-06T17:21:08.602347+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-06T17:21:10.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:09 smithi102 bash[35648]: cluster 2024-02-06T17:21:08.602377+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-06T17:21:10.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:09 smithi102 bash[35648]: audit 2024-02-06T17:21:08.677180+0000 mon.a (mon.0) 272 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]': finished 2024-02-06T17:21:10.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:09 smithi102 bash[35648]: cluster 2024-02-06T17:21:08.677220+0000 mon.a (mon.0) 273 : cluster [DBG] osdmap e20: 3 total, 2 up, 2 in 2024-02-06T17:21:10.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:09 smithi102 bash[35648]: audit 2024-02-06T17:21:08.677660+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-06T17:21:11.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:10 smithi096 bash[35573]: cluster 2024-02-06T17:21:09.612799+0000 mgr.y (mgr.14140) 84 : cluster [DBG] pgmap v78: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-06T17:21:11.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:10 smithi096 bash[35573]: cluster 2024-02-06T17:21:09.689015+0000 mon.a (mon.0) 275 : cluster [INF] osd.2 [v2:172.21.15.96:6818/2499454038,v1:172.21.15.96:6819/2499454038] boot 2024-02-06T17:21:11.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:10 smithi096 bash[35573]: cluster 2024-02-06T17:21:09.689060+0000 mon.a (mon.0) 276 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-02-06T17:21:11.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:10 smithi096 bash[35573]: audit 2024-02-06T17:21:09.689501+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-06T17:21:11.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:10 smithi096 bash[35573]: audit 2024-02-06T17:21:09.857890+0000 mgr.y (mgr.14140) 85 : audit [DBG] from='client.14283 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi096:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:21:11.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:10 smithi096 bash[35573]: cephadm 2024-02-06T17:21:09.858469+0000 mgr.y (mgr.14140) 86 : cephadm [INF] Applying osd on host smithi096... 2024-02-06T17:21:11.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:10 smithi096 bash[35573]: audit 2024-02-06T17:21:09.858734+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-06T17:21:11.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:10 smithi096 bash[35573]: audit 2024-02-06T17:21:09.859270+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:21:11.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:10 smithi096 bash[35573]: audit 2024-02-06T17:21:09.859976+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:21:11.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:10 smithi096 bash[35573]: cluster 2024-02-06T17:21:10.690630+0000 mon.a (mon.0) 281 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-02-06T17:21:11.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:10 smithi096 bash[38906]: cluster 2024-02-06T17:21:09.612799+0000 mgr.y (mgr.14140) 84 : cluster [DBG] pgmap v78: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-06T17:21:11.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:10 smithi096 bash[38906]: cluster 2024-02-06T17:21:09.689015+0000 mon.a (mon.0) 275 : cluster [INF] osd.2 [v2:172.21.15.96:6818/2499454038,v1:172.21.15.96:6819/2499454038] boot 2024-02-06T17:21:11.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:10 smithi096 bash[38906]: cluster 2024-02-06T17:21:09.689060+0000 mon.a (mon.0) 276 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-02-06T17:21:11.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:10 smithi096 bash[38906]: audit 2024-02-06T17:21:09.689501+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-06T17:21:11.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:10 smithi096 bash[38906]: audit 2024-02-06T17:21:09.857890+0000 mgr.y (mgr.14140) 85 : audit [DBG] from='client.14283 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi096:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:21:11.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:10 smithi096 bash[38906]: cephadm 2024-02-06T17:21:09.858469+0000 mgr.y (mgr.14140) 86 : cephadm [INF] Applying osd on host smithi096... 2024-02-06T17:21:11.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:10 smithi096 bash[38906]: audit 2024-02-06T17:21:09.858734+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-06T17:21:11.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:10 smithi096 bash[38906]: audit 2024-02-06T17:21:09.859270+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:21:11.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:10 smithi096 bash[38906]: audit 2024-02-06T17:21:09.859976+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:21:11.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:10 smithi096 bash[38906]: cluster 2024-02-06T17:21:10.690630+0000 mon.a (mon.0) 281 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-02-06T17:21:11.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:10 smithi102 bash[35648]: cluster 2024-02-06T17:21:09.612799+0000 mgr.y (mgr.14140) 84 : cluster [DBG] pgmap v78: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-06T17:21:11.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:10 smithi102 bash[35648]: cluster 2024-02-06T17:21:09.689015+0000 mon.a (mon.0) 275 : cluster [INF] osd.2 [v2:172.21.15.96:6818/2499454038,v1:172.21.15.96:6819/2499454038] boot 2024-02-06T17:21:11.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:10 smithi102 bash[35648]: cluster 2024-02-06T17:21:09.689060+0000 mon.a (mon.0) 276 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-02-06T17:21:11.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:10 smithi102 bash[35648]: audit 2024-02-06T17:21:09.689501+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-06T17:21:11.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:10 smithi102 bash[35648]: audit 2024-02-06T17:21:09.857890+0000 mgr.y (mgr.14140) 85 : audit [DBG] from='client.14283 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi096:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:21:11.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:10 smithi102 bash[35648]: cephadm 2024-02-06T17:21:09.858469+0000 mgr.y (mgr.14140) 86 : cephadm [INF] Applying osd on host smithi096... 2024-02-06T17:21:11.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:10 smithi102 bash[35648]: audit 2024-02-06T17:21:09.858734+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-06T17:21:11.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:10 smithi102 bash[35648]: audit 2024-02-06T17:21:09.859270+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:21:11.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:10 smithi102 bash[35648]: audit 2024-02-06T17:21:09.859976+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:21:11.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:10 smithi102 bash[35648]: cluster 2024-02-06T17:21:10.690630+0000 mon.a (mon.0) 281 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-02-06T17:21:11.935 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:11 smithi096 bash[35573]: cluster 2024-02-06T17:21:11.693296+0000 mon.a (mon.0) 282 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-02-06T17:21:11.935 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:11 smithi096 bash[35573]: cluster 2024-02-06T17:21:11.693357+0000 mon.a (mon.0) 283 : cluster [INF] Cluster is now healthy 2024-02-06T17:21:11.935 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:11 smithi096 bash[38906]: cluster 2024-02-06T17:21:11.693296+0000 mon.a (mon.0) 282 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-02-06T17:21:11.935 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:11 smithi096 bash[38906]: cluster 2024-02-06T17:21:11.693357+0000 mon.a (mon.0) 283 : cluster [INF] Cluster is now healthy 2024-02-06T17:21:12.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:11 smithi102 bash[35648]: cluster 2024-02-06T17:21:11.693296+0000 mon.a (mon.0) 282 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-02-06T17:21:12.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:11 smithi102 bash[35648]: cluster 2024-02-06T17:21:11.693357+0000 mon.a (mon.0) 283 : cluster [INF] Cluster is now healthy 2024-02-06T17:21:13.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:12 smithi096 bash[35573]: cluster 2024-02-06T17:21:11.613067+0000 mgr.y (mgr.14140) 87 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 528 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:21:13.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:12 smithi096 bash[35573]: audit 2024-02-06T17:21:12.585524+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:21:13.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:12 smithi096 bash[38906]: cluster 2024-02-06T17:21:11.613067+0000 mgr.y (mgr.14140) 87 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 528 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:21:13.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:12 smithi096 bash[38906]: audit 2024-02-06T17:21:12.585524+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:21:13.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:12 smithi102 bash[35648]: cluster 2024-02-06T17:21:11.613067+0000 mgr.y (mgr.14140) 87 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 528 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:21:13.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:12 smithi102 bash[35648]: audit 2024-02-06T17:21:12.585524+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:21:14.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:13 smithi096 bash[38906]: audit 2024-02-06T17:21:12.768794+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720339\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720414\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720447\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720477\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720505\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:07.720533\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}}, \"last_daemon_update\": \"2024-02-06T17:21:07.720615\", \"last_device_update\": \"2024-02-06T17:21:12.768131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:21:14.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:13 smithi096 bash[35573]: audit 2024-02-06T17:21:12.768794+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720339\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720414\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720447\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720477\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720505\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:07.720533\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}}, \"last_daemon_update\": \"2024-02-06T17:21:07.720615\", \"last_device_update\": \"2024-02-06T17:21:12.768131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:21:14.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:13 smithi096 bash[38906]: audit 2024-02-06T17:21:12.771338+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720339\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720414\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720447\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720477\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720505\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:07.720533\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}}, \"last_daemon_update\": \"2024-02-06T17:21:07.720615\", \"last_device_update\": \"2024-02-06T17:21:12.768131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:21:14.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:13 smithi096 bash[38906]: audit 2024-02-06T17:21:13.272853+0000 mon.c (mon.1) 10 : audit [INF] from='client.? 172.21.15.96:0/1036480911' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5232bb7e-9487-416f-879c-c4e18419cf70"}]: dispatch 2024-02-06T17:21:14.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:13 smithi096 bash[38906]: audit 2024-02-06T17:21:13.273143+0000 mon.a (mon.0) 287 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5232bb7e-9487-416f-879c-c4e18419cf70"}]: dispatch 2024-02-06T17:21:14.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:13 smithi096 bash[38906]: audit 2024-02-06T17:21:13.277234+0000 mon.a (mon.0) 288 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5232bb7e-9487-416f-879c-c4e18419cf70"}]': finished 2024-02-06T17:21:14.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:13 smithi096 bash[38906]: cluster 2024-02-06T17:21:13.277289+0000 mon.a (mon.0) 289 : cluster [DBG] osdmap e23: 4 total, 3 up, 3 in 2024-02-06T17:21:14.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:13 smithi096 bash[38906]: audit 2024-02-06T17:21:13.277391+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-06T17:21:14.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:13 smithi096 bash[35573]: audit 2024-02-06T17:21:12.771338+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720339\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720414\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720447\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720477\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720505\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:07.720533\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}}, \"last_daemon_update\": \"2024-02-06T17:21:07.720615\", \"last_device_update\": \"2024-02-06T17:21:12.768131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:21:14.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:13 smithi096 bash[35573]: audit 2024-02-06T17:21:13.272853+0000 mon.c (mon.1) 10 : audit [INF] from='client.? 172.21.15.96:0/1036480911' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5232bb7e-9487-416f-879c-c4e18419cf70"}]: dispatch 2024-02-06T17:21:14.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:13 smithi096 bash[35573]: audit 2024-02-06T17:21:13.273143+0000 mon.a (mon.0) 287 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5232bb7e-9487-416f-879c-c4e18419cf70"}]: dispatch 2024-02-06T17:21:14.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:13 smithi096 bash[35573]: audit 2024-02-06T17:21:13.277234+0000 mon.a (mon.0) 288 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5232bb7e-9487-416f-879c-c4e18419cf70"}]': finished 2024-02-06T17:21:14.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:13 smithi096 bash[35573]: cluster 2024-02-06T17:21:13.277289+0000 mon.a (mon.0) 289 : cluster [DBG] osdmap e23: 4 total, 3 up, 3 in 2024-02-06T17:21:14.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:13 smithi096 bash[35573]: audit 2024-02-06T17:21:13.277391+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-06T17:21:14.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:13 smithi102 bash[35648]: audit 2024-02-06T17:21:12.768794+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720339\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720414\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720447\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720477\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720505\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:07.720533\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}}, \"last_daemon_update\": \"2024-02-06T17:21:07.720615\", \"last_device_update\": \"2024-02-06T17:21:12.768131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:21:14.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:13 smithi102 bash[35648]: audit 2024-02-06T17:21:12.771338+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720339\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720414\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720447\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720477\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720505\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:07.720533\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}}, \"last_daemon_update\": \"2024-02-06T17:21:07.720615\", \"last_device_update\": \"2024-02-06T17:21:12.768131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:21:14.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:13 smithi102 bash[35648]: audit 2024-02-06T17:21:13.272853+0000 mon.c (mon.1) 10 : audit [INF] from='client.? 172.21.15.96:0/1036480911' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5232bb7e-9487-416f-879c-c4e18419cf70"}]: dispatch 2024-02-06T17:21:14.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:13 smithi102 bash[35648]: audit 2024-02-06T17:21:13.273143+0000 mon.a (mon.0) 287 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5232bb7e-9487-416f-879c-c4e18419cf70"}]: dispatch 2024-02-06T17:21:14.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:13 smithi102 bash[35648]: audit 2024-02-06T17:21:13.277234+0000 mon.a (mon.0) 288 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5232bb7e-9487-416f-879c-c4e18419cf70"}]': finished 2024-02-06T17:21:14.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:13 smithi102 bash[35648]: cluster 2024-02-06T17:21:13.277289+0000 mon.a (mon.0) 289 : cluster [DBG] osdmap e23: 4 total, 3 up, 3 in 2024-02-06T17:21:14.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:13 smithi102 bash[35648]: audit 2024-02-06T17:21:13.277391+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-06T17:21:15.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:14 smithi096 bash[35573]: cluster 2024-02-06T17:21:13.613321+0000 mgr.y (mgr.14140) 88 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 560 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:21:15.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:14 smithi096 bash[35573]: audit 2024-02-06T17:21:14.063043+0000 mon.a (mon.0) 291 : audit [DBG] from='client.? 172.21.15.96:0/1386128268' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-06T17:21:15.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:14 smithi096 bash[38906]: cluster 2024-02-06T17:21:13.613321+0000 mgr.y (mgr.14140) 88 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 560 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:21:15.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:14 smithi096 bash[38906]: audit 2024-02-06T17:21:14.063043+0000 mon.a (mon.0) 291 : audit [DBG] from='client.? 172.21.15.96:0/1386128268' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-06T17:21:15.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:14 smithi102 bash[35648]: cluster 2024-02-06T17:21:13.613321+0000 mgr.y (mgr.14140) 88 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 560 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:21:15.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:14 smithi102 bash[35648]: audit 2024-02-06T17:21:14.063043+0000 mon.a (mon.0) 291 : audit [DBG] from='client.? 172.21.15.96:0/1386128268' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-06T17:21:17.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:16 smithi096 bash[35573]: cluster 2024-02-06T17:21:15.613748+0000 mgr.y (mgr.14140) 89 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 560 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:21:17.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:16 smithi096 bash[35573]: audit 2024-02-06T17:21:16.627737+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:21:17.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:16 smithi096 bash[38906]: cluster 2024-02-06T17:21:15.613748+0000 mgr.y (mgr.14140) 89 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 560 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:21:17.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:16 smithi096 bash[38906]: audit 2024-02-06T17:21:16.627737+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:21:17.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:16 smithi102 bash[35648]: cluster 2024-02-06T17:21:15.613748+0000 mgr.y (mgr.14140) 89 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 560 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:21:17.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:16 smithi102 bash[35648]: audit 2024-02-06T17:21:16.627737+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:21:19.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:18 smithi096 bash[35573]: cluster 2024-02-06T17:21:17.614204+0000 mgr.y (mgr.14140) 90 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:21:19.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:18 smithi096 bash[38906]: cluster 2024-02-06T17:21:17.614204+0000 mgr.y (mgr.14140) 90 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:21:19.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:18 smithi102 bash[35648]: cluster 2024-02-06T17:21:17.614204+0000 mgr.y (mgr.14140) 90 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:21:19.768 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:19 smithi096 bash[35573]: audit 2024-02-06T17:21:19.491996+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-06T17:21:19.769 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:19 smithi096 bash[35573]: audit 2024-02-06T17:21:19.492637+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:21:19.769 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:19 smithi096 bash[35573]: audit 2024-02-06T17:21:19.493363+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-02-06T17:21:20.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:19 smithi096 bash[38906]: audit 2024-02-06T17:21:19.491996+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-06T17:21:20.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:19 smithi096 bash[38906]: audit 2024-02-06T17:21:19.492637+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:21:20.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:19 smithi096 bash[38906]: audit 2024-02-06T17:21:19.493363+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-02-06T17:21:20.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:19 smithi102 bash[35648]: audit 2024-02-06T17:21:19.491996+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-06T17:21:20.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:19 smithi102 bash[35648]: audit 2024-02-06T17:21:19.492637+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:21:20.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:19 smithi102 bash[35648]: audit 2024-02-06T17:21:19.493363+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-02-06T17:21:20.972 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:20 smithi096 bash[35573]: cephadm 2024-02-06T17:21:19.493073+0000 mgr.y (mgr.14140) 91 : cephadm [INF] Deploying daemon osd.3 on smithi096 2024-02-06T17:21:20.972 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:20 smithi096 bash[35573]: cluster 2024-02-06T17:21:19.614450+0000 mgr.y (mgr.14140) 92 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:21:20.972 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:20 smithi096 bash[38906]: cephadm 2024-02-06T17:21:19.493073+0000 mgr.y (mgr.14140) 91 : cephadm [INF] Deploying daemon osd.3 on smithi096 2024-02-06T17:21:20.972 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:20 smithi096 bash[38906]: cluster 2024-02-06T17:21:19.614450+0000 mgr.y (mgr.14140) 92 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:21:21.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:20 smithi102 bash[35648]: cephadm 2024-02-06T17:21:19.493073+0000 mgr.y (mgr.14140) 91 : cephadm [INF] Deploying daemon osd.3 on smithi096 2024-02-06T17:21:21.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:20 smithi102 bash[35648]: cluster 2024-02-06T17:21:19.614450+0000 mgr.y (mgr.14140) 92 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:21:21.293 INFO:teuthology.orchestra.run.smithi096.stdout:Created osd(s) 3 on host 'smithi096' 2024-02-06T17:21:22.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:21 smithi096 bash[35573]: audit 2024-02-06T17:21:21.286445+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720339\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720414\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720447\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720477\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720505\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:07.720533\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}}, \"last_device_update\": \"2024-02-06T17:21:12.768131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:21:22.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:21 smithi096 bash[35573]: audit 2024-02-06T17:21:21.287082+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:21:22.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:21 smithi096 bash[35573]: audit 2024-02-06T17:21:21.289566+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720339\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720414\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720447\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720477\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720505\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:07.720533\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}}, \"last_device_update\": \"2024-02-06T17:21:12.768131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:21:22.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:21 smithi096 bash[38906]: audit 2024-02-06T17:21:21.286445+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720339\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720414\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720447\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720477\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720505\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:07.720533\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}}, \"last_device_update\": \"2024-02-06T17:21:12.768131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:21:22.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:21 smithi096 bash[38906]: audit 2024-02-06T17:21:21.287082+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:21:22.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:21 smithi096 bash[38906]: audit 2024-02-06T17:21:21.289566+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720339\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720414\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720447\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720477\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720505\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:07.720533\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}}, \"last_device_update\": \"2024-02-06T17:21:12.768131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:21:22.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:21 smithi102 bash[35648]: audit 2024-02-06T17:21:21.286445+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720339\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720414\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720447\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720477\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720505\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:07.720533\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}}, \"last_device_update\": \"2024-02-06T17:21:12.768131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:21:22.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:21 smithi102 bash[35648]: audit 2024-02-06T17:21:21.287082+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:21:22.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:21 smithi102 bash[35648]: audit 2024-02-06T17:21:21.289566+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720339\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720414\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720447\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720477\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:07.720505\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:07.720533\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}}, \"last_device_update\": \"2024-02-06T17:21:12.768131\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:21:23.125 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:22 smithi096 bash[35573]: cluster 2024-02-06T17:21:21.614927+0000 mgr.y (mgr.14140) 93 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-02-06T17:21:23.126 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:22 smithi096 bash[38906]: cluster 2024-02-06T17:21:21.614927+0000 mgr.y (mgr.14140) 93 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-02-06T17:21:23.139 DEBUG:teuthology.orchestra.run.smithi096:osd.3> sudo journalctl -f -n 0 -u ceph-a15007fc-c513-11ee-95b6-87774f69a715@osd.3.service 2024-02-06T17:21:23.141 INFO:tasks.cephadm:Deploying osd.4 on smithi102 with /dev/vg_nvme/lv_4... 2024-02-06T17:21:23.141 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-06T17:21:23.172 INFO:journalctl@ceph.osd.3.smithi096.stdout:-- Logs begin at Tue 2024-02-06 17:10:32 UTC. -- 2024-02-06T17:21:23.173 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:22 smithi102 bash[35648]: cluster 2024-02-06T17:21:21.614927+0000 mgr.y (mgr.14140) 93 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-02-06T17:21:24.666 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:24 smithi102 bash[35648]: cluster 2024-02-06T17:21:23.615284+0000 mgr.y (mgr.14140) 94 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-02-06T17:21:24.666 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:24 smithi102 bash[35648]: audit 2024-02-06T17:21:24.441177+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440208\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440282\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440313\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440341\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440368\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440395\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440422\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}}, \"last_daemon_update\": \"2024-02-06T17:21:24.440493\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:21:24.666 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:24 smithi102 bash[35648]: audit 2024-02-06T17:21:24.444052+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440208\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440282\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440313\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440341\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440368\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440395\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440422\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}}, \"last_daemon_update\": \"2024-02-06T17:21:24.440493\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:21:24.667 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:24 smithi102 bash[35648]: audit 2024-02-06T17:21:24.444551+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:21:24.770 INFO:journalctl@ceph.osd.3.smithi096.stdout:Feb 06 17:21:24 smithi096 bash[45912]: debug 2024-02-06T17:21:24.489+0000 7f23df2c2ec0 -1 Falling back to public interface 2024-02-06T17:21:24.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:24 smithi096 bash[35573]: cluster 2024-02-06T17:21:23.615284+0000 mgr.y (mgr.14140) 94 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-02-06T17:21:24.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:24 smithi096 bash[38906]: cluster 2024-02-06T17:21:23.615284+0000 mgr.y (mgr.14140) 94 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-02-06T17:21:24.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:24 smithi096 bash[38906]: audit 2024-02-06T17:21:24.441177+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440208\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440282\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440313\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440341\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440368\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440395\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440422\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}}, \"last_daemon_update\": \"2024-02-06T17:21:24.440493\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:21:24.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:24 smithi096 bash[35573]: audit 2024-02-06T17:21:24.441177+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440208\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440282\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440313\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440341\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440368\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440395\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440422\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}}, \"last_daemon_update\": \"2024-02-06T17:21:24.440493\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:21:24.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:24 smithi096 bash[35573]: audit 2024-02-06T17:21:24.444052+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440208\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440282\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440313\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440341\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440368\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440395\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440422\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}}, \"last_daemon_update\": \"2024-02-06T17:21:24.440493\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:21:24.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:24 smithi096 bash[35573]: audit 2024-02-06T17:21:24.444551+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:21:24.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:24 smithi096 bash[38906]: audit 2024-02-06T17:21:24.444052+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440208\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440282\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440313\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440341\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440368\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440395\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440422\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}}, \"last_daemon_update\": \"2024-02-06T17:21:24.440493\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:21:24.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:24 smithi096 bash[38906]: audit 2024-02-06T17:21:24.444551+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:21:25.112 INFO:teuthology.orchestra.run.smithi102.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-06T17:21:25.112 INFO:teuthology.orchestra.run.smithi102.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-06T17:21:25.112 INFO:teuthology.orchestra.run.smithi102.stderr: stderr: 10+0 records in 2024-02-06T17:21:25.112 INFO:teuthology.orchestra.run.smithi102.stderr:10+0 records out 2024-02-06T17:21:25.113 INFO:teuthology.orchestra.run.smithi102.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0128976 s, 813 MB/s 2024-02-06T17:21:25.113 INFO:teuthology.orchestra.run.smithi102.stderr:--> Zapping successful for: 2024-02-06T17:21:25.270 INFO:journalctl@ceph.osd.3.smithi096.stdout:Feb 06 17:21:25 smithi096 bash[45912]: debug 2024-02-06T17:21:25.047+0000 7f23df2c2ec0 -1 osd.3 0 log_to_monitors {default=true} 2024-02-06T17:21:25.696 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:25 smithi102 bash[35648]: audit 2024-02-06T17:21:25.051284+0000 mon.c (mon.1) 11 : audit [INF] from='osd.3 [v2:172.21.15.96:6826/1356832231,v1:172.21.15.96:6827/1356832231]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-06T17:21:25.696 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:25 smithi102 bash[35648]: audit 2024-02-06T17:21:25.051542+0000 mon.a (mon.0) 302 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-06T17:21:25.706 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph orch daemon add osd smithi102:vg_nvme/lv_4 2024-02-06T17:21:25.858 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:25 smithi096 bash[35573]: audit 2024-02-06T17:21:25.051284+0000 mon.c (mon.1) 11 : audit [INF] from='osd.3 [v2:172.21.15.96:6826/1356832231,v1:172.21.15.96:6827/1356832231]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-06T17:21:25.858 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:25 smithi096 bash[35573]: audit 2024-02-06T17:21:25.051542+0000 mon.a (mon.0) 302 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-06T17:21:25.858 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:25 smithi096 bash[38906]: audit 2024-02-06T17:21:25.051284+0000 mon.c (mon.1) 11 : audit [INF] from='osd.3 [v2:172.21.15.96:6826/1356832231,v1:172.21.15.96:6827/1356832231]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-06T17:21:25.858 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:25 smithi096 bash[38906]: audit 2024-02-06T17:21:25.051542+0000 mon.a (mon.0) 302 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-06T17:21:26.936 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:26 smithi102 bash[35648]: cluster 2024-02-06T17:21:25.615573+0000 mgr.y (mgr.14140) 95 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-02-06T17:21:26.937 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:26 smithi102 bash[35648]: audit 2024-02-06T17:21:25.620633+0000 mon.a (mon.0) 303 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-06T17:21:26.937 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:26 smithi102 bash[35648]: cluster 2024-02-06T17:21:25.620683+0000 mon.a (mon.0) 304 : cluster [DBG] osdmap e24: 4 total, 3 up, 3 in 2024-02-06T17:21:26.937 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:26 smithi102 bash[35648]: audit 2024-02-06T17:21:25.620803+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-06T17:21:26.937 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:26 smithi102 bash[35648]: audit 2024-02-06T17:21:25.621115+0000 mon.c (mon.1) 12 : audit [INF] from='osd.3 [v2:172.21.15.96:6826/1356832231,v1:172.21.15.96:6827/1356832231]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]: dispatch 2024-02-06T17:21:26.937 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:26 smithi102 bash[35648]: audit 2024-02-06T17:21:25.621347+0000 mon.a (mon.0) 306 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]: dispatch 2024-02-06T17:21:26.997 INFO:journalctl@ceph.osd.3.smithi096.stdout:Feb 06 17:21:26 smithi096 bash[45912]: debug 2024-02-06T17:21:26.626+0000 7f23c406f700 -1 osd.3 0 waiting for initial osdmap 2024-02-06T17:21:26.997 INFO:journalctl@ceph.osd.3.smithi096.stdout:Feb 06 17:21:26 smithi096 bash[45912]: debug 2024-02-06T17:21:26.630+0000 7f23cf28b700 -1 osd.3 25 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-06T17:21:26.997 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:26 smithi096 bash[35573]: cluster 2024-02-06T17:21:25.615573+0000 mgr.y (mgr.14140) 95 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-02-06T17:21:26.997 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:26 smithi096 bash[35573]: audit 2024-02-06T17:21:25.620633+0000 mon.a (mon.0) 303 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-06T17:21:26.998 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:26 smithi096 bash[35573]: cluster 2024-02-06T17:21:25.620683+0000 mon.a (mon.0) 304 : cluster [DBG] osdmap e24: 4 total, 3 up, 3 in 2024-02-06T17:21:26.998 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:26 smithi096 bash[35573]: audit 2024-02-06T17:21:25.620803+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-06T17:21:26.998 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:26 smithi096 bash[35573]: audit 2024-02-06T17:21:25.621115+0000 mon.c (mon.1) 12 : audit [INF] from='osd.3 [v2:172.21.15.96:6826/1356832231,v1:172.21.15.96:6827/1356832231]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]: dispatch 2024-02-06T17:21:26.998 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:26 smithi096 bash[35573]: audit 2024-02-06T17:21:25.621347+0000 mon.a (mon.0) 306 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]: dispatch 2024-02-06T17:21:26.998 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:26 smithi096 bash[38906]: cluster 2024-02-06T17:21:25.615573+0000 mgr.y (mgr.14140) 95 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-02-06T17:21:26.998 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:26 smithi096 bash[38906]: audit 2024-02-06T17:21:25.620633+0000 mon.a (mon.0) 303 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-06T17:21:26.998 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:26 smithi096 bash[38906]: cluster 2024-02-06T17:21:25.620683+0000 mon.a (mon.0) 304 : cluster [DBG] osdmap e24: 4 total, 3 up, 3 in 2024-02-06T17:21:26.998 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:26 smithi096 bash[38906]: audit 2024-02-06T17:21:25.620803+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-06T17:21:26.998 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:26 smithi096 bash[38906]: audit 2024-02-06T17:21:25.621115+0000 mon.c (mon.1) 12 : audit [INF] from='osd.3 [v2:172.21.15.96:6826/1356832231,v1:172.21.15.96:6827/1356832231]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]: dispatch 2024-02-06T17:21:26.999 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:26 smithi096 bash[38906]: audit 2024-02-06T17:21:25.621347+0000 mon.a (mon.0) 306 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]: dispatch 2024-02-06T17:21:27.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:27 smithi102 bash[35648]: cluster 2024-02-06T17:21:26.062490+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-06T17:21:27.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:27 smithi102 bash[35648]: cluster 2024-02-06T17:21:26.062527+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-06T17:21:27.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:27 smithi102 bash[35648]: audit 2024-02-06T17:21:26.622158+0000 mon.a (mon.0) 307 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]': finished 2024-02-06T17:21:27.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:27 smithi102 bash[35648]: cluster 2024-02-06T17:21:26.622201+0000 mon.a (mon.0) 308 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-02-06T17:21:27.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:27 smithi102 bash[35648]: audit 2024-02-06T17:21:26.622822+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-06T17:21:27.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:27 smithi102 bash[35648]: audit 2024-02-06T17:21:27.572179+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-06T17:21:27.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:27 smithi102 bash[35648]: audit 2024-02-06T17:21:27.572786+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:21:27.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:27 smithi102 bash[35648]: audit 2024-02-06T17:21:27.573631+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:21:28.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:27 smithi096 bash[38906]: cluster 2024-02-06T17:21:26.062490+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-06T17:21:28.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:27 smithi096 bash[38906]: cluster 2024-02-06T17:21:26.062527+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-06T17:21:28.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:27 smithi096 bash[38906]: audit 2024-02-06T17:21:26.622158+0000 mon.a (mon.0) 307 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]': finished 2024-02-06T17:21:28.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:27 smithi096 bash[38906]: cluster 2024-02-06T17:21:26.622201+0000 mon.a (mon.0) 308 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-02-06T17:21:28.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:27 smithi096 bash[38906]: audit 2024-02-06T17:21:26.622822+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-06T17:21:28.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:27 smithi096 bash[38906]: audit 2024-02-06T17:21:27.572179+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-06T17:21:28.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:27 smithi096 bash[38906]: audit 2024-02-06T17:21:27.572786+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:21:28.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:27 smithi096 bash[38906]: audit 2024-02-06T17:21:27.573631+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:21:28.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:27 smithi096 bash[35573]: cluster 2024-02-06T17:21:26.062490+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-06T17:21:28.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:27 smithi096 bash[35573]: cluster 2024-02-06T17:21:26.062527+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-06T17:21:28.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:27 smithi096 bash[35573]: audit 2024-02-06T17:21:26.622158+0000 mon.a (mon.0) 307 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]': finished 2024-02-06T17:21:28.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:27 smithi096 bash[35573]: cluster 2024-02-06T17:21:26.622201+0000 mon.a (mon.0) 308 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-02-06T17:21:28.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:27 smithi096 bash[35573]: audit 2024-02-06T17:21:26.622822+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-06T17:21:28.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:27 smithi096 bash[35573]: audit 2024-02-06T17:21:27.572179+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-06T17:21:28.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:27 smithi096 bash[35573]: audit 2024-02-06T17:21:27.572786+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:21:28.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:27 smithi096 bash[35573]: audit 2024-02-06T17:21:27.573631+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:21:28.854 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:28 smithi102 bash[35648]: audit 2024-02-06T17:21:27.571146+0000 mgr.y (mgr.14140) 96 : audit [DBG] from='client.34175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi102:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:21:28.854 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:28 smithi102 bash[35648]: cephadm 2024-02-06T17:21:27.571939+0000 mgr.y (mgr.14140) 97 : cephadm [INF] Applying osd on host smithi102... 2024-02-06T17:21:28.854 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:28 smithi102 bash[35648]: cluster 2024-02-06T17:21:27.615965+0000 mgr.y (mgr.14140) 98 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 616 KiB used, 265 GiB / 268 GiB avail 2024-02-06T17:21:28.854 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:28 smithi102 bash[35648]: cluster 2024-02-06T17:21:27.627213+0000 mon.a (mon.0) 313 : cluster [INF] osd.3 [v2:172.21.15.96:6826/1356832231,v1:172.21.15.96:6827/1356832231] boot 2024-02-06T17:21:28.855 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:28 smithi102 bash[35648]: cluster 2024-02-06T17:21:27.627246+0000 mon.a (mon.0) 314 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-02-06T17:21:28.855 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:28 smithi102 bash[35648]: audit 2024-02-06T17:21:27.627761+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-06T17:21:28.855 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:28 smithi102 bash[35648]: audit 2024-02-06T17:21:27.673477+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:21:28.855 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:28 smithi102 bash[35648]: audit 2024-02-06T17:21:27.852753+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440208\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440282\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440313\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440341\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440368\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440395\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440422\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}}, \"last_daemon_update\": \"2024-02-06T17:21:24.440493\", \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:21:28.855 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:28 smithi102 bash[35648]: audit 2024-02-06T17:21:27.855422+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440208\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440282\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440313\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440341\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440368\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440395\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440422\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}}, \"last_daemon_update\": \"2024-02-06T17:21:24.440493\", \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:21:29.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:28 smithi096 bash[35573]: audit 2024-02-06T17:21:27.571146+0000 mgr.y (mgr.14140) 96 : audit [DBG] from='client.34175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi102:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:21:29.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:28 smithi096 bash[35573]: cephadm 2024-02-06T17:21:27.571939+0000 mgr.y (mgr.14140) 97 : cephadm [INF] Applying osd on host smithi102... 2024-02-06T17:21:29.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:28 smithi096 bash[35573]: cluster 2024-02-06T17:21:27.615965+0000 mgr.y (mgr.14140) 98 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 616 KiB used, 265 GiB / 268 GiB avail 2024-02-06T17:21:29.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:28 smithi096 bash[35573]: cluster 2024-02-06T17:21:27.627213+0000 mon.a (mon.0) 313 : cluster [INF] osd.3 [v2:172.21.15.96:6826/1356832231,v1:172.21.15.96:6827/1356832231] boot 2024-02-06T17:21:29.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:28 smithi096 bash[35573]: cluster 2024-02-06T17:21:27.627246+0000 mon.a (mon.0) 314 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-02-06T17:21:29.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:28 smithi096 bash[35573]: audit 2024-02-06T17:21:27.627761+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-06T17:21:29.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:28 smithi096 bash[35573]: audit 2024-02-06T17:21:27.673477+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:21:29.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:28 smithi096 bash[38906]: audit 2024-02-06T17:21:27.571146+0000 mgr.y (mgr.14140) 96 : audit [DBG] from='client.34175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi102:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:21:29.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:28 smithi096 bash[38906]: cephadm 2024-02-06T17:21:27.571939+0000 mgr.y (mgr.14140) 97 : cephadm [INF] Applying osd on host smithi102... 2024-02-06T17:21:29.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:28 smithi096 bash[38906]: cluster 2024-02-06T17:21:27.615965+0000 mgr.y (mgr.14140) 98 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 616 KiB used, 265 GiB / 268 GiB avail 2024-02-06T17:21:29.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:28 smithi096 bash[38906]: cluster 2024-02-06T17:21:27.627213+0000 mon.a (mon.0) 313 : cluster [INF] osd.3 [v2:172.21.15.96:6826/1356832231,v1:172.21.15.96:6827/1356832231] boot 2024-02-06T17:21:29.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:28 smithi096 bash[38906]: cluster 2024-02-06T17:21:27.627246+0000 mon.a (mon.0) 314 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-02-06T17:21:29.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:28 smithi096 bash[38906]: audit 2024-02-06T17:21:27.627761+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-06T17:21:29.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:28 smithi096 bash[38906]: audit 2024-02-06T17:21:27.673477+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:21:29.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:28 smithi096 bash[35573]: audit 2024-02-06T17:21:27.852753+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440208\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440282\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440313\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440341\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440368\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440395\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440422\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}}, \"last_daemon_update\": \"2024-02-06T17:21:24.440493\", \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:21:29.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:28 smithi096 bash[35573]: audit 2024-02-06T17:21:27.855422+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440208\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440282\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440313\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440341\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440368\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440395\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440422\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}}, \"last_daemon_update\": \"2024-02-06T17:21:24.440493\", \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:21:29.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:28 smithi096 bash[38906]: audit 2024-02-06T17:21:27.852753+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440208\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440282\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440313\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440341\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440368\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440395\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440422\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}}, \"last_daemon_update\": \"2024-02-06T17:21:24.440493\", \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:21:29.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:28 smithi096 bash[38906]: audit 2024-02-06T17:21:27.855422+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440208\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440282\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440313\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440341\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440368\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440395\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440422\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}}, \"last_daemon_update\": \"2024-02-06T17:21:24.440493\", \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:21:30.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:29 smithi102 bash[35648]: cluster 2024-02-06T17:21:28.857449+0000 mon.a (mon.0) 319 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-02-06T17:21:30.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:29 smithi102 bash[35648]: audit 2024-02-06T17:21:29.750113+0000 mon.b (mon.2) 4 : audit [INF] from='client.? 172.21.15.102:0/3440371310' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a"}]: dispatch 2024-02-06T17:21:30.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:29 smithi102 bash[35648]: audit 2024-02-06T17:21:29.750664+0000 mon.a (mon.0) 320 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a"}]: dispatch 2024-02-06T17:21:30.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:29 smithi102 bash[35648]: audit 2024-02-06T17:21:29.755108+0000 mon.a (mon.0) 321 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a"}]': finished 2024-02-06T17:21:30.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:29 smithi102 bash[35648]: cluster 2024-02-06T17:21:29.755170+0000 mon.a (mon.0) 322 : cluster [DBG] osdmap e28: 5 total, 4 up, 4 in 2024-02-06T17:21:30.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:29 smithi102 bash[35648]: audit 2024-02-06T17:21:29.755325+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-06T17:21:30.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:29 smithi096 bash[35573]: cluster 2024-02-06T17:21:28.857449+0000 mon.a (mon.0) 319 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-02-06T17:21:30.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:29 smithi096 bash[35573]: audit 2024-02-06T17:21:29.750113+0000 mon.b (mon.2) 4 : audit [INF] from='client.? 172.21.15.102:0/3440371310' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a"}]: dispatch 2024-02-06T17:21:30.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:29 smithi096 bash[35573]: audit 2024-02-06T17:21:29.750664+0000 mon.a (mon.0) 320 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a"}]: dispatch 2024-02-06T17:21:30.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:29 smithi096 bash[35573]: audit 2024-02-06T17:21:29.755108+0000 mon.a (mon.0) 321 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a"}]': finished 2024-02-06T17:21:30.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:29 smithi096 bash[35573]: cluster 2024-02-06T17:21:29.755170+0000 mon.a (mon.0) 322 : cluster [DBG] osdmap e28: 5 total, 4 up, 4 in 2024-02-06T17:21:30.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:29 smithi096 bash[35573]: audit 2024-02-06T17:21:29.755325+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-06T17:21:30.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:29 smithi096 bash[38906]: cluster 2024-02-06T17:21:28.857449+0000 mon.a (mon.0) 319 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-02-06T17:21:30.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:29 smithi096 bash[38906]: audit 2024-02-06T17:21:29.750113+0000 mon.b (mon.2) 4 : audit [INF] from='client.? 172.21.15.102:0/3440371310' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a"}]: dispatch 2024-02-06T17:21:30.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:29 smithi096 bash[38906]: audit 2024-02-06T17:21:29.750664+0000 mon.a (mon.0) 320 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a"}]: dispatch 2024-02-06T17:21:30.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:29 smithi096 bash[38906]: audit 2024-02-06T17:21:29.755108+0000 mon.a (mon.0) 321 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a"}]': finished 2024-02-06T17:21:30.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:29 smithi096 bash[38906]: cluster 2024-02-06T17:21:29.755170+0000 mon.a (mon.0) 322 : cluster [DBG] osdmap e28: 5 total, 4 up, 4 in 2024-02-06T17:21:30.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:29 smithi096 bash[38906]: audit 2024-02-06T17:21:29.755325+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-06T17:21:31.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:30 smithi102 bash[35648]: cluster 2024-02-06T17:21:29.616256+0000 mgr.y (mgr.14140) 99 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 840 KiB used, 354 GiB / 358 GiB avail 2024-02-06T17:21:31.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:30 smithi102 bash[35648]: audit 2024-02-06T17:21:30.527509+0000 mon.b (mon.2) 5 : audit [DBG] from='client.? 172.21.15.102:0/2457420703' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-06T17:21:31.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:30 smithi096 bash[35573]: cluster 2024-02-06T17:21:29.616256+0000 mgr.y (mgr.14140) 99 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 840 KiB used, 354 GiB / 358 GiB avail 2024-02-06T17:21:31.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:30 smithi096 bash[35573]: audit 2024-02-06T17:21:30.527509+0000 mon.b (mon.2) 5 : audit [DBG] from='client.? 172.21.15.102:0/2457420703' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-06T17:21:31.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:30 smithi096 bash[38906]: cluster 2024-02-06T17:21:29.616256+0000 mgr.y (mgr.14140) 99 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 840 KiB used, 354 GiB / 358 GiB avail 2024-02-06T17:21:31.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:30 smithi096 bash[38906]: audit 2024-02-06T17:21:30.527509+0000 mon.b (mon.2) 5 : audit [DBG] from='client.? 172.21.15.102:0/2457420703' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-06T17:21:33.053 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:32 smithi102 bash[35648]: cluster 2024-02-06T17:21:31.616583+0000 mgr.y (mgr.14140) 100 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 896 KiB used, 354 GiB / 358 GiB avail 2024-02-06T17:21:33.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:32 smithi096 bash[35573]: cluster 2024-02-06T17:21:31.616583+0000 mgr.y (mgr.14140) 100 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 896 KiB used, 354 GiB / 358 GiB avail 2024-02-06T17:21:33.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:32 smithi096 bash[38906]: cluster 2024-02-06T17:21:31.616583+0000 mgr.y (mgr.14140) 100 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 896 KiB used, 354 GiB / 358 GiB avail 2024-02-06T17:21:34.152 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:33 smithi102 bash[35648]: audit 2024-02-06T17:21:33.065667+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:21:34.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:33 smithi096 bash[35573]: audit 2024-02-06T17:21:33.065667+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:21:34.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:33 smithi096 bash[38906]: audit 2024-02-06T17:21:33.065667+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:21:35.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:34 smithi102 bash[35648]: cluster 2024-02-06T17:21:33.616957+0000 mgr.y (mgr.14140) 101 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 928 KiB used, 354 GiB / 358 GiB avail 2024-02-06T17:21:35.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:34 smithi096 bash[35573]: cluster 2024-02-06T17:21:33.616957+0000 mgr.y (mgr.14140) 101 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 928 KiB used, 354 GiB / 358 GiB avail 2024-02-06T17:21:35.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:34 smithi096 bash[38906]: cluster 2024-02-06T17:21:33.616957+0000 mgr.y (mgr.14140) 101 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 928 KiB used, 354 GiB / 358 GiB avail 2024-02-06T17:21:36.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:35 smithi102 bash[35648]: audit 2024-02-06T17:21:35.608302+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-06T17:21:36.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:35 smithi102 bash[35648]: audit 2024-02-06T17:21:35.609078+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:21:36.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:35 smithi102 bash[35648]: audit 2024-02-06T17:21:35.609930+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-02-06T17:21:36.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:35 smithi096 bash[35573]: audit 2024-02-06T17:21:35.608302+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-06T17:21:36.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:35 smithi096 bash[35573]: audit 2024-02-06T17:21:35.609078+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:21:36.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:35 smithi096 bash[35573]: audit 2024-02-06T17:21:35.609930+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-02-06T17:21:36.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:35 smithi096 bash[38906]: audit 2024-02-06T17:21:35.608302+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-06T17:21:36.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:35 smithi096 bash[38906]: audit 2024-02-06T17:21:35.609078+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:21:36.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:35 smithi096 bash[38906]: audit 2024-02-06T17:21:35.609930+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-02-06T17:21:37.133 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:36 smithi102 bash[35648]: cephadm 2024-02-06T17:21:35.609656+0000 mgr.y (mgr.14140) 102 : cephadm [INF] Deploying daemon osd.4 on smithi102 2024-02-06T17:21:37.134 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:36 smithi102 bash[35648]: cluster 2024-02-06T17:21:35.617225+0000 mgr.y (mgr.14140) 103 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 944 KiB used, 354 GiB / 358 GiB avail 2024-02-06T17:21:37.175 INFO:teuthology.orchestra.run.smithi102.stdout:Created osd(s) 4 on host 'smithi102' 2024-02-06T17:21:37.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:36 smithi096 bash[35573]: cephadm 2024-02-06T17:21:35.609656+0000 mgr.y (mgr.14140) 102 : cephadm [INF] Deploying daemon osd.4 on smithi102 2024-02-06T17:21:37.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:36 smithi096 bash[35573]: cluster 2024-02-06T17:21:35.617225+0000 mgr.y (mgr.14140) 103 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 944 KiB used, 354 GiB / 358 GiB avail 2024-02-06T17:21:37.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:36 smithi096 bash[38906]: cephadm 2024-02-06T17:21:35.609656+0000 mgr.y (mgr.14140) 102 : cephadm [INF] Deploying daemon osd.4 on smithi102 2024-02-06T17:21:37.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:36 smithi096 bash[38906]: cluster 2024-02-06T17:21:35.617225+0000 mgr.y (mgr.14140) 103 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 944 KiB used, 354 GiB / 358 GiB avail 2024-02-06T17:21:38.132 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:37 smithi102 bash[35648]: audit 2024-02-06T17:21:37.168836+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:07.474933\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:07.475006\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}}, \"last_device_update\": \"2024-02-06T17:19:23.761441\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:21:38.132 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:37 smithi102 bash[35648]: audit 2024-02-06T17:21:37.169241+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:21:38.132 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:37 smithi102 bash[35648]: audit 2024-02-06T17:21:37.172084+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:07.474933\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:07.475006\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}}, \"last_device_update\": \"2024-02-06T17:19:23.761441\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:21:38.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:37 smithi096 bash[35573]: audit 2024-02-06T17:21:37.168836+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:07.474933\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:07.475006\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}}, \"last_device_update\": \"2024-02-06T17:19:23.761441\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:21:38.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:37 smithi096 bash[35573]: audit 2024-02-06T17:21:37.169241+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:21:38.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:37 smithi096 bash[35573]: audit 2024-02-06T17:21:37.172084+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:07.474933\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:07.475006\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}}, \"last_device_update\": \"2024-02-06T17:19:23.761441\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:21:38.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:37 smithi096 bash[38906]: audit 2024-02-06T17:21:37.168836+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:07.474933\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:07.475006\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}}, \"last_device_update\": \"2024-02-06T17:19:23.761441\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:21:38.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:37 smithi096 bash[38906]: audit 2024-02-06T17:21:37.169241+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:21:38.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:37 smithi096 bash[38906]: audit 2024-02-06T17:21:37.172084+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:07.474933\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:20:07.475006\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}}, \"last_device_update\": \"2024-02-06T17:19:23.761441\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:21:38.540 DEBUG:teuthology.orchestra.run.smithi102:osd.4> sudo journalctl -f -n 0 -u ceph-a15007fc-c513-11ee-95b6-87774f69a715@osd.4.service 2024-02-06T17:21:38.543 INFO:tasks.cephadm:Deploying osd.5 on smithi102 with /dev/vg_nvme/lv_3... 2024-02-06T17:21:38.543 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-02-06T17:21:38.572 INFO:journalctl@ceph.osd.4.smithi102.stdout:-- Logs begin at Tue 2024-02-06 17:10:25 UTC. -- 2024-02-06T17:21:39.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:38 smithi102 bash[35648]: cluster 2024-02-06T17:21:37.617657+0000 mgr.y (mgr.14140) 104 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-02-06T17:21:39.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:38 smithi096 bash[35573]: cluster 2024-02-06T17:21:37.617657+0000 mgr.y (mgr.14140) 104 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-02-06T17:21:39.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:38 smithi096 bash[38906]: cluster 2024-02-06T17:21:37.617657+0000 mgr.y (mgr.14140) 104 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-02-06T17:21:40.129 INFO:journalctl@ceph.osd.4.smithi102.stdout:Feb 06 17:21:39 smithi102 bash[38104]: debug 2024-02-06T17:21:39.687+0000 7f02a5fbbec0 1 -- 172.21.15.102:0/625742965 >> [v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0] conn(0x561ea9535000 msgr2=0x561ea9531b00 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2024-02-06T17:21:40.129 INFO:journalctl@ceph.osd.4.smithi102.stdout:Feb 06 17:21:39 smithi102 bash[38104]: debug 2024-02-06T17:21:39.687+0000 7f02a5fbbec0 1 --2- 172.21.15.102:0/625742965 >> [v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0] conn(0x561ea9535000 0x561ea9531b00 secure :-1 s=READY pgs=15 cs=0 l=1 rx=0x561ea94c7d10 tx=0x561eaa1a0aa0).stop 2024-02-06T17:21:40.439 INFO:journalctl@ceph.osd.4.smithi102.stdout:Feb 06 17:21:40 smithi102 bash[38104]: debug 2024-02-06T17:21:40.204+0000 7f02a5fbbec0 -1 Falling back to public interface 2024-02-06T17:21:40.891 INFO:journalctl@ceph.osd.4.smithi102.stdout:Feb 06 17:21:40 smithi102 bash[38104]: debug 2024-02-06T17:21:40.749+0000 7f02a5fbbec0 -1 osd.4 0 log_to_monitors {default=true} 2024-02-06T17:21:41.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:40 smithi102 bash[35648]: cluster 2024-02-06T17:21:39.617971+0000 mgr.y (mgr.14140) 105 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-02-06T17:21:41.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:40 smithi102 bash[35648]: audit 2024-02-06T17:21:40.505641+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504842\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504930\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504967\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}}, \"last_daemon_update\": \"2024-02-06T17:21:40.505054\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:21:41.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:40 smithi102 bash[35648]: audit 2024-02-06T17:21:40.509036+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504842\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504930\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504967\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}}, \"last_daemon_update\": \"2024-02-06T17:21:40.505054\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:21:41.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:40 smithi102 bash[35648]: audit 2024-02-06T17:21:40.509723+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:21:41.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:40 smithi102 bash[35648]: audit 2024-02-06T17:21:40.753359+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.102:6800/1985338064,v1:172.21.15.102:6801/1985338064]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-06T17:21:41.143 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:40 smithi102 bash[35648]: audit 2024-02-06T17:21:40.753724+0000 mon.a (mon.0) 334 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-06T17:21:41.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:40 smithi096 bash[35573]: cluster 2024-02-06T17:21:39.617971+0000 mgr.y (mgr.14140) 105 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-02-06T17:21:41.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:40 smithi096 bash[38906]: cluster 2024-02-06T17:21:39.617971+0000 mgr.y (mgr.14140) 105 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-02-06T17:21:41.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:40 smithi096 bash[38906]: audit 2024-02-06T17:21:40.505641+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504842\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504930\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504967\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}}, \"last_daemon_update\": \"2024-02-06T17:21:40.505054\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:21:41.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:40 smithi096 bash[38906]: audit 2024-02-06T17:21:40.509036+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504842\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504930\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504967\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}}, \"last_daemon_update\": \"2024-02-06T17:21:40.505054\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:21:41.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:40 smithi096 bash[38906]: audit 2024-02-06T17:21:40.509723+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:21:41.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:40 smithi096 bash[38906]: audit 2024-02-06T17:21:40.753359+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.102:6800/1985338064,v1:172.21.15.102:6801/1985338064]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-06T17:21:41.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:40 smithi096 bash[38906]: audit 2024-02-06T17:21:40.753724+0000 mon.a (mon.0) 334 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-06T17:21:41.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:40 smithi096 bash[35573]: audit 2024-02-06T17:21:40.505641+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504842\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504930\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504967\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}}, \"last_daemon_update\": \"2024-02-06T17:21:40.505054\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:21:41.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:40 smithi096 bash[35573]: audit 2024-02-06T17:21:40.509036+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504842\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504930\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504967\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}}, \"last_daemon_update\": \"2024-02-06T17:21:40.505054\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:21:41.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:40 smithi096 bash[35573]: audit 2024-02-06T17:21:40.509723+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:21:41.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:40 smithi096 bash[35573]: audit 2024-02-06T17:21:40.753359+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.102:6800/1985338064,v1:172.21.15.102:6801/1985338064]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-06T17:21:41.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:40 smithi096 bash[35573]: audit 2024-02-06T17:21:40.753724+0000 mon.a (mon.0) 334 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-06T17:21:41.821 INFO:teuthology.orchestra.run.smithi102.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-02-06T17:21:41.821 INFO:teuthology.orchestra.run.smithi102.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-02-06T17:21:41.821 INFO:teuthology.orchestra.run.smithi102.stderr: stderr: 10+0 records in 2024-02-06T17:21:41.821 INFO:teuthology.orchestra.run.smithi102.stderr:10+0 records out 2024-02-06T17:21:41.821 INFO:teuthology.orchestra.run.smithi102.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0120666 s, 869 MB/s 2024-02-06T17:21:41.821 INFO:teuthology.orchestra.run.smithi102.stderr:--> Zapping successful for: 2024-02-06T17:21:42.452 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph orch daemon add osd smithi102:vg_nvme/lv_3 2024-02-06T17:21:42.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:42 smithi102 bash[35648]: audit 2024-02-06T17:21:41.511326+0000 mon.a (mon.0) 335 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-06T17:21:42.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:42 smithi102 bash[35648]: cluster 2024-02-06T17:21:41.511387+0000 mon.a (mon.0) 336 : cluster [DBG] osdmap e29: 5 total, 4 up, 4 in 2024-02-06T17:21:42.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:42 smithi102 bash[35648]: audit 2024-02-06T17:21:41.511526+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-06T17:21:42.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:42 smithi102 bash[35648]: audit 2024-02-06T17:21:41.513554+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.102:6800/1985338064,v1:172.21.15.102:6801/1985338064]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-02-06T17:21:42.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:42 smithi102 bash[35648]: audit 2024-02-06T17:21:41.513844+0000 mon.a (mon.0) 338 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-02-06T17:21:42.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:42 smithi102 bash[35648]: cluster 2024-02-06T17:21:41.618293+0000 mgr.y (mgr.14140) 106 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-02-06T17:21:42.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:42 smithi102 bash[35648]: cluster 2024-02-06T17:21:41.745813+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-06T17:21:42.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:42 smithi102 bash[35648]: cluster 2024-02-06T17:21:41.745860+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-06T17:21:42.690 INFO:journalctl@ceph.osd.4.smithi102.stdout:Feb 06 17:21:42 smithi102 bash[38104]: debug 2024-02-06T17:21:42.519+0000 7f028ed70700 -1 osd.4 0 waiting for initial osdmap 2024-02-06T17:21:42.690 INFO:journalctl@ceph.osd.4.smithi102.stdout:Feb 06 17:21:42 smithi102 bash[38104]: debug 2024-02-06T17:21:42.523+0000 7f0299f8c700 -1 osd.4 30 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-06T17:21:42.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:42 smithi096 bash[38906]: audit 2024-02-06T17:21:41.511326+0000 mon.a (mon.0) 335 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-06T17:21:42.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:42 smithi096 bash[38906]: cluster 2024-02-06T17:21:41.511387+0000 mon.a (mon.0) 336 : cluster [DBG] osdmap e29: 5 total, 4 up, 4 in 2024-02-06T17:21:42.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:42 smithi096 bash[38906]: audit 2024-02-06T17:21:41.511526+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-06T17:21:42.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:42 smithi096 bash[38906]: audit 2024-02-06T17:21:41.513554+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.102:6800/1985338064,v1:172.21.15.102:6801/1985338064]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-02-06T17:21:42.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:42 smithi096 bash[38906]: audit 2024-02-06T17:21:41.513844+0000 mon.a (mon.0) 338 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-02-06T17:21:42.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:42 smithi096 bash[38906]: cluster 2024-02-06T17:21:41.618293+0000 mgr.y (mgr.14140) 106 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-02-06T17:21:42.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:42 smithi096 bash[38906]: cluster 2024-02-06T17:21:41.745813+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-06T17:21:42.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:42 smithi096 bash[38906]: cluster 2024-02-06T17:21:41.745860+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-06T17:21:42.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:42 smithi096 bash[35573]: audit 2024-02-06T17:21:41.511326+0000 mon.a (mon.0) 335 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-06T17:21:42.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:42 smithi096 bash[35573]: cluster 2024-02-06T17:21:41.511387+0000 mon.a (mon.0) 336 : cluster [DBG] osdmap e29: 5 total, 4 up, 4 in 2024-02-06T17:21:42.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:42 smithi096 bash[35573]: audit 2024-02-06T17:21:41.511526+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-06T17:21:42.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:42 smithi096 bash[35573]: audit 2024-02-06T17:21:41.513554+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.102:6800/1985338064,v1:172.21.15.102:6801/1985338064]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-02-06T17:21:42.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:42 smithi096 bash[35573]: audit 2024-02-06T17:21:41.513844+0000 mon.a (mon.0) 338 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-02-06T17:21:42.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:42 smithi096 bash[35573]: cluster 2024-02-06T17:21:41.618293+0000 mgr.y (mgr.14140) 106 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-02-06T17:21:42.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:42 smithi096 bash[35573]: cluster 2024-02-06T17:21:41.745813+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-06T17:21:42.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:42 smithi096 bash[35573]: cluster 2024-02-06T17:21:41.745860+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-06T17:21:43.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:43 smithi096 bash[35573]: audit 2024-02-06T17:21:42.517745+0000 mon.a (mon.0) 339 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]': finished 2024-02-06T17:21:43.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:43 smithi096 bash[35573]: cluster 2024-02-06T17:21:42.517813+0000 mon.a (mon.0) 340 : cluster [DBG] osdmap e30: 5 total, 4 up, 4 in 2024-02-06T17:21:43.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:43 smithi096 bash[35573]: audit 2024-02-06T17:21:42.518346+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-06T17:21:43.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:43 smithi096 bash[38906]: audit 2024-02-06T17:21:42.517745+0000 mon.a (mon.0) 339 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]': finished 2024-02-06T17:21:43.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:43 smithi096 bash[38906]: cluster 2024-02-06T17:21:42.517813+0000 mon.a (mon.0) 340 : cluster [DBG] osdmap e30: 5 total, 4 up, 4 in 2024-02-06T17:21:43.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:43 smithi096 bash[38906]: audit 2024-02-06T17:21:42.518346+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-06T17:21:43.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:43 smithi102 bash[35648]: audit 2024-02-06T17:21:42.517745+0000 mon.a (mon.0) 339 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]': finished 2024-02-06T17:21:43.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:43 smithi102 bash[35648]: cluster 2024-02-06T17:21:42.517813+0000 mon.a (mon.0) 340 : cluster [DBG] osdmap e30: 5 total, 4 up, 4 in 2024-02-06T17:21:43.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:43 smithi102 bash[35648]: audit 2024-02-06T17:21:42.518346+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-06T17:21:44.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:44 smithi102 bash[35648]: cluster 2024-02-06T17:21:43.522971+0000 mon.a (mon.0) 342 : cluster [INF] osd.4 [v2:172.21.15.102:6800/1985338064,v1:172.21.15.102:6801/1985338064] boot 2024-02-06T17:21:44.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:44 smithi102 bash[35648]: cluster 2024-02-06T17:21:43.523041+0000 mon.a (mon.0) 343 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-02-06T17:21:44.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:44 smithi102 bash[35648]: audit 2024-02-06T17:21:43.523757+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-06T17:21:44.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:44 smithi102 bash[35648]: cluster 2024-02-06T17:21:43.618603+0000 mgr.y (mgr.14140) 107 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-02-06T17:21:45.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:44 smithi096 bash[35573]: cluster 2024-02-06T17:21:43.522971+0000 mon.a (mon.0) 342 : cluster [INF] osd.4 [v2:172.21.15.102:6800/1985338064,v1:172.21.15.102:6801/1985338064] boot 2024-02-06T17:21:45.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:44 smithi096 bash[35573]: cluster 2024-02-06T17:21:43.523041+0000 mon.a (mon.0) 343 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-02-06T17:21:45.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:44 smithi096 bash[35573]: audit 2024-02-06T17:21:43.523757+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-06T17:21:45.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:44 smithi096 bash[35573]: cluster 2024-02-06T17:21:43.618603+0000 mgr.y (mgr.14140) 107 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-02-06T17:21:45.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:44 smithi096 bash[38906]: cluster 2024-02-06T17:21:43.522971+0000 mon.a (mon.0) 342 : cluster [INF] osd.4 [v2:172.21.15.102:6800/1985338064,v1:172.21.15.102:6801/1985338064] boot 2024-02-06T17:21:45.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:44 smithi096 bash[38906]: cluster 2024-02-06T17:21:43.523041+0000 mon.a (mon.0) 343 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-02-06T17:21:45.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:44 smithi096 bash[38906]: audit 2024-02-06T17:21:43.523757+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-06T17:21:45.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:44 smithi096 bash[38906]: cluster 2024-02-06T17:21:43.618603+0000 mgr.y (mgr.14140) 107 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-02-06T17:21:45.843 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:45 smithi102 bash[35648]: cluster 2024-02-06T17:21:44.524631+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-02-06T17:21:45.843 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:45 smithi102 bash[35648]: audit 2024-02-06T17:21:44.947046+0000 mgr.y (mgr.14140) 108 : audit [DBG] from='client.34202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi102:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:21:45.843 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:45 smithi102 bash[35648]: cephadm 2024-02-06T17:21:44.947844+0000 mgr.y (mgr.14140) 109 : cephadm [INF] Applying osd on host smithi102... 2024-02-06T17:21:45.843 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:45 smithi102 bash[35648]: audit 2024-02-06T17:21:44.948144+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-06T17:21:45.843 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:45 smithi102 bash[35648]: audit 2024-02-06T17:21:44.948894+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:21:45.843 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:45 smithi102 bash[35648]: audit 2024-02-06T17:21:44.949991+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:21:46.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:45 smithi096 bash[38906]: cluster 2024-02-06T17:21:44.524631+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-02-06T17:21:46.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:45 smithi096 bash[38906]: audit 2024-02-06T17:21:44.947046+0000 mgr.y (mgr.14140) 108 : audit [DBG] from='client.34202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi102:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:21:46.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:45 smithi096 bash[38906]: cephadm 2024-02-06T17:21:44.947844+0000 mgr.y (mgr.14140) 109 : cephadm [INF] Applying osd on host smithi102... 2024-02-06T17:21:46.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:45 smithi096 bash[38906]: audit 2024-02-06T17:21:44.948144+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-06T17:21:46.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:45 smithi096 bash[38906]: audit 2024-02-06T17:21:44.948894+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:21:46.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:45 smithi096 bash[38906]: audit 2024-02-06T17:21:44.949991+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:21:46.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:45 smithi096 bash[35573]: cluster 2024-02-06T17:21:44.524631+0000 mon.a (mon.0) 345 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-02-06T17:21:46.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:45 smithi096 bash[35573]: audit 2024-02-06T17:21:44.947046+0000 mgr.y (mgr.14140) 108 : audit [DBG] from='client.34202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi102:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:21:46.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:45 smithi096 bash[35573]: cephadm 2024-02-06T17:21:44.947844+0000 mgr.y (mgr.14140) 109 : cephadm [INF] Applying osd on host smithi102... 2024-02-06T17:21:46.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:45 smithi096 bash[35573]: audit 2024-02-06T17:21:44.948144+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-06T17:21:46.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:45 smithi096 bash[35573]: audit 2024-02-06T17:21:44.948894+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:21:46.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:45 smithi096 bash[35573]: audit 2024-02-06T17:21:44.949991+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:21:46.667 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:46 smithi102 bash[35648]: cluster 2024-02-06T17:21:45.618943+0000 mgr.y (mgr.14140) 110 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 442 GiB / 447 GiB avail 2024-02-06T17:21:47.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:46 smithi096 bash[38906]: cluster 2024-02-06T17:21:45.618943+0000 mgr.y (mgr.14140) 110 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 442 GiB / 447 GiB avail 2024-02-06T17:21:47.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:46 smithi096 bash[35573]: cluster 2024-02-06T17:21:45.618943+0000 mgr.y (mgr.14140) 110 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 442 GiB / 447 GiB avail 2024-02-06T17:21:47.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:47 smithi102 bash[35648]: audit 2024-02-06T17:21:47.317280+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:21:47.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:47 smithi102 bash[35648]: audit 2024-02-06T17:21:47.348484+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.102:0/3974666707' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3112e270-067a-4df3-9210-e698a944961c"}]: dispatch 2024-02-06T17:21:47.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:47 smithi102 bash[35648]: audit 2024-02-06T17:21:47.348897+0000 mon.a (mon.0) 350 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3112e270-067a-4df3-9210-e698a944961c"}]: dispatch 2024-02-06T17:21:47.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:47 smithi102 bash[35648]: audit 2024-02-06T17:21:47.355858+0000 mon.a (mon.0) 351 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3112e270-067a-4df3-9210-e698a944961c"}]': finished 2024-02-06T17:21:47.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:47 smithi102 bash[35648]: cluster 2024-02-06T17:21:47.355936+0000 mon.a (mon.0) 352 : cluster [DBG] osdmap e33: 6 total, 5 up, 5 in 2024-02-06T17:21:47.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:47 smithi102 bash[35648]: audit 2024-02-06T17:21:47.356083+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-06T17:21:47.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:47 smithi102 bash[35648]: audit 2024-02-06T17:21:47.508184+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504842\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504930\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504967\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}}, \"last_daemon_update\": \"2024-02-06T17:21:40.505054\", \"last_device_update\": \"2024-02-06T17:21:47.507614\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:21:47.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:47 smithi102 bash[35648]: audit 2024-02-06T17:21:47.511016+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504842\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504930\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504967\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}}, \"last_daemon_update\": \"2024-02-06T17:21:40.505054\", \"last_device_update\": \"2024-02-06T17:21:47.507614\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:21:48.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:47 smithi096 bash[35573]: audit 2024-02-06T17:21:47.317280+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:21:48.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:47 smithi096 bash[35573]: audit 2024-02-06T17:21:47.348484+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.102:0/3974666707' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3112e270-067a-4df3-9210-e698a944961c"}]: dispatch 2024-02-06T17:21:48.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:47 smithi096 bash[35573]: audit 2024-02-06T17:21:47.348897+0000 mon.a (mon.0) 350 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3112e270-067a-4df3-9210-e698a944961c"}]: dispatch 2024-02-06T17:21:48.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:47 smithi096 bash[35573]: audit 2024-02-06T17:21:47.355858+0000 mon.a (mon.0) 351 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3112e270-067a-4df3-9210-e698a944961c"}]': finished 2024-02-06T17:21:48.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:47 smithi096 bash[35573]: cluster 2024-02-06T17:21:47.355936+0000 mon.a (mon.0) 352 : cluster [DBG] osdmap e33: 6 total, 5 up, 5 in 2024-02-06T17:21:48.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:47 smithi096 bash[35573]: audit 2024-02-06T17:21:47.356083+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-06T17:21:48.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:47 smithi096 bash[38906]: audit 2024-02-06T17:21:47.317280+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:21:48.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:47 smithi096 bash[38906]: audit 2024-02-06T17:21:47.348484+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.102:0/3974666707' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3112e270-067a-4df3-9210-e698a944961c"}]: dispatch 2024-02-06T17:21:48.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:47 smithi096 bash[38906]: audit 2024-02-06T17:21:47.348897+0000 mon.a (mon.0) 350 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3112e270-067a-4df3-9210-e698a944961c"}]: dispatch 2024-02-06T17:21:48.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:47 smithi096 bash[38906]: audit 2024-02-06T17:21:47.355858+0000 mon.a (mon.0) 351 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3112e270-067a-4df3-9210-e698a944961c"}]': finished 2024-02-06T17:21:48.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:47 smithi096 bash[38906]: cluster 2024-02-06T17:21:47.355936+0000 mon.a (mon.0) 352 : cluster [DBG] osdmap e33: 6 total, 5 up, 5 in 2024-02-06T17:21:48.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:47 smithi096 bash[38906]: audit 2024-02-06T17:21:47.356083+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-06T17:21:48.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:47 smithi096 bash[38906]: audit 2024-02-06T17:21:47.508184+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504842\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504930\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504967\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}}, \"last_daemon_update\": \"2024-02-06T17:21:40.505054\", \"last_device_update\": \"2024-02-06T17:21:47.507614\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:21:48.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:47 smithi096 bash[38906]: audit 2024-02-06T17:21:47.511016+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504842\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504930\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504967\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}}, \"last_daemon_update\": \"2024-02-06T17:21:40.505054\", \"last_device_update\": \"2024-02-06T17:21:47.507614\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:21:48.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:47 smithi096 bash[35573]: audit 2024-02-06T17:21:47.508184+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504842\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504930\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504967\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}}, \"last_daemon_update\": \"2024-02-06T17:21:40.505054\", \"last_device_update\": \"2024-02-06T17:21:47.507614\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:21:48.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:47 smithi096 bash[35573]: audit 2024-02-06T17:21:47.511016+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504842\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504930\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504967\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}}, \"last_daemon_update\": \"2024-02-06T17:21:40.505054\", \"last_device_update\": \"2024-02-06T17:21:47.507614\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:21:48.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:48 smithi102 bash[35648]: cluster 2024-02-06T17:21:47.619276+0000 mgr.y (mgr.14140) 111 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:21:48.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:48 smithi102 bash[35648]: audit 2024-02-06T17:21:48.115831+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.102:0/2351896632' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-06T17:21:49.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:48 smithi096 bash[35573]: cluster 2024-02-06T17:21:47.619276+0000 mgr.y (mgr.14140) 111 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:21:49.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:48 smithi096 bash[35573]: audit 2024-02-06T17:21:48.115831+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.102:0/2351896632' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-06T17:21:49.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:48 smithi096 bash[38906]: cluster 2024-02-06T17:21:47.619276+0000 mgr.y (mgr.14140) 111 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:21:49.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:48 smithi096 bash[38906]: audit 2024-02-06T17:21:48.115831+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.102:0/2351896632' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-06T17:21:50.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:50 smithi102 bash[35648]: cluster 2024-02-06T17:21:49.619701+0000 mgr.y (mgr.14140) 112 : cluster [DBG] pgmap v111: 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-02-06T17:21:50.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:50 smithi102 bash[35648]: audit 2024-02-06T17:21:50.556992+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:21:51.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:50 smithi096 bash[35573]: cluster 2024-02-06T17:21:49.619701+0000 mgr.y (mgr.14140) 112 : cluster [DBG] pgmap v111: 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-02-06T17:21:51.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:50 smithi096 bash[35573]: audit 2024-02-06T17:21:50.556992+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:21:51.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:50 smithi096 bash[38906]: cluster 2024-02-06T17:21:49.619701+0000 mgr.y (mgr.14140) 112 : cluster [DBG] pgmap v111: 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-02-06T17:21:51.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:50 smithi096 bash[38906]: audit 2024-02-06T17:21:50.556992+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:21:52.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:52 smithi102 bash[35648]: cluster 2024-02-06T17:21:51.620159+0000 mgr.y (mgr.14140) 113 : cluster [DBG] pgmap v112: 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-02-06T17:21:53.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:52 smithi096 bash[35573]: cluster 2024-02-06T17:21:51.620159+0000 mgr.y (mgr.14140) 113 : cluster [DBG] pgmap v112: 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-02-06T17:21:53.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:52 smithi096 bash[38906]: cluster 2024-02-06T17:21:51.620159+0000 mgr.y (mgr.14140) 113 : cluster [DBG] pgmap v112: 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-02-06T17:21:53.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:53 smithi102 bash[35648]: audit 2024-02-06T17:21:53.311200+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-06T17:21:53.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:53 smithi102 bash[35648]: audit 2024-02-06T17:21:53.312033+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:21:53.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:53 smithi102 bash[35648]: audit 2024-02-06T17:21:53.312841+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-02-06T17:21:54.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:53 smithi096 bash[35573]: audit 2024-02-06T17:21:53.311200+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-06T17:21:54.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:53 smithi096 bash[35573]: audit 2024-02-06T17:21:53.312033+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:21:54.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:53 smithi096 bash[35573]: audit 2024-02-06T17:21:53.312841+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-02-06T17:21:54.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:53 smithi096 bash[38906]: audit 2024-02-06T17:21:53.311200+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-06T17:21:54.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:53 smithi096 bash[38906]: audit 2024-02-06T17:21:53.312033+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:21:54.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:53 smithi096 bash[38906]: audit 2024-02-06T17:21:53.312841+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-02-06T17:21:54.817 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:54 smithi102 bash[35648]: cephadm 2024-02-06T17:21:53.312565+0000 mgr.y (mgr.14140) 114 : cephadm [INF] Deploying daemon osd.5 on smithi102 2024-02-06T17:21:54.817 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:54 smithi102 bash[35648]: cluster 2024-02-06T17:21:53.620604+0000 mgr.y (mgr.14140) 115 : cluster [DBG] pgmap v113: 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-02-06T17:21:54.859 INFO:teuthology.orchestra.run.smithi102.stdout:Created osd(s) 5 on host 'smithi102' 2024-02-06T17:21:55.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:54 smithi096 bash[35573]: cephadm 2024-02-06T17:21:53.312565+0000 mgr.y (mgr.14140) 114 : cephadm [INF] Deploying daemon osd.5 on smithi102 2024-02-06T17:21:55.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:54 smithi096 bash[35573]: cluster 2024-02-06T17:21:53.620604+0000 mgr.y (mgr.14140) 115 : cluster [DBG] pgmap v113: 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-02-06T17:21:55.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:54 smithi096 bash[38906]: cephadm 2024-02-06T17:21:53.312565+0000 mgr.y (mgr.14140) 114 : cephadm [INF] Deploying daemon osd.5 on smithi102 2024-02-06T17:21:55.023 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:54 smithi096 bash[38906]: cluster 2024-02-06T17:21:53.620604+0000 mgr.y (mgr.14140) 115 : cluster [DBG] pgmap v113: 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-02-06T17:21:55.920 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:55 smithi102 bash[35648]: audit 2024-02-06T17:21:54.852357+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504842\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504930\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504967\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}}, \"last_device_update\": \"2024-02-06T17:21:47.507614\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:21:55.920 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:55 smithi102 bash[35648]: audit 2024-02-06T17:21:54.852813+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:21:55.920 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:55 smithi102 bash[35648]: audit 2024-02-06T17:21:54.855451+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504842\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504930\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504967\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}}, \"last_device_update\": \"2024-02-06T17:21:47.507614\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:21:55.933 DEBUG:teuthology.orchestra.run.smithi102:osd.5> sudo journalctl -f -n 0 -u ceph-a15007fc-c513-11ee-95b6-87774f69a715@osd.5.service 2024-02-06T17:21:55.935 INFO:tasks.cephadm:Deploying osd.6 on smithi102 with /dev/vg_nvme/lv_2... 2024-02-06T17:21:55.935 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-02-06T17:21:55.965 INFO:journalctl@ceph.osd.5.smithi102.stdout:-- Logs begin at Tue 2024-02-06 17:10:25 UTC. -- 2024-02-06T17:21:56.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:55 smithi096 bash[35573]: audit 2024-02-06T17:21:54.852357+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504842\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504930\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504967\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}}, \"last_device_update\": \"2024-02-06T17:21:47.507614\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:21:56.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:55 smithi096 bash[35573]: audit 2024-02-06T17:21:54.852813+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:21:56.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:55 smithi096 bash[35573]: audit 2024-02-06T17:21:54.855451+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504842\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504930\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504967\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}}, \"last_device_update\": \"2024-02-06T17:21:47.507614\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:21:56.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:55 smithi096 bash[38906]: audit 2024-02-06T17:21:54.852357+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504842\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504930\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504967\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}}, \"last_device_update\": \"2024-02-06T17:21:47.507614\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:21:56.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:55 smithi096 bash[38906]: audit 2024-02-06T17:21:54.852813+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:21:56.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:55 smithi096 bash[38906]: audit 2024-02-06T17:21:54.855451+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504842\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504930\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:40.504967\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}}, \"last_device_update\": \"2024-02-06T17:21:47.507614\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:21:57.021 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:56 smithi102 bash[35648]: cluster 2024-02-06T17:21:55.620977+0000 mgr.y (mgr.14140) 116 : cluster [DBG] pgmap v114: 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-02-06T17:21:57.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:56 smithi096 bash[35573]: cluster 2024-02-06T17:21:55.620977+0000 mgr.y (mgr.14140) 116 : cluster [DBG] pgmap v114: 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-02-06T17:21:57.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:56 smithi096 bash[38906]: cluster 2024-02-06T17:21:55.620977+0000 mgr.y (mgr.14140) 116 : cluster [DBG] pgmap v114: 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-02-06T17:21:57.939 INFO:journalctl@ceph.osd.5.smithi102.stdout:Feb 06 17:21:57 smithi102 bash[39553]: debug 2024-02-06T17:21:57.620+0000 7f24eaafeec0 -1 Falling back to public interface 2024-02-06T17:21:58.411 INFO:journalctl@ceph.osd.5.smithi102.stdout:Feb 06 17:21:58 smithi102 bash[39553]: debug 2024-02-06T17:21:58.176+0000 7f24eaafeec0 -1 osd.5 0 log_to_monitors {default=true} 2024-02-06T17:21:58.925 INFO:teuthology.orchestra.run.smithi102.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-02-06T17:21:58.925 INFO:teuthology.orchestra.run.smithi102.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-02-06T17:21:58.925 INFO:teuthology.orchestra.run.smithi102.stderr: stderr: 10+0 records in 2024-02-06T17:21:58.925 INFO:teuthology.orchestra.run.smithi102.stderr:10+0 records out 2024-02-06T17:21:58.925 INFO:teuthology.orchestra.run.smithi102.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0119616 s, 877 MB/s 2024-02-06T17:21:58.926 INFO:teuthology.orchestra.run.smithi102.stderr:--> Zapping successful for: 2024-02-06T17:21:59.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:58 smithi102 bash[35648]: cluster 2024-02-06T17:21:57.621363+0000 mgr.y (mgr.14140) 117 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-02-06T17:21:59.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:58 smithi102 bash[35648]: audit 2024-02-06T17:21:58.180107+0000 mon.b (mon.2) 10 : audit [INF] from='osd.5 [v2:172.21.15.102:6808/3713478747,v1:172.21.15.102:6809/3713478747]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-06T17:21:59.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:58 smithi102 bash[35648]: audit 2024-02-06T17:21:58.180488+0000 mon.a (mon.0) 363 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-06T17:21:59.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:58 smithi096 bash[35573]: cluster 2024-02-06T17:21:57.621363+0000 mgr.y (mgr.14140) 117 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-02-06T17:21:59.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:58 smithi096 bash[35573]: audit 2024-02-06T17:21:58.180107+0000 mon.b (mon.2) 10 : audit [INF] from='osd.5 [v2:172.21.15.102:6808/3713478747,v1:172.21.15.102:6809/3713478747]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-06T17:21:59.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:58 smithi096 bash[35573]: audit 2024-02-06T17:21:58.180488+0000 mon.a (mon.0) 363 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-06T17:21:59.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:58 smithi096 bash[38906]: cluster 2024-02-06T17:21:57.621363+0000 mgr.y (mgr.14140) 117 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-02-06T17:21:59.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:58 smithi096 bash[38906]: audit 2024-02-06T17:21:58.180107+0000 mon.b (mon.2) 10 : audit [INF] from='osd.5 [v2:172.21.15.102:6808/3713478747,v1:172.21.15.102:6809/3713478747]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-06T17:21:59.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:58 smithi096 bash[38906]: audit 2024-02-06T17:21:58.180488+0000 mon.a (mon.0) 363 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-06T17:21:59.622 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph orch daemon add osd smithi102:vg_nvme/lv_2 2024-02-06T17:22:00.189 INFO:journalctl@ceph.osd.5.smithi102.stdout:Feb 06 17:21:59 smithi102 bash[39553]: debug 2024-02-06T17:21:59.875+0000 7f24cf8ab700 -1 osd.5 0 waiting for initial osdmap 2024-02-06T17:22:00.189 INFO:journalctl@ceph.osd.5.smithi102.stdout:Feb 06 17:21:59 smithi102 bash[39553]: debug 2024-02-06T17:21:59.881+0000 7f24daac7700 -1 osd.5 35 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-06T17:22:00.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:59 smithi102 bash[35648]: audit 2024-02-06T17:21:58.862211+0000 mon.a (mon.0) 364 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-06T17:22:00.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:59 smithi102 bash[35648]: cluster 2024-02-06T17:21:58.862270+0000 mon.a (mon.0) 365 : cluster [DBG] osdmap e34: 6 total, 5 up, 5 in 2024-02-06T17:22:00.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:59 smithi102 bash[35648]: audit 2024-02-06T17:21:58.862717+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-06T17:22:00.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:59 smithi102 bash[35648]: audit 2024-02-06T17:21:58.867410+0000 mon.b (mon.2) 11 : audit [INF] from='osd.5 [v2:172.21.15.102:6808/3713478747,v1:172.21.15.102:6809/3713478747]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-02-06T17:22:00.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:59 smithi102 bash[35648]: audit 2024-02-06T17:21:58.870823+0000 mon.a (mon.0) 367 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-02-06T17:22:00.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:59 smithi102 bash[35648]: cluster 2024-02-06T17:21:59.150213+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-06T17:22:00.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:59 smithi102 bash[35648]: cluster 2024-02-06T17:21:59.150289+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-06T17:22:00.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:59 smithi102 bash[35648]: audit 2024-02-06T17:21:59.632541+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"4f2bf731-bbc3-4b41-bc6f-3d6c4c3fbb4b\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1707240103.5226507, \"finished_at\": 1707240114.8599875}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-02-06T17:22:00.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:59 smithi102 bash[35648]: audit 2024-02-06T17:21:59.635717+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"4f2bf731-bbc3-4b41-bc6f-3d6c4c3fbb4b\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1707240103.5226507, \"finished_at\": 1707240114.8599875}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-02-06T17:22:00.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:59 smithi102 bash[35648]: audit 2024-02-06T17:21:59.712866+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.711957\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712055\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712095\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712146\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}}, \"last_daemon_update\": \"2024-02-06T17:21:59.712231\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:22:00.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:59 smithi102 bash[35648]: audit 2024-02-06T17:21:59.716406+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.711957\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712055\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712095\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712146\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}}, \"last_daemon_update\": \"2024-02-06T17:21:59.712231\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:22:00.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:21:59 smithi102 bash[35648]: audit 2024-02-06T17:21:59.717055+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:22:00.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:59 smithi096 bash[35573]: audit 2024-02-06T17:21:58.862211+0000 mon.a (mon.0) 364 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-06T17:22:00.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:59 smithi096 bash[35573]: cluster 2024-02-06T17:21:58.862270+0000 mon.a (mon.0) 365 : cluster [DBG] osdmap e34: 6 total, 5 up, 5 in 2024-02-06T17:22:00.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:59 smithi096 bash[35573]: audit 2024-02-06T17:21:58.862717+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-06T17:22:00.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:59 smithi096 bash[35573]: audit 2024-02-06T17:21:58.867410+0000 mon.b (mon.2) 11 : audit [INF] from='osd.5 [v2:172.21.15.102:6808/3713478747,v1:172.21.15.102:6809/3713478747]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-02-06T17:22:00.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:59 smithi096 bash[35573]: audit 2024-02-06T17:21:58.870823+0000 mon.a (mon.0) 367 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-02-06T17:22:00.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:59 smithi096 bash[35573]: cluster 2024-02-06T17:21:59.150213+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-06T17:22:00.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:59 smithi096 bash[35573]: cluster 2024-02-06T17:21:59.150289+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-06T17:22:00.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:59 smithi096 bash[35573]: audit 2024-02-06T17:21:59.632541+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"4f2bf731-bbc3-4b41-bc6f-3d6c4c3fbb4b\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1707240103.5226507, \"finished_at\": 1707240114.8599875}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-02-06T17:22:00.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:59 smithi096 bash[35573]: audit 2024-02-06T17:21:59.635717+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"4f2bf731-bbc3-4b41-bc6f-3d6c4c3fbb4b\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1707240103.5226507, \"finished_at\": 1707240114.8599875}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-02-06T17:22:00.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:59 smithi096 bash[38906]: audit 2024-02-06T17:21:58.862211+0000 mon.a (mon.0) 364 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-06T17:22:00.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:59 smithi096 bash[38906]: cluster 2024-02-06T17:21:58.862270+0000 mon.a (mon.0) 365 : cluster [DBG] osdmap e34: 6 total, 5 up, 5 in 2024-02-06T17:22:00.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:59 smithi096 bash[38906]: audit 2024-02-06T17:21:58.862717+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-06T17:22:00.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:59 smithi096 bash[38906]: audit 2024-02-06T17:21:58.867410+0000 mon.b (mon.2) 11 : audit [INF] from='osd.5 [v2:172.21.15.102:6808/3713478747,v1:172.21.15.102:6809/3713478747]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-02-06T17:22:00.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:59 smithi096 bash[38906]: audit 2024-02-06T17:21:58.870823+0000 mon.a (mon.0) 367 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-02-06T17:22:00.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:59 smithi096 bash[38906]: cluster 2024-02-06T17:21:59.150213+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-06T17:22:00.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:59 smithi096 bash[38906]: cluster 2024-02-06T17:21:59.150289+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-06T17:22:00.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:59 smithi096 bash[38906]: audit 2024-02-06T17:21:59.632541+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"4f2bf731-bbc3-4b41-bc6f-3d6c4c3fbb4b\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1707240103.5226507, \"finished_at\": 1707240114.8599875}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-02-06T17:22:00.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:59 smithi096 bash[38906]: audit 2024-02-06T17:21:59.635717+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"4f2bf731-bbc3-4b41-bc6f-3d6c4c3fbb4b\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1707240103.5226507, \"finished_at\": 1707240114.8599875}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-02-06T17:22:00.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:59 smithi096 bash[35573]: audit 2024-02-06T17:21:59.712866+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.711957\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712055\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712095\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712146\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}}, \"last_daemon_update\": \"2024-02-06T17:21:59.712231\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:22:00.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:59 smithi096 bash[38906]: audit 2024-02-06T17:21:59.712866+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.711957\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712055\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712095\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712146\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}}, \"last_daemon_update\": \"2024-02-06T17:21:59.712231\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:22:00.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:59 smithi096 bash[35573]: audit 2024-02-06T17:21:59.716406+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.711957\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712055\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712095\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712146\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}}, \"last_daemon_update\": \"2024-02-06T17:21:59.712231\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:22:00.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:21:59 smithi096 bash[35573]: audit 2024-02-06T17:21:59.717055+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:22:00.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:59 smithi096 bash[38906]: audit 2024-02-06T17:21:59.716406+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.711957\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712055\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712095\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712146\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}}, \"last_daemon_update\": \"2024-02-06T17:21:59.712231\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:22:00.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:21:59 smithi096 bash[38906]: audit 2024-02-06T17:21:59.717055+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:22:01.154 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:00 smithi102 bash[35648]: cluster 2024-02-06T17:21:59.621700+0000 mgr.y (mgr.14140) 118 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-02-06T17:22:01.154 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:00 smithi102 bash[35648]: audit 2024-02-06T17:21:59.872349+0000 mon.a (mon.0) 373 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]': finished 2024-02-06T17:22:01.154 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:00 smithi102 bash[35648]: cluster 2024-02-06T17:21:59.872401+0000 mon.a (mon.0) 374 : cluster [DBG] osdmap e35: 6 total, 5 up, 5 in 2024-02-06T17:22:01.154 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:00 smithi102 bash[35648]: audit 2024-02-06T17:21:59.873022+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-06T17:22:01.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:00 smithi096 bash[35573]: cluster 2024-02-06T17:21:59.621700+0000 mgr.y (mgr.14140) 118 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-02-06T17:22:01.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:00 smithi096 bash[35573]: audit 2024-02-06T17:21:59.872349+0000 mon.a (mon.0) 373 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]': finished 2024-02-06T17:22:01.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:00 smithi096 bash[35573]: cluster 2024-02-06T17:21:59.872401+0000 mon.a (mon.0) 374 : cluster [DBG] osdmap e35: 6 total, 5 up, 5 in 2024-02-06T17:22:01.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:00 smithi096 bash[35573]: audit 2024-02-06T17:21:59.873022+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-06T17:22:01.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:00 smithi096 bash[38906]: cluster 2024-02-06T17:21:59.621700+0000 mgr.y (mgr.14140) 118 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-02-06T17:22:01.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:00 smithi096 bash[38906]: audit 2024-02-06T17:21:59.872349+0000 mon.a (mon.0) 373 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]': finished 2024-02-06T17:22:01.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:00 smithi096 bash[38906]: cluster 2024-02-06T17:21:59.872401+0000 mon.a (mon.0) 374 : cluster [DBG] osdmap e35: 6 total, 5 up, 5 in 2024-02-06T17:22:01.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:00 smithi096 bash[38906]: audit 2024-02-06T17:21:59.873022+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-06T17:22:02.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:01 smithi102 bash[35648]: cluster 2024-02-06T17:22:00.874254+0000 mon.a (mon.0) 376 : cluster [INF] osd.5 [v2:172.21.15.102:6808/3713478747,v1:172.21.15.102:6809/3713478747] boot 2024-02-06T17:22:02.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:01 smithi102 bash[35648]: cluster 2024-02-06T17:22:00.874326+0000 mon.a (mon.0) 377 : cluster [DBG] osdmap e36: 6 total, 6 up, 6 in 2024-02-06T17:22:02.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:01 smithi102 bash[35648]: audit 2024-02-06T17:22:00.874515+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-06T17:22:02.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:01 smithi096 bash[35573]: cluster 2024-02-06T17:22:00.874254+0000 mon.a (mon.0) 376 : cluster [INF] osd.5 [v2:172.21.15.102:6808/3713478747,v1:172.21.15.102:6809/3713478747] boot 2024-02-06T17:22:02.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:01 smithi096 bash[35573]: cluster 2024-02-06T17:22:00.874326+0000 mon.a (mon.0) 377 : cluster [DBG] osdmap e36: 6 total, 6 up, 6 in 2024-02-06T17:22:02.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:01 smithi096 bash[35573]: audit 2024-02-06T17:22:00.874515+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-06T17:22:02.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:01 smithi096 bash[38906]: cluster 2024-02-06T17:22:00.874254+0000 mon.a (mon.0) 376 : cluster [INF] osd.5 [v2:172.21.15.102:6808/3713478747,v1:172.21.15.102:6809/3713478747] boot 2024-02-06T17:22:02.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:01 smithi096 bash[38906]: cluster 2024-02-06T17:22:00.874326+0000 mon.a (mon.0) 377 : cluster [DBG] osdmap e36: 6 total, 6 up, 6 in 2024-02-06T17:22:02.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:01 smithi096 bash[38906]: audit 2024-02-06T17:22:00.874515+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-06T17:22:02.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:02 smithi102 bash[35648]: cluster 2024-02-06T17:22:01.622070+0000 mgr.y (mgr.14140) 119 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 530 GiB / 536 GiB avail 2024-02-06T17:22:02.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:02 smithi102 bash[35648]: cluster 2024-02-06T17:22:01.889245+0000 mon.a (mon.0) 379 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-02-06T17:22:03.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:02 smithi096 bash[35573]: cluster 2024-02-06T17:22:01.622070+0000 mgr.y (mgr.14140) 119 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 530 GiB / 536 GiB avail 2024-02-06T17:22:03.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:02 smithi096 bash[35573]: cluster 2024-02-06T17:22:01.889245+0000 mon.a (mon.0) 379 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-02-06T17:22:03.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:02 smithi096 bash[38906]: cluster 2024-02-06T17:22:01.622070+0000 mgr.y (mgr.14140) 119 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 530 GiB / 536 GiB avail 2024-02-06T17:22:03.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:02 smithi096 bash[38906]: cluster 2024-02-06T17:22:01.889245+0000 mon.a (mon.0) 379 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-02-06T17:22:04.154 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:03 smithi102 bash[35648]: audit 2024-02-06T17:22:03.175399+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:22:04.154 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:03 smithi102 bash[35648]: audit 2024-02-06T17:22:03.358346+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.711957\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712055\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712095\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712146\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}}, \"last_daemon_update\": \"2024-02-06T17:21:59.712231\", \"last_device_update\": \"2024-02-06T17:22:03.357724\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:22:04.154 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:03 smithi102 bash[35648]: audit 2024-02-06T17:22:03.362345+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.711957\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712055\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712095\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712146\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}}, \"last_daemon_update\": \"2024-02-06T17:21:59.712231\", \"last_device_update\": \"2024-02-06T17:22:03.357724\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:22:04.155 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:03 smithi102 bash[35648]: audit 2024-02-06T17:22:03.792201+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-06T17:22:04.155 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:03 smithi102 bash[35648]: audit 2024-02-06T17:22:03.793056+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:22:04.155 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:03 smithi102 bash[35648]: audit 2024-02-06T17:22:03.794277+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:22:04.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:03 smithi096 bash[35573]: audit 2024-02-06T17:22:03.175399+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:22:04.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:03 smithi096 bash[38906]: audit 2024-02-06T17:22:03.175399+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:22:04.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:03 smithi096 bash[38906]: audit 2024-02-06T17:22:03.358346+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.711957\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712055\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712095\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712146\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}}, \"last_daemon_update\": \"2024-02-06T17:21:59.712231\", \"last_device_update\": \"2024-02-06T17:22:03.357724\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:22:04.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:03 smithi096 bash[35573]: audit 2024-02-06T17:22:03.358346+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.711957\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712055\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712095\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712146\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}}, \"last_daemon_update\": \"2024-02-06T17:21:59.712231\", \"last_device_update\": \"2024-02-06T17:22:03.357724\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:22:04.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:03 smithi096 bash[38906]: audit 2024-02-06T17:22:03.362345+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.711957\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712055\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712095\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712146\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}}, \"last_daemon_update\": \"2024-02-06T17:21:59.712231\", \"last_device_update\": \"2024-02-06T17:22:03.357724\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:22:04.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:03 smithi096 bash[38906]: audit 2024-02-06T17:22:03.792201+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-06T17:22:04.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:03 smithi096 bash[38906]: audit 2024-02-06T17:22:03.793056+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:22:04.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:03 smithi096 bash[38906]: audit 2024-02-06T17:22:03.794277+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:22:04.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:03 smithi096 bash[35573]: audit 2024-02-06T17:22:03.362345+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.711957\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712055\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712095\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712146\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}}, \"last_daemon_update\": \"2024-02-06T17:21:59.712231\", \"last_device_update\": \"2024-02-06T17:22:03.357724\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:22:04.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:03 smithi096 bash[35573]: audit 2024-02-06T17:22:03.792201+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-06T17:22:04.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:03 smithi096 bash[35573]: audit 2024-02-06T17:22:03.793056+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:22:04.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:03 smithi096 bash[35573]: audit 2024-02-06T17:22:03.794277+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:22:05.184 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:04 smithi102 bash[35648]: cluster 2024-02-06T17:22:03.622384+0000 mgr.y (mgr.14140) 120 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 1.8 MiB used, 530 GiB / 536 GiB avail 2024-02-06T17:22:05.185 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:04 smithi102 bash[35648]: audit 2024-02-06T17:22:03.791094+0000 mgr.y (mgr.14140) 121 : audit [DBG] from='client.34229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi102:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:22:05.185 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:04 smithi102 bash[35648]: cephadm 2024-02-06T17:22:03.791902+0000 mgr.y (mgr.14140) 122 : cephadm [INF] Applying osd on host smithi102... 2024-02-06T17:22:05.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:04 smithi096 bash[35573]: cluster 2024-02-06T17:22:03.622384+0000 mgr.y (mgr.14140) 120 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 1.8 MiB used, 530 GiB / 536 GiB avail 2024-02-06T17:22:05.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:04 smithi096 bash[35573]: audit 2024-02-06T17:22:03.791094+0000 mgr.y (mgr.14140) 121 : audit [DBG] from='client.34229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi102:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:22:05.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:04 smithi096 bash[35573]: cephadm 2024-02-06T17:22:03.791902+0000 mgr.y (mgr.14140) 122 : cephadm [INF] Applying osd on host smithi102... 2024-02-06T17:22:05.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:04 smithi096 bash[38906]: cluster 2024-02-06T17:22:03.622384+0000 mgr.y (mgr.14140) 120 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 1.8 MiB used, 530 GiB / 536 GiB avail 2024-02-06T17:22:05.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:04 smithi096 bash[38906]: audit 2024-02-06T17:22:03.791094+0000 mgr.y (mgr.14140) 121 : audit [DBG] from='client.34229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi102:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:22:05.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:04 smithi096 bash[38906]: cephadm 2024-02-06T17:22:03.791902+0000 mgr.y (mgr.14140) 122 : cephadm [INF] Applying osd on host smithi102... 2024-02-06T17:22:06.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:05 smithi102 bash[35648]: audit 2024-02-06T17:22:05.853770+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.102:0/1671962237' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "86403e33-e2e3-4598-a133-cd0aeafc2cb3"}]: dispatch 2024-02-06T17:22:06.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:05 smithi102 bash[35648]: audit 2024-02-06T17:22:05.854335+0000 mon.a (mon.0) 386 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "86403e33-e2e3-4598-a133-cd0aeafc2cb3"}]: dispatch 2024-02-06T17:22:06.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:05 smithi102 bash[35648]: audit 2024-02-06T17:22:05.859921+0000 mon.a (mon.0) 387 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "86403e33-e2e3-4598-a133-cd0aeafc2cb3"}]': finished 2024-02-06T17:22:06.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:05 smithi102 bash[35648]: cluster 2024-02-06T17:22:05.859968+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e38: 7 total, 6 up, 6 in 2024-02-06T17:22:06.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:05 smithi102 bash[35648]: audit 2024-02-06T17:22:05.860151+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-06T17:22:06.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:05 smithi096 bash[35573]: audit 2024-02-06T17:22:05.853770+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.102:0/1671962237' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "86403e33-e2e3-4598-a133-cd0aeafc2cb3"}]: dispatch 2024-02-06T17:22:06.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:05 smithi096 bash[35573]: audit 2024-02-06T17:22:05.854335+0000 mon.a (mon.0) 386 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "86403e33-e2e3-4598-a133-cd0aeafc2cb3"}]: dispatch 2024-02-06T17:22:06.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:05 smithi096 bash[35573]: audit 2024-02-06T17:22:05.859921+0000 mon.a (mon.0) 387 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "86403e33-e2e3-4598-a133-cd0aeafc2cb3"}]': finished 2024-02-06T17:22:06.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:05 smithi096 bash[35573]: cluster 2024-02-06T17:22:05.859968+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e38: 7 total, 6 up, 6 in 2024-02-06T17:22:06.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:05 smithi096 bash[35573]: audit 2024-02-06T17:22:05.860151+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-06T17:22:06.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:05 smithi096 bash[38906]: audit 2024-02-06T17:22:05.853770+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.102:0/1671962237' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "86403e33-e2e3-4598-a133-cd0aeafc2cb3"}]: dispatch 2024-02-06T17:22:06.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:05 smithi096 bash[38906]: audit 2024-02-06T17:22:05.854335+0000 mon.a (mon.0) 386 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "86403e33-e2e3-4598-a133-cd0aeafc2cb3"}]: dispatch 2024-02-06T17:22:06.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:05 smithi096 bash[38906]: audit 2024-02-06T17:22:05.859921+0000 mon.a (mon.0) 387 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "86403e33-e2e3-4598-a133-cd0aeafc2cb3"}]': finished 2024-02-06T17:22:06.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:05 smithi096 bash[38906]: cluster 2024-02-06T17:22:05.859968+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e38: 7 total, 6 up, 6 in 2024-02-06T17:22:06.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:05 smithi096 bash[38906]: audit 2024-02-06T17:22:05.860151+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-06T17:22:07.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:06 smithi102 bash[35648]: cluster 2024-02-06T17:22:05.622719+0000 mgr.y (mgr.14140) 123 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-02-06T17:22:07.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:06 smithi102 bash[35648]: audit 2024-02-06T17:22:06.630630+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.102:0/3563081744' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-06T17:22:07.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:06 smithi096 bash[35573]: cluster 2024-02-06T17:22:05.622719+0000 mgr.y (mgr.14140) 123 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-02-06T17:22:07.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:06 smithi096 bash[35573]: audit 2024-02-06T17:22:06.630630+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.102:0/3563081744' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-06T17:22:07.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:06 smithi096 bash[38906]: cluster 2024-02-06T17:22:05.622719+0000 mgr.y (mgr.14140) 123 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-02-06T17:22:07.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:06 smithi096 bash[38906]: audit 2024-02-06T17:22:06.630630+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.102:0/3563081744' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-06T17:22:09.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:08 smithi102 bash[35648]: cluster 2024-02-06T17:22:07.623099+0000 mgr.y (mgr.14140) 124 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-02-06T17:22:09.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:08 smithi096 bash[35573]: cluster 2024-02-06T17:22:07.623099+0000 mgr.y (mgr.14140) 124 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-02-06T17:22:09.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:08 smithi096 bash[38906]: cluster 2024-02-06T17:22:07.623099+0000 mgr.y (mgr.14140) 124 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-02-06T17:22:10.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:09 smithi102 bash[35648]: audit 2024-02-06T17:22:09.217468+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:22:10.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:09 smithi096 bash[35573]: audit 2024-02-06T17:22:09.217468+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:22:10.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:09 smithi096 bash[38906]: audit 2024-02-06T17:22:09.217468+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:22:11.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:10 smithi102 bash[35648]: cluster 2024-02-06T17:22:09.623435+0000 mgr.y (mgr.14140) 125 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-02-06T17:22:11.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:10 smithi096 bash[35573]: cluster 2024-02-06T17:22:09.623435+0000 mgr.y (mgr.14140) 125 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-02-06T17:22:11.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:10 smithi096 bash[38906]: cluster 2024-02-06T17:22:09.623435+0000 mgr.y (mgr.14140) 125 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-02-06T17:22:12.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:11 smithi102 bash[35648]: audit 2024-02-06T17:22:11.815421+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-06T17:22:12.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:11 smithi102 bash[35648]: audit 2024-02-06T17:22:11.816208+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:22:12.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:11 smithi102 bash[35648]: audit 2024-02-06T17:22:11.817000+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-02-06T17:22:12.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:11 smithi096 bash[35573]: audit 2024-02-06T17:22:11.815421+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-06T17:22:12.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:11 smithi096 bash[35573]: audit 2024-02-06T17:22:11.816208+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:22:12.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:11 smithi096 bash[35573]: audit 2024-02-06T17:22:11.817000+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-02-06T17:22:12.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:11 smithi096 bash[38906]: audit 2024-02-06T17:22:11.815421+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-06T17:22:12.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:11 smithi096 bash[38906]: audit 2024-02-06T17:22:11.816208+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:22:12.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:11 smithi096 bash[38906]: audit 2024-02-06T17:22:11.817000+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-02-06T17:22:13.041 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:12 smithi102 bash[35648]: cluster 2024-02-06T17:22:11.623790+0000 mgr.y (mgr.14140) 126 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-02-06T17:22:13.041 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:12 smithi102 bash[35648]: cephadm 2024-02-06T17:22:11.816729+0000 mgr.y (mgr.14140) 127 : cephadm [INF] Deploying daemon osd.6 on smithi102 2024-02-06T17:22:13.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:12 smithi096 bash[35573]: cluster 2024-02-06T17:22:11.623790+0000 mgr.y (mgr.14140) 126 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-02-06T17:22:13.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:12 smithi096 bash[35573]: cephadm 2024-02-06T17:22:11.816729+0000 mgr.y (mgr.14140) 127 : cephadm [INF] Deploying daemon osd.6 on smithi102 2024-02-06T17:22:13.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:12 smithi096 bash[38906]: cluster 2024-02-06T17:22:11.623790+0000 mgr.y (mgr.14140) 126 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-02-06T17:22:13.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:12 smithi096 bash[38906]: cephadm 2024-02-06T17:22:11.816729+0000 mgr.y (mgr.14140) 127 : cephadm [INF] Deploying daemon osd.6 on smithi102 2024-02-06T17:22:13.353 INFO:teuthology.orchestra.run.smithi102.stdout:Created osd(s) 6 on host 'smithi102' 2024-02-06T17:22:14.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:13 smithi102 bash[35648]: audit 2024-02-06T17:22:13.346504+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.711957\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712055\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712095\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712146\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:11.815107\"}}, \"last_device_update\": \"2024-02-06T17:22:03.357724\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:22:14.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:13 smithi102 bash[35648]: audit 2024-02-06T17:22:13.346954+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:22:14.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:13 smithi102 bash[35648]: audit 2024-02-06T17:22:13.349884+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.711957\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712055\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712095\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712146\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:11.815107\"}}, \"last_device_update\": \"2024-02-06T17:22:03.357724\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:22:14.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:13 smithi096 bash[35573]: audit 2024-02-06T17:22:13.346504+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.711957\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712055\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712095\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712146\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:11.815107\"}}, \"last_device_update\": \"2024-02-06T17:22:03.357724\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:22:14.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:13 smithi096 bash[35573]: audit 2024-02-06T17:22:13.346954+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:22:14.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:13 smithi096 bash[35573]: audit 2024-02-06T17:22:13.349884+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.711957\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712055\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712095\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712146\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:11.815107\"}}, \"last_device_update\": \"2024-02-06T17:22:03.357724\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:22:14.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:13 smithi096 bash[38906]: audit 2024-02-06T17:22:13.346504+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.711957\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712055\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712095\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712146\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:11.815107\"}}, \"last_device_update\": \"2024-02-06T17:22:03.357724\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:22:14.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:13 smithi096 bash[38906]: audit 2024-02-06T17:22:13.346954+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:22:14.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:13 smithi096 bash[38906]: audit 2024-02-06T17:22:13.349884+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.711957\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712055\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712095\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:59.712146\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:11.815107\"}}, \"last_device_update\": \"2024-02-06T17:22:03.357724\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:22:14.376 DEBUG:teuthology.orchestra.run.smithi102:osd.6> sudo journalctl -f -n 0 -u ceph-a15007fc-c513-11ee-95b6-87774f69a715@osd.6.service 2024-02-06T17:22:14.378 INFO:tasks.cephadm:Deploying osd.7 on smithi102 with /dev/vg_nvme/lv_1... 2024-02-06T17:22:14.378 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-02-06T17:22:14.407 INFO:journalctl@ceph.osd.6.smithi102.stdout:-- Logs begin at Tue 2024-02-06 17:10:25 UTC. -- 2024-02-06T17:22:15.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:14 smithi102 bash[35648]: cluster 2024-02-06T17:22:13.624125+0000 mgr.y (mgr.14140) 128 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-02-06T17:22:15.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:14 smithi102 bash[35648]: audit 2024-02-06T17:22:14.637651+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"4f2bf731-bbc3-4b41-bc6f-3d6c4c3fbb4b\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1707240103.5226507, \"finished_at\": 1707240114.8599875}, {\"id\": \"8fab6496-469f-4206-8e5f-e66f2a38d9dc\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1707240120.8741114, \"finished_at\": 1707240133.3583248}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-02-06T17:22:15.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:14 smithi102 bash[35648]: audit 2024-02-06T17:22:14.640533+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"4f2bf731-bbc3-4b41-bc6f-3d6c4c3fbb4b\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1707240103.5226507, \"finished_at\": 1707240114.8599875}, {\"id\": \"8fab6496-469f-4206-8e5f-e66f2a38d9dc\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1707240120.8741114, \"finished_at\": 1707240133.3583248}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-02-06T17:22:15.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:14 smithi096 bash[38906]: cluster 2024-02-06T17:22:13.624125+0000 mgr.y (mgr.14140) 128 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-02-06T17:22:15.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:14 smithi096 bash[38906]: audit 2024-02-06T17:22:14.637651+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"4f2bf731-bbc3-4b41-bc6f-3d6c4c3fbb4b\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1707240103.5226507, \"finished_at\": 1707240114.8599875}, {\"id\": \"8fab6496-469f-4206-8e5f-e66f2a38d9dc\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1707240120.8741114, \"finished_at\": 1707240133.3583248}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-02-06T17:22:15.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:14 smithi096 bash[38906]: audit 2024-02-06T17:22:14.640533+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"4f2bf731-bbc3-4b41-bc6f-3d6c4c3fbb4b\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1707240103.5226507, \"finished_at\": 1707240114.8599875}, {\"id\": \"8fab6496-469f-4206-8e5f-e66f2a38d9dc\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1707240120.8741114, \"finished_at\": 1707240133.3583248}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-02-06T17:22:15.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:14 smithi096 bash[35573]: cluster 2024-02-06T17:22:13.624125+0000 mgr.y (mgr.14140) 128 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-02-06T17:22:15.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:14 smithi096 bash[35573]: audit 2024-02-06T17:22:14.637651+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"4f2bf731-bbc3-4b41-bc6f-3d6c4c3fbb4b\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1707240103.5226507, \"finished_at\": 1707240114.8599875}, {\"id\": \"8fab6496-469f-4206-8e5f-e66f2a38d9dc\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1707240120.8741114, \"finished_at\": 1707240133.3583248}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-02-06T17:22:15.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:14 smithi096 bash[35573]: audit 2024-02-06T17:22:14.640533+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"4f2bf731-bbc3-4b41-bc6f-3d6c4c3fbb4b\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1707240103.5226507, \"finished_at\": 1707240114.8599875}, {\"id\": \"8fab6496-469f-4206-8e5f-e66f2a38d9dc\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1707240120.8741114, \"finished_at\": 1707240133.3583248}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-02-06T17:22:15.623 INFO:journalctl@ceph.osd.6.smithi102.stdout:Feb 06 17:22:15 smithi102 bash[40920]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-02-06T17:22:15.623 INFO:journalctl@ceph.osd.6.smithi102.stdout:Feb 06 17:22:15 smithi102 bash[40920]: 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-02-06T17:22:15.623 INFO:journalctl@ceph.osd.6.smithi102.stdout:Feb 06 17:22:15 smithi102 bash[40920]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2024-02-06T17:22:15.623 INFO:journalctl@ceph.osd.6.smithi102.stdout:Feb 06 17:22:15 smithi102 bash[40920]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2024-02-06T17:22:15.623 INFO:journalctl@ceph.osd.6.smithi102.stdout:Feb 06 17:22:15 smithi102 bash[40920]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-02-06T17:22:15.623 INFO:journalctl@ceph.osd.6.smithi102.stdout:Feb 06 17:22:15 smithi102 bash[40920]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-02-06T17:22:15.623 INFO:journalctl@ceph.osd.6.smithi102.stdout:Feb 06 17:22:15 smithi102 bash[40920]: --> ceph-volume lvm activate successful for osd ID: 6 2024-02-06T17:22:17.113 INFO:teuthology.orchestra.run.smithi102.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-02-06T17:22:17.113 INFO:teuthology.orchestra.run.smithi102.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-02-06T17:22:17.113 INFO:teuthology.orchestra.run.smithi102.stderr: stderr: 10+0 records in 2024-02-06T17:22:17.113 INFO:teuthology.orchestra.run.smithi102.stderr:10+0 records out 2024-02-06T17:22:17.113 INFO:teuthology.orchestra.run.smithi102.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0110673 s, 947 MB/s 2024-02-06T17:22:17.113 INFO:teuthology.orchestra.run.smithi102.stderr:--> Zapping successful for: 2024-02-06T17:22:17.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:16 smithi102 bash[35648]: cluster 2024-02-06T17:22:15.624572+0000 mgr.y (mgr.14140) 129 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-02-06T17:22:17.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:16 smithi096 bash[35573]: cluster 2024-02-06T17:22:15.624572+0000 mgr.y (mgr.14140) 129 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-02-06T17:22:17.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:16 smithi096 bash[38906]: cluster 2024-02-06T17:22:15.624572+0000 mgr.y (mgr.14140) 129 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-02-06T17:22:18.050 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph orch daemon add osd smithi102:vg_nvme/lv_1 2024-02-06T17:22:18.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:17 smithi102 bash[35648]: audit 2024-02-06T17:22:17.501658+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500673\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500767\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500804\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500852\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500886\", \"created\": \"2024-02-06T17:22:13.316840\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:11.815107\"}}, \"last_daemon_update\": \"2024-02-06T17:22:17.500961\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:22:18.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:17 smithi102 bash[35648]: audit 2024-02-06T17:22:17.504925+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500673\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500767\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500804\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500852\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500886\", \"created\": \"2024-02-06T17:22:13.316840\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:11.815107\"}}, \"last_daemon_update\": \"2024-02-06T17:22:17.500961\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:22:18.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:17 smithi102 bash[35648]: audit 2024-02-06T17:22:17.505621+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:22:18.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:17 smithi096 bash[35573]: audit 2024-02-06T17:22:17.501658+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500673\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500767\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500804\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500852\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500886\", \"created\": \"2024-02-06T17:22:13.316840\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:11.815107\"}}, \"last_daemon_update\": \"2024-02-06T17:22:17.500961\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:22:18.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:17 smithi096 bash[38906]: audit 2024-02-06T17:22:17.501658+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500673\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500767\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500804\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500852\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500886\", \"created\": \"2024-02-06T17:22:13.316840\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:11.815107\"}}, \"last_daemon_update\": \"2024-02-06T17:22:17.500961\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:22:18.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:17 smithi096 bash[35573]: audit 2024-02-06T17:22:17.504925+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500673\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500767\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500804\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500852\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500886\", \"created\": \"2024-02-06T17:22:13.316840\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:11.815107\"}}, \"last_daemon_update\": \"2024-02-06T17:22:17.500961\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:22:18.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:17 smithi096 bash[35573]: audit 2024-02-06T17:22:17.505621+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:22:18.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:17 smithi096 bash[38906]: audit 2024-02-06T17:22:17.504925+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500673\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500767\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500804\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500852\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500886\", \"created\": \"2024-02-06T17:22:13.316840\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"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\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:11.815107\"}}, \"last_daemon_update\": \"2024-02-06T17:22:17.500961\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:22:18.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:17 smithi096 bash[38906]: audit 2024-02-06T17:22:17.505621+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:22:18.877 INFO:journalctl@ceph.osd.6.smithi102.stdout:Feb 06 17:22:18 smithi102 bash[41374]: debug 2024-02-06T17:22:18.736+0000 7efea8d5dec0 -1 Falling back to public interface 2024-02-06T17:22:19.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:18 smithi102 bash[35648]: cluster 2024-02-06T17:22:17.624985+0000 mgr.y (mgr.14140) 130 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-02-06T17:22:19.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:18 smithi096 bash[35573]: cluster 2024-02-06T17:22:17.624985+0000 mgr.y (mgr.14140) 130 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-02-06T17:22:19.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:18 smithi096 bash[38906]: cluster 2024-02-06T17:22:17.624985+0000 mgr.y (mgr.14140) 130 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-02-06T17:22:19.654 INFO:journalctl@ceph.osd.6.smithi102.stdout:Feb 06 17:22:19 smithi102 bash[41374]: debug 2024-02-06T17:22:19.304+0000 7efea8d5dec0 -1 osd.6 0 log_to_monitors {default=true} 2024-02-06T17:22:20.232 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:19 smithi102 bash[35648]: audit 2024-02-06T17:22:19.308169+0000 mon.b (mon.2) 14 : audit [INF] from='osd.6 [v2:172.21.15.102:6816/1106075482,v1:172.21.15.102:6817/1106075482]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-06T17:22:20.232 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:19 smithi102 bash[35648]: audit 2024-02-06T17:22:19.308471+0000 mon.a (mon.0) 402 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-06T17:22:20.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:19 smithi096 bash[38906]: audit 2024-02-06T17:22:19.308169+0000 mon.b (mon.2) 14 : audit [INF] from='osd.6 [v2:172.21.15.102:6816/1106075482,v1:172.21.15.102:6817/1106075482]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-06T17:22:20.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:19 smithi096 bash[38906]: audit 2024-02-06T17:22:19.308471+0000 mon.a (mon.0) 402 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-06T17:22:20.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:19 smithi096 bash[35573]: audit 2024-02-06T17:22:19.308169+0000 mon.b (mon.2) 14 : audit [INF] from='osd.6 [v2:172.21.15.102:6816/1106075482,v1:172.21.15.102:6817/1106075482]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-06T17:22:20.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:19 smithi096 bash[35573]: audit 2024-02-06T17:22:19.308471+0000 mon.a (mon.0) 402 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-06T17:22:21.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:20 smithi096 bash[35573]: cluster 2024-02-06T17:22:19.625406+0000 mgr.y (mgr.14140) 131 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-02-06T17:22:21.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:20 smithi096 bash[35573]: audit 2024-02-06T17:22:19.953569+0000 mon.a (mon.0) 403 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-06T17:22:21.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:20 smithi096 bash[35573]: cluster 2024-02-06T17:22:19.953654+0000 mon.a (mon.0) 404 : cluster [DBG] osdmap e39: 7 total, 6 up, 6 in 2024-02-06T17:22:21.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:20 smithi096 bash[35573]: audit 2024-02-06T17:22:19.953791+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-06T17:22:21.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:20 smithi096 bash[35573]: audit 2024-02-06T17:22:19.954080+0000 mon.b (mon.2) 15 : audit [INF] from='osd.6 [v2:172.21.15.102:6816/1106075482,v1:172.21.15.102:6817/1106075482]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-02-06T17:22:21.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:20 smithi096 bash[35573]: audit 2024-02-06T17:22:19.954316+0000 mon.a (mon.0) 406 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-02-06T17:22:21.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:20 smithi096 bash[35573]: cluster 2024-02-06T17:22:20.286916+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-06T17:22:21.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:20 smithi096 bash[35573]: cluster 2024-02-06T17:22:20.287002+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-06T17:22:21.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:20 smithi096 bash[38906]: cluster 2024-02-06T17:22:19.625406+0000 mgr.y (mgr.14140) 131 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-02-06T17:22:21.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:20 smithi096 bash[38906]: audit 2024-02-06T17:22:19.953569+0000 mon.a (mon.0) 403 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-06T17:22:21.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:20 smithi096 bash[38906]: cluster 2024-02-06T17:22:19.953654+0000 mon.a (mon.0) 404 : cluster [DBG] osdmap e39: 7 total, 6 up, 6 in 2024-02-06T17:22:21.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:20 smithi096 bash[38906]: audit 2024-02-06T17:22:19.953791+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-06T17:22:21.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:20 smithi096 bash[38906]: audit 2024-02-06T17:22:19.954080+0000 mon.b (mon.2) 15 : audit [INF] from='osd.6 [v2:172.21.15.102:6816/1106075482,v1:172.21.15.102:6817/1106075482]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-02-06T17:22:21.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:20 smithi096 bash[38906]: audit 2024-02-06T17:22:19.954316+0000 mon.a (mon.0) 406 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-02-06T17:22:21.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:20 smithi096 bash[38906]: cluster 2024-02-06T17:22:20.286916+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-06T17:22:21.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:20 smithi096 bash[38906]: cluster 2024-02-06T17:22:20.287002+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-06T17:22:21.439 INFO:journalctl@ceph.osd.6.smithi102.stdout:Feb 06 17:22:20 smithi102 bash[41374]: debug 2024-02-06T17:22:20.958+0000 7efe8db0a700 -1 osd.6 0 waiting for initial osdmap 2024-02-06T17:22:21.439 INFO:journalctl@ceph.osd.6.smithi102.stdout:Feb 06 17:22:20 smithi102 bash[41374]: debug 2024-02-06T17:22:20.964+0000 7efe98d26700 -1 osd.6 40 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-06T17:22:21.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:20 smithi102 bash[35648]: cluster 2024-02-06T17:22:19.625406+0000 mgr.y (mgr.14140) 131 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-02-06T17:22:21.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:20 smithi102 bash[35648]: audit 2024-02-06T17:22:19.953569+0000 mon.a (mon.0) 403 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-06T17:22:21.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:20 smithi102 bash[35648]: cluster 2024-02-06T17:22:19.953654+0000 mon.a (mon.0) 404 : cluster [DBG] osdmap e39: 7 total, 6 up, 6 in 2024-02-06T17:22:21.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:20 smithi102 bash[35648]: audit 2024-02-06T17:22:19.953791+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-06T17:22:21.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:20 smithi102 bash[35648]: audit 2024-02-06T17:22:19.954080+0000 mon.b (mon.2) 15 : audit [INF] from='osd.6 [v2:172.21.15.102:6816/1106075482,v1:172.21.15.102:6817/1106075482]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-02-06T17:22:21.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:20 smithi102 bash[35648]: audit 2024-02-06T17:22:19.954316+0000 mon.a (mon.0) 406 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-02-06T17:22:21.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:20 smithi102 bash[35648]: cluster 2024-02-06T17:22:20.286916+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-06T17:22:21.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:20 smithi102 bash[35648]: cluster 2024-02-06T17:22:20.287002+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-06T17:22:22.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:21 smithi102 bash[35648]: audit 2024-02-06T17:22:20.957463+0000 mon.a (mon.0) 407 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]': finished 2024-02-06T17:22:22.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:21 smithi102 bash[35648]: cluster 2024-02-06T17:22:20.957519+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e40: 7 total, 6 up, 6 in 2024-02-06T17:22:22.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:21 smithi102 bash[35648]: audit 2024-02-06T17:22:20.958256+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-06T17:22:22.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:21 smithi102 bash[35648]: audit 2024-02-06T17:22:21.034402+0000 mgr.y (mgr.14140) 132 : audit [DBG] from='client.34256 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi102:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:22:22.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:21 smithi102 bash[35648]: cephadm 2024-02-06T17:22:21.035096+0000 mgr.y (mgr.14140) 133 : cephadm [INF] Applying osd on host smithi102... 2024-02-06T17:22:22.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:21 smithi102 bash[35648]: audit 2024-02-06T17:22:21.035370+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-06T17:22:22.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:21 smithi102 bash[35648]: audit 2024-02-06T17:22:21.036079+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:22:22.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:21 smithi102 bash[35648]: audit 2024-02-06T17:22:21.037228+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:22:22.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:21 smithi102 bash[35648]: cluster 2024-02-06T17:22:21.954056+0000 mon.a (mon.0) 413 : cluster [INF] osd.6 [v2:172.21.15.102:6816/1106075482,v1:172.21.15.102:6817/1106075482] boot 2024-02-06T17:22:22.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:21 smithi102 bash[35648]: cluster 2024-02-06T17:22:21.954091+0000 mon.a (mon.0) 414 : cluster [DBG] osdmap e41: 7 total, 7 up, 7 in 2024-02-06T17:22:22.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:21 smithi102 bash[35648]: audit 2024-02-06T17:22:21.954252+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-06T17:22:22.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:21 smithi096 bash[35573]: audit 2024-02-06T17:22:20.957463+0000 mon.a (mon.0) 407 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]': finished 2024-02-06T17:22:22.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:21 smithi096 bash[35573]: cluster 2024-02-06T17:22:20.957519+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e40: 7 total, 6 up, 6 in 2024-02-06T17:22:22.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:21 smithi096 bash[35573]: audit 2024-02-06T17:22:20.958256+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-06T17:22:22.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:21 smithi096 bash[35573]: audit 2024-02-06T17:22:21.034402+0000 mgr.y (mgr.14140) 132 : audit [DBG] from='client.34256 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi102:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:22:22.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:21 smithi096 bash[35573]: cephadm 2024-02-06T17:22:21.035096+0000 mgr.y (mgr.14140) 133 : cephadm [INF] Applying osd on host smithi102... 2024-02-06T17:22:22.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:21 smithi096 bash[35573]: audit 2024-02-06T17:22:21.035370+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-06T17:22:22.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:21 smithi096 bash[35573]: audit 2024-02-06T17:22:21.036079+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:22:22.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:21 smithi096 bash[35573]: audit 2024-02-06T17:22:21.037228+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:22:22.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:21 smithi096 bash[35573]: cluster 2024-02-06T17:22:21.954056+0000 mon.a (mon.0) 413 : cluster [INF] osd.6 [v2:172.21.15.102:6816/1106075482,v1:172.21.15.102:6817/1106075482] boot 2024-02-06T17:22:22.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:21 smithi096 bash[35573]: cluster 2024-02-06T17:22:21.954091+0000 mon.a (mon.0) 414 : cluster [DBG] osdmap e41: 7 total, 7 up, 7 in 2024-02-06T17:22:22.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:21 smithi096 bash[35573]: audit 2024-02-06T17:22:21.954252+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-06T17:22:22.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:21 smithi096 bash[38906]: audit 2024-02-06T17:22:20.957463+0000 mon.a (mon.0) 407 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]': finished 2024-02-06T17:22:22.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:21 smithi096 bash[38906]: cluster 2024-02-06T17:22:20.957519+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e40: 7 total, 6 up, 6 in 2024-02-06T17:22:22.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:21 smithi096 bash[38906]: audit 2024-02-06T17:22:20.958256+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-06T17:22:22.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:21 smithi096 bash[38906]: audit 2024-02-06T17:22:21.034402+0000 mgr.y (mgr.14140) 132 : audit [DBG] from='client.34256 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi102:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:22:22.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:21 smithi096 bash[38906]: cephadm 2024-02-06T17:22:21.035096+0000 mgr.y (mgr.14140) 133 : cephadm [INF] Applying osd on host smithi102... 2024-02-06T17:22:22.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:21 smithi096 bash[38906]: audit 2024-02-06T17:22:21.035370+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-06T17:22:22.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:21 smithi096 bash[38906]: audit 2024-02-06T17:22:21.036079+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:22:22.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:21 smithi096 bash[38906]: audit 2024-02-06T17:22:21.037228+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:22:22.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:21 smithi096 bash[38906]: cluster 2024-02-06T17:22:21.954056+0000 mon.a (mon.0) 413 : cluster [INF] osd.6 [v2:172.21.15.102:6816/1106075482,v1:172.21.15.102:6817/1106075482] boot 2024-02-06T17:22:22.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:21 smithi096 bash[38906]: cluster 2024-02-06T17:22:21.954091+0000 mon.a (mon.0) 414 : cluster [DBG] osdmap e41: 7 total, 7 up, 7 in 2024-02-06T17:22:22.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:21 smithi096 bash[38906]: audit 2024-02-06T17:22:21.954252+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-06T17:22:23.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:22 smithi096 bash[35573]: cluster 2024-02-06T17:22:21.625719+0000 mgr.y (mgr.14140) 134 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-02-06T17:22:23.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:22 smithi096 bash[35573]: cluster 2024-02-06T17:22:22.954899+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e42: 7 total, 7 up, 7 in 2024-02-06T17:22:23.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:22 smithi096 bash[38906]: cluster 2024-02-06T17:22:21.625719+0000 mgr.y (mgr.14140) 134 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-02-06T17:22:23.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:22 smithi096 bash[38906]: cluster 2024-02-06T17:22:22.954899+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e42: 7 total, 7 up, 7 in 2024-02-06T17:22:23.420 INFO:journalctl@ceph.osd.5.smithi102.stdout:Feb 06 17:22:22 smithi102 bash[39553]: debug 2024-02-06T17:22:22.953+0000 7f24c0a93700 -1 osd.5 42 build_incremental_map_msg missing incremental map 42 2024-02-06T17:22:23.420 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:22 smithi102 bash[35648]: cluster 2024-02-06T17:22:21.625719+0000 mgr.y (mgr.14140) 134 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-02-06T17:22:23.420 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:22 smithi102 bash[35648]: cluster 2024-02-06T17:22:22.954899+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e42: 7 total, 7 up, 7 in 2024-02-06T17:22:24.189 INFO:journalctl@ceph.osd.5.smithi102.stdout:Feb 06 17:22:23 smithi102 bash[39553]: debug 2024-02-06T17:22:23.879+0000 7f24e4b4b700 -1 osd.5 42 build_incremental_map_msg missing incremental map 42 2024-02-06T17:22:24.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:23 smithi102 bash[35648]: audit 2024-02-06T17:22:23.011244+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:22:24.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:23 smithi102 bash[35648]: audit 2024-02-06T17:22:23.191682+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500673\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500767\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500804\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500852\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500886\", \"created\": \"2024-02-06T17:22:13.316840\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:11.815107\"}}, \"last_daemon_update\": \"2024-02-06T17:22:17.500961\", \"last_device_update\": \"2024-02-06T17:22:23.191048\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:22:24.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:23 smithi102 bash[35648]: audit 2024-02-06T17:22:23.195110+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500673\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500767\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500804\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500852\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500886\", \"created\": \"2024-02-06T17:22:13.316840\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:11.815107\"}}, \"last_daemon_update\": \"2024-02-06T17:22:17.500961\", \"last_device_update\": \"2024-02-06T17:22:23.191048\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:22:24.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:23 smithi096 bash[35573]: audit 2024-02-06T17:22:23.011244+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:22:24.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:23 smithi096 bash[38906]: audit 2024-02-06T17:22:23.011244+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:22:24.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:23 smithi096 bash[35573]: audit 2024-02-06T17:22:23.191682+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500673\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500767\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500804\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500852\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500886\", \"created\": \"2024-02-06T17:22:13.316840\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:11.815107\"}}, \"last_daemon_update\": \"2024-02-06T17:22:17.500961\", \"last_device_update\": \"2024-02-06T17:22:23.191048\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:22:24.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:23 smithi096 bash[35573]: audit 2024-02-06T17:22:23.195110+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500673\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500767\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500804\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500852\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500886\", \"created\": \"2024-02-06T17:22:13.316840\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:11.815107\"}}, \"last_daemon_update\": \"2024-02-06T17:22:17.500961\", \"last_device_update\": \"2024-02-06T17:22:23.191048\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:22:24.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:23 smithi096 bash[38906]: audit 2024-02-06T17:22:23.191682+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500673\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500767\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500804\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500852\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500886\", \"created\": \"2024-02-06T17:22:13.316840\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:11.815107\"}}, \"last_daemon_update\": \"2024-02-06T17:22:17.500961\", \"last_device_update\": \"2024-02-06T17:22:23.191048\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:22:24.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:23 smithi096 bash[38906]: audit 2024-02-06T17:22:23.195110+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500673\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500767\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500804\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500852\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500886\", \"created\": \"2024-02-06T17:22:13.316840\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:11.815107\"}}, \"last_daemon_update\": \"2024-02-06T17:22:17.500961\", \"last_device_update\": \"2024-02-06T17:22:23.191048\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:22:25.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:24 smithi096 bash[35573]: cluster 2024-02-06T17:22:23.626108+0000 mgr.y (mgr.14140) 135 : cluster [DBG] pgmap v137: 1 pgs: 1 peering; 0 B data, 2.4 MiB used, 619 GiB / 626 GiB avail 2024-02-06T17:22:25.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:24 smithi096 bash[35573]: audit 2024-02-06T17:22:24.403865+0000 mon.b (mon.2) 16 : audit [INF] from='client.? 172.21.15.102:0/2834071715' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cc155e4e-5b06-4bd2-b4d5-1beb6421389d"}]: dispatch 2024-02-06T17:22:25.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:24 smithi096 bash[35573]: audit 2024-02-06T17:22:24.404484+0000 mon.a (mon.0) 420 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cc155e4e-5b06-4bd2-b4d5-1beb6421389d"}]: dispatch 2024-02-06T17:22:25.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:24 smithi096 bash[35573]: audit 2024-02-06T17:22:24.409406+0000 mon.a (mon.0) 421 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cc155e4e-5b06-4bd2-b4d5-1beb6421389d"}]': finished 2024-02-06T17:22:25.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:24 smithi096 bash[35573]: cluster 2024-02-06T17:22:24.409453+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e43: 8 total, 7 up, 7 in 2024-02-06T17:22:25.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:24 smithi096 bash[35573]: audit 2024-02-06T17:22:24.409577+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-06T17:22:25.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:24 smithi096 bash[35573]: cluster 2024-02-06T17:22:24.617212+0000 mon.a (mon.0) 424 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-06T17:22:25.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:24 smithi096 bash[38906]: cluster 2024-02-06T17:22:23.626108+0000 mgr.y (mgr.14140) 135 : cluster [DBG] pgmap v137: 1 pgs: 1 peering; 0 B data, 2.4 MiB used, 619 GiB / 626 GiB avail 2024-02-06T17:22:25.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:24 smithi096 bash[38906]: audit 2024-02-06T17:22:24.403865+0000 mon.b (mon.2) 16 : audit [INF] from='client.? 172.21.15.102:0/2834071715' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cc155e4e-5b06-4bd2-b4d5-1beb6421389d"}]: dispatch 2024-02-06T17:22:25.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:24 smithi096 bash[38906]: audit 2024-02-06T17:22:24.404484+0000 mon.a (mon.0) 420 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cc155e4e-5b06-4bd2-b4d5-1beb6421389d"}]: dispatch 2024-02-06T17:22:25.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:24 smithi096 bash[38906]: audit 2024-02-06T17:22:24.409406+0000 mon.a (mon.0) 421 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cc155e4e-5b06-4bd2-b4d5-1beb6421389d"}]': finished 2024-02-06T17:22:25.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:24 smithi096 bash[38906]: cluster 2024-02-06T17:22:24.409453+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e43: 8 total, 7 up, 7 in 2024-02-06T17:22:25.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:24 smithi096 bash[38906]: audit 2024-02-06T17:22:24.409577+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-06T17:22:25.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:24 smithi096 bash[38906]: cluster 2024-02-06T17:22:24.617212+0000 mon.a (mon.0) 424 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-06T17:22:25.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:24 smithi102 bash[35648]: cluster 2024-02-06T17:22:23.626108+0000 mgr.y (mgr.14140) 135 : cluster [DBG] pgmap v137: 1 pgs: 1 peering; 0 B data, 2.4 MiB used, 619 GiB / 626 GiB avail 2024-02-06T17:22:25.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:24 smithi102 bash[35648]: audit 2024-02-06T17:22:24.403865+0000 mon.b (mon.2) 16 : audit [INF] from='client.? 172.21.15.102:0/2834071715' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cc155e4e-5b06-4bd2-b4d5-1beb6421389d"}]: dispatch 2024-02-06T17:22:25.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:24 smithi102 bash[35648]: audit 2024-02-06T17:22:24.404484+0000 mon.a (mon.0) 420 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cc155e4e-5b06-4bd2-b4d5-1beb6421389d"}]: dispatch 2024-02-06T17:22:25.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:24 smithi102 bash[35648]: audit 2024-02-06T17:22:24.409406+0000 mon.a (mon.0) 421 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cc155e4e-5b06-4bd2-b4d5-1beb6421389d"}]': finished 2024-02-06T17:22:25.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:24 smithi102 bash[35648]: cluster 2024-02-06T17:22:24.409453+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e43: 8 total, 7 up, 7 in 2024-02-06T17:22:25.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:24 smithi102 bash[35648]: audit 2024-02-06T17:22:24.409577+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-06T17:22:25.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:24 smithi102 bash[35648]: cluster 2024-02-06T17:22:24.617212+0000 mon.a (mon.0) 424 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-06T17:22:26.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:25 smithi096 bash[35573]: audit 2024-02-06T17:22:25.170385+0000 mon.b (mon.2) 17 : audit [DBG] from='client.? 172.21.15.102:0/1759184714' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-06T17:22:26.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:25 smithi096 bash[38906]: audit 2024-02-06T17:22:25.170385+0000 mon.b (mon.2) 17 : audit [DBG] from='client.? 172.21.15.102:0/1759184714' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-06T17:22:26.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:25 smithi102 bash[35648]: audit 2024-02-06T17:22:25.170385+0000 mon.b (mon.2) 17 : audit [DBG] from='client.? 172.21.15.102:0/1759184714' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-06T17:22:27.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:26 smithi096 bash[35573]: cluster 2024-02-06T17:22:25.626493+0000 mgr.y (mgr.14140) 136 : cluster [DBG] pgmap v139: 1 pgs: 1 peering; 0 B data, 2.5 MiB used, 619 GiB / 626 GiB avail 2024-02-06T17:22:27.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:26 smithi096 bash[38906]: cluster 2024-02-06T17:22:25.626493+0000 mgr.y (mgr.14140) 136 : cluster [DBG] pgmap v139: 1 pgs: 1 peering; 0 B data, 2.5 MiB used, 619 GiB / 626 GiB avail 2024-02-06T17:22:27.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:26 smithi102 bash[35648]: cluster 2024-02-06T17:22:25.626493+0000 mgr.y (mgr.14140) 136 : cluster [DBG] pgmap v139: 1 pgs: 1 peering; 0 B data, 2.5 MiB used, 619 GiB / 626 GiB avail 2024-02-06T17:22:28.181 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:27 smithi102 bash[35648]: audit 2024-02-06T17:22:27.825017+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:22:28.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:27 smithi096 bash[35573]: audit 2024-02-06T17:22:27.825017+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:22:28.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:27 smithi096 bash[38906]: audit 2024-02-06T17:22:27.825017+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:22:29.258 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:28 smithi102 bash[35648]: cluster 2024-02-06T17:22:27.626910+0000 mgr.y (mgr.14140) 137 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-02-06T17:22:29.258 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:28 smithi102 bash[35648]: cluster 2024-02-06T17:22:27.983087+0000 mon.a (mon.0) 426 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-06T17:22:29.258 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:28 smithi102 bash[35648]: cluster 2024-02-06T17:22:27.983166+0000 mon.a (mon.0) 427 : cluster [INF] Cluster is now healthy 2024-02-06T17:22:29.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:28 smithi096 bash[35573]: cluster 2024-02-06T17:22:27.626910+0000 mgr.y (mgr.14140) 137 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-02-06T17:22:29.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:28 smithi096 bash[35573]: cluster 2024-02-06T17:22:27.983087+0000 mon.a (mon.0) 426 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-06T17:22:29.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:28 smithi096 bash[35573]: cluster 2024-02-06T17:22:27.983166+0000 mon.a (mon.0) 427 : cluster [INF] Cluster is now healthy 2024-02-06T17:22:29.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:28 smithi096 bash[38906]: cluster 2024-02-06T17:22:27.626910+0000 mgr.y (mgr.14140) 137 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-02-06T17:22:29.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:28 smithi096 bash[38906]: cluster 2024-02-06T17:22:27.983087+0000 mon.a (mon.0) 426 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-06T17:22:29.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:28 smithi096 bash[38906]: cluster 2024-02-06T17:22:27.983166+0000 mon.a (mon.0) 427 : cluster [INF] Cluster is now healthy 2024-02-06T17:22:31.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:30 smithi102 bash[35648]: cluster 2024-02-06T17:22:29.627402+0000 mgr.y (mgr.14140) 138 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:22:31.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:30 smithi102 bash[35648]: audit 2024-02-06T17:22:30.362441+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-06T17:22:31.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:30 smithi102 bash[35648]: audit 2024-02-06T17:22:30.363163+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:22:31.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:30 smithi102 bash[35648]: audit 2024-02-06T17:22:30.363915+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-02-06T17:22:31.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:30 smithi096 bash[35573]: cluster 2024-02-06T17:22:29.627402+0000 mgr.y (mgr.14140) 138 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:22:31.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:30 smithi096 bash[35573]: audit 2024-02-06T17:22:30.362441+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-06T17:22:31.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:30 smithi096 bash[35573]: audit 2024-02-06T17:22:30.363163+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:22:31.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:30 smithi096 bash[35573]: audit 2024-02-06T17:22:30.363915+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-02-06T17:22:31.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:30 smithi096 bash[38906]: cluster 2024-02-06T17:22:29.627402+0000 mgr.y (mgr.14140) 138 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:22:31.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:30 smithi096 bash[38906]: audit 2024-02-06T17:22:30.362441+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-06T17:22:31.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:30 smithi096 bash[38906]: audit 2024-02-06T17:22:30.363163+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:22:31.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:30 smithi096 bash[38906]: audit 2024-02-06T17:22:30.363915+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-02-06T17:22:31.881 INFO:journalctl@ceph.osd.6.smithi102.stdout:Feb 06 17:22:31 smithi102 systemd[1]: Stopping Ceph osd.6 for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:22:32.189 INFO:journalctl@ceph.osd.6.smithi102.stdout:Feb 06 17:22:31 smithi102 bash[41374]: debug 2024-02-06T17:22:31.879+0000 7efea05a5700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-06T17:22:32.189 INFO:journalctl@ceph.osd.6.smithi102.stdout:Feb 06 17:22:31 smithi102 bash[41374]: debug 2024-02-06T17:22:31.879+0000 7efea05a5700 -1 osd.6 43 *** Got signal Terminated *** 2024-02-06T17:22:32.189 INFO:journalctl@ceph.osd.6.smithi102.stdout:Feb 06 17:22:31 smithi102 bash[41374]: debug 2024-02-06T17:22:31.879+0000 7efea05a5700 -1 osd.6 43 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-06T17:22:32.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:32 smithi102 bash[35648]: cephadm 2024-02-06T17:22:30.363665+0000 mgr.y (mgr.14140) 139 : cephadm [INF] Deploying daemon osd.6 on smithi102 2024-02-06T17:22:32.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:32 smithi102 bash[35648]: cluster 2024-02-06T17:22:31.923442+0000 mon.a (mon.0) 431 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-06T17:22:32.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:32 smithi102 bash[35648]: cluster 2024-02-06T17:22:31.923491+0000 mon.a (mon.0) 432 : cluster [INF] osd.6 failed (root=default,host=smithi102) (connection refused reported by osd.1) 2024-02-06T17:22:32.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:32 smithi102 bash[35648]: cluster 2024-02-06T17:22:31.923646+0000 mon.a (mon.0) 433 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-06T17:22:32.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:32 smithi102 bash[35648]: cluster 2024-02-06T17:22:31.923769+0000 mon.a (mon.0) 434 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-06T17:22:32.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:32 smithi102 bash[35648]: cluster 2024-02-06T17:22:31.923932+0000 mon.a (mon.0) 435 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-06T17:22:32.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:32 smithi102 bash[35648]: cluster 2024-02-06T17:22:31.924052+0000 mon.a (mon.0) 436 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-06T17:22:32.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:32 smithi102 bash[35648]: cluster 2024-02-06T17:22:31.924170+0000 mon.a (mon.0) 437 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-06T17:22:32.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:32 smithi102 bash[35648]: cluster 2024-02-06T17:22:31.924289+0000 mon.a (mon.0) 438 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-06T17:22:32.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:32 smithi102 bash[35648]: cluster 2024-02-06T17:22:31.924405+0000 mon.a (mon.0) 439 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-06T17:22:32.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:32 smithi096 bash[35573]: cephadm 2024-02-06T17:22:30.363665+0000 mgr.y (mgr.14140) 139 : cephadm [INF] Deploying daemon osd.6 on smithi102 2024-02-06T17:22:32.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:32 smithi096 bash[35573]: cluster 2024-02-06T17:22:31.923442+0000 mon.a (mon.0) 431 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-06T17:22:32.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:32 smithi096 bash[35573]: cluster 2024-02-06T17:22:31.923491+0000 mon.a (mon.0) 432 : cluster [INF] osd.6 failed (root=default,host=smithi102) (connection refused reported by osd.1) 2024-02-06T17:22:32.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:32 smithi096 bash[35573]: cluster 2024-02-06T17:22:31.923646+0000 mon.a (mon.0) 433 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-06T17:22:32.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:32 smithi096 bash[35573]: cluster 2024-02-06T17:22:31.923769+0000 mon.a (mon.0) 434 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-06T17:22:32.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:32 smithi096 bash[35573]: cluster 2024-02-06T17:22:31.923932+0000 mon.a (mon.0) 435 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-06T17:22:32.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:32 smithi096 bash[35573]: cluster 2024-02-06T17:22:31.924052+0000 mon.a (mon.0) 436 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-06T17:22:32.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:32 smithi096 bash[35573]: cluster 2024-02-06T17:22:31.924170+0000 mon.a (mon.0) 437 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-06T17:22:32.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:32 smithi096 bash[35573]: cluster 2024-02-06T17:22:31.924289+0000 mon.a (mon.0) 438 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-06T17:22:32.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:32 smithi096 bash[35573]: cluster 2024-02-06T17:22:31.924405+0000 mon.a (mon.0) 439 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-06T17:22:32.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:32 smithi096 bash[38906]: cephadm 2024-02-06T17:22:30.363665+0000 mgr.y (mgr.14140) 139 : cephadm [INF] Deploying daemon osd.6 on smithi102 2024-02-06T17:22:32.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:32 smithi096 bash[38906]: cluster 2024-02-06T17:22:31.923442+0000 mon.a (mon.0) 431 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-06T17:22:32.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:32 smithi096 bash[38906]: cluster 2024-02-06T17:22:31.923491+0000 mon.a (mon.0) 432 : cluster [INF] osd.6 failed (root=default,host=smithi102) (connection refused reported by osd.1) 2024-02-06T17:22:32.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:32 smithi096 bash[38906]: cluster 2024-02-06T17:22:31.923646+0000 mon.a (mon.0) 433 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-02-06T17:22:32.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:32 smithi096 bash[38906]: cluster 2024-02-06T17:22:31.923769+0000 mon.a (mon.0) 434 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-06T17:22:32.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:32 smithi096 bash[38906]: cluster 2024-02-06T17:22:31.923932+0000 mon.a (mon.0) 435 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-06T17:22:32.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:32 smithi096 bash[38906]: cluster 2024-02-06T17:22:31.924052+0000 mon.a (mon.0) 436 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-02-06T17:22:32.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:32 smithi096 bash[38906]: cluster 2024-02-06T17:22:31.924170+0000 mon.a (mon.0) 437 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-06T17:22:32.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:32 smithi096 bash[38906]: cluster 2024-02-06T17:22:31.924289+0000 mon.a (mon.0) 438 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-02-06T17:22:32.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:32 smithi096 bash[38906]: cluster 2024-02-06T17:22:31.924405+0000 mon.a (mon.0) 439 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-02-06T17:22:32.522 INFO:journalctl@ceph.osd.6.smithi102.stdout:Feb 06 17:22:32 smithi102 podman[42454]: ceph-a15007fc-c513-11ee-95b6-87774f69a715-osd.6 2024-02-06T17:22:33.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:33 smithi096 bash[38906]: cluster 2024-02-06T17:22:31.627890+0000 mgr.y (mgr.14140) 140 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:22:33.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:33 smithi096 bash[38906]: cluster 2024-02-06T17:22:31.998006+0000 mon.a (mon.0) 440 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-06T17:22:33.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:33 smithi096 bash[38906]: cluster 2024-02-06T17:22:32.008571+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e44: 8 total, 6 up, 7 in 2024-02-06T17:22:33.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:33 smithi096 bash[38906]: audit 2024-02-06T17:22:32.008716+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-06T17:22:33.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:33 smithi096 bash[35573]: cluster 2024-02-06T17:22:31.627890+0000 mgr.y (mgr.14140) 140 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:22:33.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:33 smithi096 bash[35573]: cluster 2024-02-06T17:22:31.998006+0000 mon.a (mon.0) 440 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-06T17:22:33.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:33 smithi096 bash[35573]: cluster 2024-02-06T17:22:32.008571+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e44: 8 total, 6 up, 7 in 2024-02-06T17:22:33.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:33 smithi096 bash[35573]: audit 2024-02-06T17:22:32.008716+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-06T17:22:33.426 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:33 smithi102 bash[35648]: cluster 2024-02-06T17:22:31.627890+0000 mgr.y (mgr.14140) 140 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:22:33.426 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:33 smithi102 bash[35648]: cluster 2024-02-06T17:22:31.998006+0000 mon.a (mon.0) 440 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-06T17:22:33.426 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:33 smithi102 bash[35648]: cluster 2024-02-06T17:22:32.008571+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e44: 8 total, 6 up, 7 in 2024-02-06T17:22:33.426 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:33 smithi102 bash[35648]: audit 2024-02-06T17:22:32.008716+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-06T17:22:34.011 INFO:journalctl@ceph.osd.6.smithi102.stdout:Feb 06 17:22:33 smithi102 systemd[1]: ceph-a15007fc-c513-11ee-95b6-87774f69a715@osd.6.service: Succeeded. 2024-02-06T17:22:34.011 INFO:journalctl@ceph.osd.6.smithi102.stdout:Feb 06 17:22:33 smithi102 systemd[1]: Stopped Ceph osd.6 for a15007fc-c513-11ee-95b6-87774f69a715. 2024-02-06T17:22:34.012 INFO:journalctl@ceph.osd.6.smithi102.stdout:Feb 06 17:22:33 smithi102 systemd[1]: Starting Ceph osd.6 for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:22:34.012 INFO:journalctl@ceph.osd.6.smithi102.stdout:Feb 06 17:22:33 smithi102 podman[42588]: Error: no container with ID or name "ceph-a15007fc-c513-11ee-95b6-87774f69a715-osd.6" found: no such container 2024-02-06T17:22:34.012 INFO:journalctl@ceph.osd.6.smithi102.stdout:Feb 06 17:22:33 smithi102 systemd[1]: Started Ceph osd.6 for a15007fc-c513-11ee-95b6-87774f69a715. 2024-02-06T17:22:34.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:34 smithi096 bash[35573]: cluster 2024-02-06T17:22:33.006271+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e45: 8 total, 6 up, 7 in 2024-02-06T17:22:34.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:34 smithi096 bash[35573]: audit 2024-02-06T17:22:33.006850+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-06T17:22:34.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:34 smithi096 bash[38906]: cluster 2024-02-06T17:22:33.006271+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e45: 8 total, 6 up, 7 in 2024-02-06T17:22:34.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:34 smithi096 bash[38906]: audit 2024-02-06T17:22:33.006850+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-06T17:22:34.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:34 smithi096 bash[35573]: audit 2024-02-06T17:22:33.884095+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500673\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500767\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500804\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500852\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}}, \"last_device_update\": \"2024-02-06T17:22:23.191048\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:22:34.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:34 smithi096 bash[35573]: audit 2024-02-06T17:22:33.884619+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:22:34.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:34 smithi096 bash[35573]: audit 2024-02-06T17:22:33.887485+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500673\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500767\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500804\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500852\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}}, \"last_device_update\": \"2024-02-06T17:22:23.191048\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:22:34.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:34 smithi096 bash[35573]: audit 2024-02-06T17:22:33.888803+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-06T17:22:34.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:34 smithi096 bash[35573]: audit 2024-02-06T17:22:33.890043+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:22:34.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:34 smithi096 bash[35573]: audit 2024-02-06T17:22:33.890912+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-02-06T17:22:34.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:34 smithi096 bash[38906]: audit 2024-02-06T17:22:33.884095+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500673\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500767\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500804\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500852\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}}, \"last_device_update\": \"2024-02-06T17:22:23.191048\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:22:34.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:34 smithi096 bash[38906]: audit 2024-02-06T17:22:33.884619+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:22:34.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:34 smithi096 bash[38906]: audit 2024-02-06T17:22:33.887485+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500673\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500767\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500804\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500852\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}}, \"last_device_update\": \"2024-02-06T17:22:23.191048\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:22:34.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:34 smithi096 bash[38906]: audit 2024-02-06T17:22:33.888803+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-06T17:22:34.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:34 smithi096 bash[38906]: audit 2024-02-06T17:22:33.890043+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:22:34.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:34 smithi096 bash[38906]: audit 2024-02-06T17:22:33.890912+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-02-06T17:22:34.315 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:34 smithi102 bash[35648]: cluster 2024-02-06T17:22:33.006271+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e45: 8 total, 6 up, 7 in 2024-02-06T17:22:34.315 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:34 smithi102 bash[35648]: audit 2024-02-06T17:22:33.006850+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-06T17:22:34.315 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:34 smithi102 bash[35648]: audit 2024-02-06T17:22:33.884095+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500673\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500767\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500804\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500852\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}}, \"last_device_update\": \"2024-02-06T17:22:23.191048\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:22:34.315 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:34 smithi102 bash[35648]: audit 2024-02-06T17:22:33.884619+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:22:34.315 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:34 smithi102 bash[35648]: audit 2024-02-06T17:22:33.887485+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500673\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500767\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500804\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500852\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}}, \"last_device_update\": \"2024-02-06T17:22:23.191048\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:22:34.315 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:34 smithi102 bash[35648]: audit 2024-02-06T17:22:33.888803+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-06T17:22:34.316 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:34 smithi102 bash[35648]: audit 2024-02-06T17:22:33.890043+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:22:34.316 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:34 smithi102 bash[35648]: audit 2024-02-06T17:22:33.890912+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-02-06T17:22:34.939 INFO:journalctl@ceph.osd.6.smithi102.stdout:Feb 06 17:22:34 smithi102 bash[42604]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-02-06T17:22:34.939 INFO:journalctl@ceph.osd.6.smithi102.stdout:Feb 06 17:22:34 smithi102 bash[42604]: 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-02-06T17:22:34.939 INFO:journalctl@ceph.osd.6.smithi102.stdout:Feb 06 17:22:34 smithi102 bash[42604]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2024-02-06T17:22:34.939 INFO:journalctl@ceph.osd.6.smithi102.stdout:Feb 06 17:22:34 smithi102 bash[42604]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2024-02-06T17:22:34.939 INFO:journalctl@ceph.osd.6.smithi102.stdout:Feb 06 17:22:34 smithi102 bash[42604]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-02-06T17:22:34.940 INFO:journalctl@ceph.osd.6.smithi102.stdout:Feb 06 17:22:34 smithi102 bash[42604]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-02-06T17:22:34.940 INFO:journalctl@ceph.osd.6.smithi102.stdout:Feb 06 17:22:34 smithi102 bash[42604]: --> ceph-volume lvm activate successful for osd ID: 6 2024-02-06T17:22:35.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:35 smithi096 bash[35573]: cluster 2024-02-06T17:22:33.628250+0000 mgr.y (mgr.14140) 141 : cluster [DBG] pgmap v145: 1 pgs: 1 stale+active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:22:35.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:35 smithi096 bash[35573]: cephadm 2024-02-06T17:22:33.890646+0000 mgr.y (mgr.14140) 142 : cephadm [INF] Deploying daemon osd.7 on smithi102 2024-02-06T17:22:35.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:35 smithi096 bash[38906]: cluster 2024-02-06T17:22:33.628250+0000 mgr.y (mgr.14140) 141 : cluster [DBG] pgmap v145: 1 pgs: 1 stale+active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:22:35.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:35 smithi096 bash[38906]: cephadm 2024-02-06T17:22:33.890646+0000 mgr.y (mgr.14140) 142 : cephadm [INF] Deploying daemon osd.7 on smithi102 2024-02-06T17:22:35.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:35 smithi102 bash[35648]: cluster 2024-02-06T17:22:33.628250+0000 mgr.y (mgr.14140) 141 : cluster [DBG] pgmap v145: 1 pgs: 1 stale+active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:22:35.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:35 smithi102 bash[35648]: cephadm 2024-02-06T17:22:33.890646+0000 mgr.y (mgr.14140) 142 : cephadm [INF] Deploying daemon osd.7 on smithi102 2024-02-06T17:22:36.689 INFO:journalctl@ceph.osd.6.smithi102.stdout:Feb 06 17:22:36 smithi102 bash[42781]: debug 2024-02-06T17:22:36.495+0000 7fd8e4986ec0 -1 Falling back to public interface 2024-02-06T17:22:37.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:37 smithi096 bash[35573]: cluster 2024-02-06T17:22:35.628593+0000 mgr.y (mgr.14140) 143 : cluster [DBG] pgmap v146: 1 pgs: 1 stale+active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-02-06T17:22:37.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:37 smithi096 bash[38906]: cluster 2024-02-06T17:22:35.628593+0000 mgr.y (mgr.14140) 143 : cluster [DBG] pgmap v146: 1 pgs: 1 stale+active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-02-06T17:22:37.336 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:37 smithi102 bash[35648]: cluster 2024-02-06T17:22:35.628593+0000 mgr.y (mgr.14140) 143 : cluster [DBG] pgmap v146: 1 pgs: 1 stale+active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-02-06T17:22:37.337 INFO:journalctl@ceph.osd.6.smithi102.stdout:Feb 06 17:22:37 smithi102 bash[42781]: debug 2024-02-06T17:22:37.071+0000 7fd8e4986ec0 -1 osd.6 43 log_to_monitors {default=true} 2024-02-06T17:22:37.337 INFO:journalctl@ceph.osd.6.smithi102.stdout:Feb 06 17:22:37 smithi102 bash[42781]: debug 2024-02-06T17:22:37.078+0000 7fd8d8957700 -1 osd.6 43 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-06T17:22:37.409 INFO:teuthology.orchestra.run.smithi102.stdout:Created osd(s) 6,7 on host 'smithi102' 2024-02-06T17:22:38.207 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:38 smithi102 bash[35648]: audit 2024-02-06T17:22:37.075421+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.102:6816/488390849,v1:172.21.15.102:6817/488390849]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-06T17:22:38.207 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:38 smithi102 bash[35648]: audit 2024-02-06T17:22:37.075757+0000 mon.a (mon.0) 451 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-06T17:22:38.207 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:38 smithi102 bash[35648]: audit 2024-02-06T17:22:37.076244+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.102:6816/488390849,v1:172.21.15.102:6817/488390849]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-02-06T17:22:38.207 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:38 smithi102 bash[35648]: audit 2024-02-06T17:22:37.076473+0000 mon.a (mon.0) 452 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-02-06T17:22:38.207 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:38 smithi102 bash[35648]: audit 2024-02-06T17:22:37.402771+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500673\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500767\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500804\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500852\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}}, \"last_device_update\": \"2024-02-06T17:22:23.191048\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:22:38.207 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:38 smithi102 bash[35648]: audit 2024-02-06T17:22:37.406362+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500673\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500767\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500804\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500852\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}}, \"last_device_update\": \"2024-02-06T17:22:23.191048\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:22:38.208 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:38 smithi102 bash[35648]: audit 2024-02-06T17:22:37.414157+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413150\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413255\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413293\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413326\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413360\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}}, \"last_daemon_update\": \"2024-02-06T17:22:37.413443\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:22:38.208 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:38 smithi102 bash[35648]: audit 2024-02-06T17:22:37.417228+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413150\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413255\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413293\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413326\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413360\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}}, \"last_daemon_update\": \"2024-02-06T17:22:37.413443\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:22:38.208 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:38 smithi102 bash[35648]: audit 2024-02-06T17:22:37.418092+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:22:38.219 DEBUG:teuthology.orchestra.run.smithi102:osd.7> sudo journalctl -f -n 0 -u ceph-a15007fc-c513-11ee-95b6-87774f69a715@osd.7.service 2024-02-06T17:22:38.221 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-06T17:22:38.221 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph osd stat -f json 2024-02-06T17:22:38.251 INFO:journalctl@ceph.osd.7.smithi102.stdout:-- Logs begin at Tue 2024-02-06 17:10:25 UTC. -- 2024-02-06T17:22:38.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:38 smithi096 bash[35573]: audit 2024-02-06T17:22:37.075421+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.102:6816/488390849,v1:172.21.15.102:6817/488390849]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-06T17:22:38.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:38 smithi096 bash[35573]: audit 2024-02-06T17:22:37.075757+0000 mon.a (mon.0) 451 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-06T17:22:38.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:38 smithi096 bash[35573]: audit 2024-02-06T17:22:37.076244+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.102:6816/488390849,v1:172.21.15.102:6817/488390849]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-02-06T17:22:38.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:38 smithi096 bash[35573]: audit 2024-02-06T17:22:37.076473+0000 mon.a (mon.0) 452 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-02-06T17:22:38.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:38 smithi096 bash[38906]: audit 2024-02-06T17:22:37.075421+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.102:6816/488390849,v1:172.21.15.102:6817/488390849]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-06T17:22:38.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:38 smithi096 bash[38906]: audit 2024-02-06T17:22:37.075757+0000 mon.a (mon.0) 451 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-06T17:22:38.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:38 smithi096 bash[38906]: audit 2024-02-06T17:22:37.076244+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.102:6816/488390849,v1:172.21.15.102:6817/488390849]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-02-06T17:22:38.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:38 smithi096 bash[38906]: audit 2024-02-06T17:22:37.076473+0000 mon.a (mon.0) 452 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-02-06T17:22:38.521 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:38 smithi096 bash[35573]: audit 2024-02-06T17:22:37.402771+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500673\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500767\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500804\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500852\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}}, \"last_device_update\": \"2024-02-06T17:22:23.191048\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:22:38.521 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:38 smithi096 bash[35573]: audit 2024-02-06T17:22:37.406362+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500673\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500767\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500804\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500852\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}}, \"last_device_update\": \"2024-02-06T17:22:23.191048\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:22:38.522 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:38 smithi096 bash[35573]: audit 2024-02-06T17:22:37.414157+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413150\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413255\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413293\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413326\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413360\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}}, \"last_daemon_update\": \"2024-02-06T17:22:37.413443\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:22:38.522 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:38 smithi096 bash[38906]: audit 2024-02-06T17:22:37.402771+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500673\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500767\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500804\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500852\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}}, \"last_device_update\": \"2024-02-06T17:22:23.191048\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:22:38.522 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:38 smithi096 bash[38906]: audit 2024-02-06T17:22:37.406362+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500673\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500767\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500804\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:17.500852\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}}, \"last_device_update\": \"2024-02-06T17:22:23.191048\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:22:38.522 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:38 smithi096 bash[35573]: audit 2024-02-06T17:22:37.417228+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413150\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413255\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413293\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413326\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413360\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}}, \"last_daemon_update\": \"2024-02-06T17:22:37.413443\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:22:38.522 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:38 smithi096 bash[35573]: audit 2024-02-06T17:22:37.418092+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:22:38.523 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:38 smithi096 bash[38906]: audit 2024-02-06T17:22:37.414157+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413150\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413255\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413293\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413326\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413360\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}}, \"last_daemon_update\": \"2024-02-06T17:22:37.413443\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:22:38.523 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:38 smithi096 bash[38906]: audit 2024-02-06T17:22:37.417228+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413150\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413255\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413293\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413326\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413360\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}}, \"last_daemon_update\": \"2024-02-06T17:22:37.413443\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:22:38.523 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:38 smithi096 bash[38906]: audit 2024-02-06T17:22:37.418092+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-06T17:22:38.786 INFO:journalctl@ceph.osd.7.smithi102.stdout:Feb 06 17:22:38 smithi102 bash[43153]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-02-06T17:22:38.786 INFO:journalctl@ceph.osd.7.smithi102.stdout:Feb 06 17:22:38 smithi102 bash[43153]: 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-02-06T17:22:38.786 INFO:journalctl@ceph.osd.7.smithi102.stdout:Feb 06 17:22:38 smithi102 bash[43153]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-7/block 2024-02-06T17:22:38.786 INFO:journalctl@ceph.osd.7.smithi102.stdout:Feb 06 17:22:38 smithi102 bash[43153]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-7/block 2024-02-06T17:22:38.786 INFO:journalctl@ceph.osd.7.smithi102.stdout:Feb 06 17:22:38 smithi102 bash[43153]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-02-06T17:22:38.786 INFO:journalctl@ceph.osd.7.smithi102.stdout:Feb 06 17:22:38 smithi102 bash[43153]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-02-06T17:22:38.786 INFO:journalctl@ceph.osd.7.smithi102.stdout:Feb 06 17:22:38 smithi102 bash[43153]: --> ceph-volume lvm activate successful for osd ID: 7 2024-02-06T17:22:39.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:39 smithi102 bash[35648]: cluster 2024-02-06T17:22:37.628996+0000 mgr.y (mgr.14140) 144 : cluster [DBG] pgmap v147: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.9 MiB used, 619 GiB / 626 GiB avail; 1/3 objects degraded (33.333%) 2024-02-06T17:22:39.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:39 smithi102 bash[35648]: cluster 2024-02-06T17:22:38.015441+0000 mon.a (mon.0) 458 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-06T17:22:39.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:39 smithi102 bash[35648]: cluster 2024-02-06T17:22:38.015502+0000 mon.a (mon.0) 459 : cluster [INF] Cluster is now healthy 2024-02-06T17:22:39.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:39 smithi102 bash[35648]: cluster 2024-02-06T17:22:38.019714+0000 mon.a (mon.0) 460 : cluster [INF] osd.6 [v2:172.21.15.102:6816/488390849,v1:172.21.15.102:6817/488390849] boot 2024-02-06T17:22:39.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:39 smithi102 bash[35648]: cluster 2024-02-06T17:22:38.019760+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e46: 8 total, 7 up, 7 in 2024-02-06T17:22:39.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:39 smithi102 bash[35648]: audit 2024-02-06T17:22:38.020372+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-06T17:22:39.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:39 smithi102 bash[35648]: audit 2024-02-06T17:22:38.020920+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-06T17:22:39.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:39 smithi102 bash[35648]: cluster 2024-02-06T17:22:38.415358+0000 mon.a (mon.0) 464 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-02-06T17:22:39.486 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:39 smithi096 bash[35573]: cluster 2024-02-06T17:22:37.628996+0000 mgr.y (mgr.14140) 144 : cluster [DBG] pgmap v147: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.9 MiB used, 619 GiB / 626 GiB avail; 1/3 objects degraded (33.333%) 2024-02-06T17:22:39.486 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:39 smithi096 bash[35573]: cluster 2024-02-06T17:22:38.015441+0000 mon.a (mon.0) 458 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-06T17:22:39.486 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:39 smithi096 bash[35573]: cluster 2024-02-06T17:22:38.015502+0000 mon.a (mon.0) 459 : cluster [INF] Cluster is now healthy 2024-02-06T17:22:39.486 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:39 smithi096 bash[35573]: cluster 2024-02-06T17:22:38.019714+0000 mon.a (mon.0) 460 : cluster [INF] osd.6 [v2:172.21.15.102:6816/488390849,v1:172.21.15.102:6817/488390849] boot 2024-02-06T17:22:39.486 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:39 smithi096 bash[35573]: cluster 2024-02-06T17:22:38.019760+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e46: 8 total, 7 up, 7 in 2024-02-06T17:22:39.486 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:39 smithi096 bash[35573]: audit 2024-02-06T17:22:38.020372+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-06T17:22:39.486 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:39 smithi096 bash[35573]: audit 2024-02-06T17:22:38.020920+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-06T17:22:39.486 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:39 smithi096 bash[35573]: cluster 2024-02-06T17:22:38.415358+0000 mon.a (mon.0) 464 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-02-06T17:22:39.486 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:39 smithi096 bash[38906]: cluster 2024-02-06T17:22:37.628996+0000 mgr.y (mgr.14140) 144 : cluster [DBG] pgmap v147: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.9 MiB used, 619 GiB / 626 GiB avail; 1/3 objects degraded (33.333%) 2024-02-06T17:22:39.487 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:39 smithi096 bash[38906]: cluster 2024-02-06T17:22:38.015441+0000 mon.a (mon.0) 458 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-06T17:22:39.487 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:39 smithi096 bash[38906]: cluster 2024-02-06T17:22:38.015502+0000 mon.a (mon.0) 459 : cluster [INF] Cluster is now healthy 2024-02-06T17:22:39.487 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:39 smithi096 bash[38906]: cluster 2024-02-06T17:22:38.019714+0000 mon.a (mon.0) 460 : cluster [INF] osd.6 [v2:172.21.15.102:6816/488390849,v1:172.21.15.102:6817/488390849] boot 2024-02-06T17:22:39.487 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:39 smithi096 bash[38906]: cluster 2024-02-06T17:22:38.019760+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e46: 8 total, 7 up, 7 in 2024-02-06T17:22:39.487 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:39 smithi096 bash[38906]: audit 2024-02-06T17:22:38.020372+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-06T17:22:39.487 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:39 smithi096 bash[38906]: audit 2024-02-06T17:22:38.020920+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-06T17:22:39.487 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:39 smithi096 bash[38906]: cluster 2024-02-06T17:22:38.415358+0000 mon.a (mon.0) 464 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-02-06T17:22:40.250 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-06T17:22:40.269 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:40 smithi096 bash[35573]: cluster 2024-02-06T17:22:39.034774+0000 mon.a (mon.0) 465 : cluster [DBG] osdmap e47: 8 total, 7 up, 7 in 2024-02-06T17:22:40.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:40 smithi096 bash[35573]: audit 2024-02-06T17:22:39.034913+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-06T17:22:40.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:40 smithi096 bash[38906]: cluster 2024-02-06T17:22:39.034774+0000 mon.a (mon.0) 465 : cluster [DBG] osdmap e47: 8 total, 7 up, 7 in 2024-02-06T17:22:40.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:40 smithi096 bash[38906]: audit 2024-02-06T17:22:39.034913+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-06T17:22:40.439 INFO:journalctl@ceph.osd.7.smithi102.stdout:Feb 06 17:22:40 smithi102 bash[43315]: debug 2024-02-06T17:22:40.266+0000 7fc769be7ec0 -1 Falling back to public interface 2024-02-06T17:22:40.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:40 smithi102 bash[35648]: cluster 2024-02-06T17:22:39.034774+0000 mon.a (mon.0) 465 : cluster [DBG] osdmap e47: 8 total, 7 up, 7 in 2024-02-06T17:22:40.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:40 smithi102 bash[35648]: audit 2024-02-06T17:22:39.034913+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-06T17:22:41.019 INFO:teuthology.orchestra.run.smithi096.stdout:{"epoch":47,"num_osds":8,"num_up_osds":7,"osd_up_since":1707240158,"num_in_osds":7,"osd_in_since":1707240141,"num_remapped_pgs":0} 2024-02-06T17:22:41.189 INFO:journalctl@ceph.osd.7.smithi102.stdout:Feb 06 17:22:40 smithi102 bash[43315]: debug 2024-02-06T17:22:40.826+0000 7fc769be7ec0 -1 osd.7 0 log_to_monitors {default=true} 2024-02-06T17:22:41.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:41 smithi102 bash[35648]: cluster 2024-02-06T17:22:39.629390+0000 mgr.y (mgr.14140) 145 : cluster [DBG] pgmap v150: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.9 MiB used, 619 GiB / 626 GiB avail; 1/3 objects degraded (33.333%) 2024-02-06T17:22:41.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:41 smithi102 bash[35648]: audit 2024-02-06T17:22:40.249315+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.96:0/2418447748' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-06T17:22:41.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:41 smithi102 bash[35648]: audit 2024-02-06T17:22:40.830483+0000 mon.b (mon.2) 20 : audit [INF] from='osd.7 [v2:172.21.15.102:6824/1017939942,v1:172.21.15.102:6825/1017939942]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-06T17:22:41.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:41 smithi102 bash[35648]: audit 2024-02-06T17:22:40.830804+0000 mon.a (mon.0) 467 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-06T17:22:41.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:41 smithi096 bash[35573]: cluster 2024-02-06T17:22:39.629390+0000 mgr.y (mgr.14140) 145 : cluster [DBG] pgmap v150: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.9 MiB used, 619 GiB / 626 GiB avail; 1/3 objects degraded (33.333%) 2024-02-06T17:22:41.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:41 smithi096 bash[35573]: audit 2024-02-06T17:22:40.249315+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.96:0/2418447748' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-06T17:22:41.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:41 smithi096 bash[35573]: audit 2024-02-06T17:22:40.830483+0000 mon.b (mon.2) 20 : audit [INF] from='osd.7 [v2:172.21.15.102:6824/1017939942,v1:172.21.15.102:6825/1017939942]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-06T17:22:41.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:41 smithi096 bash[35573]: audit 2024-02-06T17:22:40.830804+0000 mon.a (mon.0) 467 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-06T17:22:41.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:41 smithi096 bash[38906]: cluster 2024-02-06T17:22:39.629390+0000 mgr.y (mgr.14140) 145 : cluster [DBG] pgmap v150: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.9 MiB used, 619 GiB / 626 GiB avail; 1/3 objects degraded (33.333%) 2024-02-06T17:22:41.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:41 smithi096 bash[38906]: audit 2024-02-06T17:22:40.249315+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.96:0/2418447748' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-06T17:22:41.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:41 smithi096 bash[38906]: audit 2024-02-06T17:22:40.830483+0000 mon.b (mon.2) 20 : audit [INF] from='osd.7 [v2:172.21.15.102:6824/1017939942,v1:172.21.15.102:6825/1017939942]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-06T17:22:41.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:41 smithi096 bash[38906]: audit 2024-02-06T17:22:40.830804+0000 mon.a (mon.0) 467 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-06T17:22:42.020 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph osd stat -f json 2024-02-06T17:22:42.181 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:42 smithi102 bash[35648]: audit 2024-02-06T17:22:41.045783+0000 mon.a (mon.0) 468 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-06T17:22:42.181 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:42 smithi102 bash[35648]: cluster 2024-02-06T17:22:41.045830+0000 mon.a (mon.0) 469 : cluster [DBG] osdmap e48: 8 total, 7 up, 7 in 2024-02-06T17:22:42.182 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:42 smithi102 bash[35648]: audit 2024-02-06T17:22:41.045949+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-06T17:22:42.182 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:42 smithi102 bash[35648]: audit 2024-02-06T17:22:41.046891+0000 mon.b (mon.2) 21 : audit [INF] from='osd.7 [v2:172.21.15.102:6824/1017939942,v1:172.21.15.102:6825/1017939942]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-02-06T17:22:42.182 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:42 smithi102 bash[35648]: audit 2024-02-06T17:22:41.047132+0000 mon.a (mon.0) 471 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-02-06T17:22:42.182 INFO:journalctl@ceph.osd.7.smithi102.stdout:Feb 06 17:22:42 smithi102 bash[43315]: debug 2024-02-06T17:22:42.049+0000 7fc75299c700 -1 osd.7 0 waiting for initial osdmap 2024-02-06T17:22:42.182 INFO:journalctl@ceph.osd.7.smithi102.stdout:Feb 06 17:22:42 smithi102 bash[43315]: debug 2024-02-06T17:22:42.059+0000 7fc75dbb8700 -1 osd.7 49 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-06T17:22:42.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:42 smithi096 bash[35573]: audit 2024-02-06T17:22:41.045783+0000 mon.a (mon.0) 468 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-06T17:22:42.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:42 smithi096 bash[35573]: cluster 2024-02-06T17:22:41.045830+0000 mon.a (mon.0) 469 : cluster [DBG] osdmap e48: 8 total, 7 up, 7 in 2024-02-06T17:22:42.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:42 smithi096 bash[35573]: audit 2024-02-06T17:22:41.045949+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-06T17:22:42.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:42 smithi096 bash[35573]: audit 2024-02-06T17:22:41.046891+0000 mon.b (mon.2) 21 : audit [INF] from='osd.7 [v2:172.21.15.102:6824/1017939942,v1:172.21.15.102:6825/1017939942]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-02-06T17:22:42.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:42 smithi096 bash[35573]: audit 2024-02-06T17:22:41.047132+0000 mon.a (mon.0) 471 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-02-06T17:22:42.520 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:42 smithi096 bash[38906]: audit 2024-02-06T17:22:41.045783+0000 mon.a (mon.0) 468 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-06T17:22:42.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:42 smithi096 bash[38906]: cluster 2024-02-06T17:22:41.045830+0000 mon.a (mon.0) 469 : cluster [DBG] osdmap e48: 8 total, 7 up, 7 in 2024-02-06T17:22:42.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:42 smithi096 bash[38906]: audit 2024-02-06T17:22:41.045949+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-06T17:22:42.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:42 smithi096 bash[38906]: audit 2024-02-06T17:22:41.046891+0000 mon.b (mon.2) 21 : audit [INF] from='osd.7 [v2:172.21.15.102:6824/1017939942,v1:172.21.15.102:6825/1017939942]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-02-06T17:22:42.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:42 smithi096 bash[38906]: audit 2024-02-06T17:22:41.047132+0000 mon.a (mon.0) 471 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-02-06T17:22:43.056 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:43 smithi096 bash[35573]: cluster 2024-02-06T17:22:41.629700+0000 mgr.y (mgr.14140) 146 : cluster [DBG] pgmap v152: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail; 1/3 objects degraded (33.333%) 2024-02-06T17:22:43.056 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:43 smithi096 bash[35573]: cluster 2024-02-06T17:22:41.829752+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-06T17:22:43.056 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:43 smithi096 bash[35573]: cluster 2024-02-06T17:22:41.829800+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-06T17:22:43.056 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:43 smithi096 bash[35573]: audit 2024-02-06T17:22:42.048157+0000 mon.a (mon.0) 472 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]': finished 2024-02-06T17:22:43.056 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:43 smithi096 bash[35573]: cluster 2024-02-06T17:22:42.048205+0000 mon.a (mon.0) 473 : cluster [DBG] osdmap e49: 8 total, 7 up, 7 in 2024-02-06T17:22:43.056 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:43 smithi096 bash[35573]: audit 2024-02-06T17:22:42.048942+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-06T17:22:43.057 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:43 smithi096 bash[35573]: audit 2024-02-06T17:22:42.473194+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:22:43.363 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:43 smithi096 bash[38906]: cluster 2024-02-06T17:22:41.629700+0000 mgr.y (mgr.14140) 146 : cluster [DBG] pgmap v152: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail; 1/3 objects degraded (33.333%) 2024-02-06T17:22:43.363 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:43 smithi096 bash[38906]: cluster 2024-02-06T17:22:41.829752+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-06T17:22:43.363 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:43 smithi096 bash[38906]: cluster 2024-02-06T17:22:41.829800+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-06T17:22:43.363 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:43 smithi096 bash[38906]: audit 2024-02-06T17:22:42.048157+0000 mon.a (mon.0) 472 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]': finished 2024-02-06T17:22:43.363 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:43 smithi096 bash[38906]: cluster 2024-02-06T17:22:42.048205+0000 mon.a (mon.0) 473 : cluster [DBG] osdmap e49: 8 total, 7 up, 7 in 2024-02-06T17:22:43.363 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:43 smithi096 bash[38906]: audit 2024-02-06T17:22:42.048942+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-06T17:22:43.363 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:43 smithi096 bash[38906]: audit 2024-02-06T17:22:42.473194+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:22:43.364 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:43 smithi096 bash[35573]: audit 2024-02-06T17:22:42.651886+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413150\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413255\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413293\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413326\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413360\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}}, \"last_daemon_update\": \"2024-02-06T17:22:37.413443\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:22:43.364 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:43 smithi096 bash[35573]: audit 2024-02-06T17:22:42.654595+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413150\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413255\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413293\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413326\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413360\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}}, \"last_daemon_update\": \"2024-02-06T17:22:37.413443\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:22:43.364 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:43 smithi096 bash[35573]: audit 2024-02-06T17:22:42.655713+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:22:43.364 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:43 smithi096 bash[35573]: cluster 2024-02-06T17:22:43.049164+0000 mon.a (mon.0) 479 : cluster [INF] osd.7 [v2:172.21.15.102:6824/1017939942,v1:172.21.15.102:6825/1017939942] boot 2024-02-06T17:22:43.364 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:43 smithi096 bash[35573]: cluster 2024-02-06T17:22:43.049212+0000 mon.a (mon.0) 480 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-06T17:22:43.364 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:43 smithi096 bash[35573]: audit 2024-02-06T17:22:43.049320+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-06T17:22:43.364 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:43 smithi096 bash[38906]: audit 2024-02-06T17:22:42.651886+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413150\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413255\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413293\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413326\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413360\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}}, \"last_daemon_update\": \"2024-02-06T17:22:37.413443\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:22:43.365 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:43 smithi096 bash[38906]: audit 2024-02-06T17:22:42.654595+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413150\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413255\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413293\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413326\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413360\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}}, \"last_daemon_update\": \"2024-02-06T17:22:37.413443\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:22:43.365 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:43 smithi096 bash[38906]: audit 2024-02-06T17:22:42.655713+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:22:43.365 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:43 smithi096 bash[38906]: cluster 2024-02-06T17:22:43.049164+0000 mon.a (mon.0) 479 : cluster [INF] osd.7 [v2:172.21.15.102:6824/1017939942,v1:172.21.15.102:6825/1017939942] boot 2024-02-06T17:22:43.365 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:43 smithi096 bash[38906]: cluster 2024-02-06T17:22:43.049212+0000 mon.a (mon.0) 480 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-06T17:22:43.365 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:43 smithi096 bash[38906]: audit 2024-02-06T17:22:43.049320+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-06T17:22:43.417 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:43 smithi102 bash[35648]: cluster 2024-02-06T17:22:41.629700+0000 mgr.y (mgr.14140) 146 : cluster [DBG] pgmap v152: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail; 1/3 objects degraded (33.333%) 2024-02-06T17:22:43.443 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:43 smithi102 bash[35648]: cluster 2024-02-06T17:22:41.829752+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-06T17:22:43.443 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:43 smithi102 bash[35648]: cluster 2024-02-06T17:22:41.829800+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-06T17:22:43.443 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:43 smithi102 bash[35648]: audit 2024-02-06T17:22:42.048157+0000 mon.a (mon.0) 472 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]': finished 2024-02-06T17:22:43.443 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:43 smithi102 bash[35648]: cluster 2024-02-06T17:22:42.048205+0000 mon.a (mon.0) 473 : cluster [DBG] osdmap e49: 8 total, 7 up, 7 in 2024-02-06T17:22:43.443 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:43 smithi102 bash[35648]: audit 2024-02-06T17:22:42.048942+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-06T17:22:43.443 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:43 smithi102 bash[35648]: audit 2024-02-06T17:22:42.473194+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:22:43.443 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:43 smithi102 bash[35648]: audit 2024-02-06T17:22:42.651886+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413150\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413255\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413293\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413326\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413360\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}}, \"last_daemon_update\": \"2024-02-06T17:22:37.413443\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:22:43.444 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:43 smithi102 bash[35648]: audit 2024-02-06T17:22:42.654595+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413150\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413255\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413293\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413326\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:37.413360\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}}, \"last_daemon_update\": \"2024-02-06T17:22:37.413443\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:22:43.444 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:43 smithi102 bash[35648]: audit 2024-02-06T17:22:42.655713+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:22:43.444 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:43 smithi102 bash[35648]: cluster 2024-02-06T17:22:43.049164+0000 mon.a (mon.0) 479 : cluster [INF] osd.7 [v2:172.21.15.102:6824/1017939942,v1:172.21.15.102:6825/1017939942] boot 2024-02-06T17:22:43.444 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:43 smithi102 bash[35648]: cluster 2024-02-06T17:22:43.049212+0000 mon.a (mon.0) 480 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-06T17:22:43.444 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:43 smithi102 bash[35648]: audit 2024-02-06T17:22:43.049320+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-06T17:22:44.107 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-06T17:22:44.439 INFO:journalctl@ceph.osd.6.smithi102.stdout:Feb 06 17:22:44 smithi102 bash[42781]: debug 2024-02-06T17:22:44.060+0000 7fd8be923700 -1 osd.6 51 build_incremental_map_msg missing incremental map 51 2024-02-06T17:22:44.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:44 smithi096 bash[38906]: cluster 2024-02-06T17:22:43.630050+0000 mgr.y (mgr.14140) 147 : cluster [DBG] pgmap v155: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail; 1/3 objects degraded (33.333%) 2024-02-06T17:22:44.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:44 smithi096 bash[35573]: cluster 2024-02-06T17:22:43.630050+0000 mgr.y (mgr.14140) 147 : cluster [DBG] pgmap v155: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail; 1/3 objects degraded (33.333%) 2024-02-06T17:22:44.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:44 smithi096 bash[38906]: audit 2024-02-06T17:22:43.881564+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880551\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880640\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880672\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880705\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880732\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:22:43.880762\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}}, \"last_daemon_update\": \"2024-02-06T17:22:43.880862\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:22:44.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:44 smithi096 bash[38906]: audit 2024-02-06T17:22:43.886427+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880551\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880640\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880672\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880705\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880732\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:22:43.880762\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}}, \"last_daemon_update\": \"2024-02-06T17:22:43.880862\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:22:44.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:44 smithi096 bash[38906]: cluster 2024-02-06T17:22:44.060554+0000 mon.a (mon.0) 484 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-06T17:22:44.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:44 smithi096 bash[38906]: audit 2024-02-06T17:22:44.106712+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.96:0/4092381390' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-06T17:22:44.772 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:44 smithi096 bash[35573]: audit 2024-02-06T17:22:43.881564+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880551\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880640\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880672\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880705\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880732\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:22:43.880762\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}}, \"last_daemon_update\": \"2024-02-06T17:22:43.880862\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:22:44.772 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:44 smithi096 bash[35573]: audit 2024-02-06T17:22:43.886427+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880551\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880640\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880672\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880705\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880732\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:22:43.880762\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}}, \"last_daemon_update\": \"2024-02-06T17:22:43.880862\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:22:44.772 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:44 smithi096 bash[35573]: cluster 2024-02-06T17:22:44.060554+0000 mon.a (mon.0) 484 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-06T17:22:44.772 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:44 smithi096 bash[35573]: audit 2024-02-06T17:22:44.106712+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.96:0/4092381390' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-06T17:22:44.856 INFO:teuthology.orchestra.run.smithi096.stdout:{"epoch":51,"num_osds":8,"num_up_osds":8,"osd_up_since":1707240163,"num_in_osds":8,"osd_in_since":1707240163,"num_remapped_pgs":0} 2024-02-06T17:22:44.856 INFO:tasks.cephadm:Adding prometheus.a on smithi102 2024-02-06T17:22:44.857 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph orch apply prometheus '1;smithi102=a' 2024-02-06T17:22:44.890 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:44 smithi102 bash[35648]: cluster 2024-02-06T17:22:43.630050+0000 mgr.y (mgr.14140) 147 : cluster [DBG] pgmap v155: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail; 1/3 objects degraded (33.333%) 2024-02-06T17:22:44.891 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:44 smithi102 bash[35648]: audit 2024-02-06T17:22:43.881564+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880551\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880640\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880672\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880705\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880732\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:22:43.880762\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}}, \"last_daemon_update\": \"2024-02-06T17:22:43.880862\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:22:44.891 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:44 smithi102 bash[35648]: audit 2024-02-06T17:22:43.886427+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880551\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880640\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880672\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880705\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880732\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:22:43.880762\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}}, \"last_daemon_update\": \"2024-02-06T17:22:43.880862\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:22:44.891 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:44 smithi102 bash[35648]: cluster 2024-02-06T17:22:44.060554+0000 mon.a (mon.0) 484 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-06T17:22:44.891 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:44 smithi102 bash[35648]: audit 2024-02-06T17:22:44.106712+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.96:0/4092381390' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-06T17:22:46.809 INFO:teuthology.orchestra.run.smithi102.stdout:Scheduled prometheus update... 2024-02-06T17:22:46.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:46 smithi102 bash[35648]: cluster 2024-02-06T17:22:45.630464+0000 mgr.y (mgr.14140) 148 : cluster [DBG] pgmap v157: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail; 1/3 objects degraded (33.333%) 2024-02-06T17:22:47.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:46 smithi096 bash[35573]: cluster 2024-02-06T17:22:45.630464+0000 mgr.y (mgr.14140) 148 : cluster [DBG] pgmap v157: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail; 1/3 objects degraded (33.333%) 2024-02-06T17:22:47.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:46 smithi096 bash[38906]: cluster 2024-02-06T17:22:45.630464+0000 mgr.y (mgr.14140) 148 : cluster [DBG] pgmap v157: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail; 1/3 objects degraded (33.333%) 2024-02-06T17:22:47.473 DEBUG:teuthology.orchestra.run.smithi102:prometheus.a> sudo journalctl -f -n 0 -u ceph-a15007fc-c513-11ee-95b6-87774f69a715@prometheus.a.service 2024-02-06T17:22:47.516 INFO:tasks.cephadm:Adding node-exporter.a on smithi096 2024-02-06T17:22:47.516 INFO:tasks.cephadm:Adding node-exporter.b on smithi102 2024-02-06T17:22:47.516 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph orch apply node-exporter '2;smithi096=a;smithi102=b' 2024-02-06T17:22:47.545 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:-- Logs begin at Tue 2024-02-06 17:10:25 UTC. -- 2024-02-06T17:22:47.902 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:47 smithi102 bash[35648]: audit 2024-02-06T17:22:46.800914+0000 mgr.y (mgr.14140) 149 : audit [DBG] from='client.34301 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi102=a", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:22:47.902 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:47 smithi102 bash[35648]: cephadm 2024-02-06T17:22:46.801489+0000 mgr.y (mgr.14140) 150 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi102=a 2024-02-06T17:22:47.902 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:47 smithi102 bash[35648]: audit 2024-02-06T17:22:46.801896+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-02-06T17:22:46.801507\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi102\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2024-02-06T17:22:47.902 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:47 smithi102 bash[35648]: audit 2024-02-06T17:22:46.804797+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-02-06T17:22:46.801507\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi102\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2024-02-06T17:22:47.903 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:47 smithi102 bash[35648]: cephadm 2024-02-06T17:22:46.808498+0000 mgr.y (mgr.14140) 151 : cephadm [INF] Deploying daemon prometheus.a on smithi102 2024-02-06T17:22:48.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:47 smithi096 bash[35573]: audit 2024-02-06T17:22:46.800914+0000 mgr.y (mgr.14140) 149 : audit [DBG] from='client.34301 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi102=a", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:22:48.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:47 smithi096 bash[35573]: cephadm 2024-02-06T17:22:46.801489+0000 mgr.y (mgr.14140) 150 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi102=a 2024-02-06T17:22:48.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:47 smithi096 bash[35573]: audit 2024-02-06T17:22:46.801896+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-02-06T17:22:46.801507\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi102\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2024-02-06T17:22:48.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:47 smithi096 bash[35573]: audit 2024-02-06T17:22:46.804797+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-02-06T17:22:46.801507\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi102\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2024-02-06T17:22:48.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:47 smithi096 bash[35573]: cephadm 2024-02-06T17:22:46.808498+0000 mgr.y (mgr.14140) 151 : cephadm [INF] Deploying daemon prometheus.a on smithi102 2024-02-06T17:22:48.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:47 smithi096 bash[38906]: audit 2024-02-06T17:22:46.800914+0000 mgr.y (mgr.14140) 149 : audit [DBG] from='client.34301 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi102=a", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:22:48.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:47 smithi096 bash[38906]: cephadm 2024-02-06T17:22:46.801489+0000 mgr.y (mgr.14140) 150 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi102=a 2024-02-06T17:22:48.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:47 smithi096 bash[38906]: audit 2024-02-06T17:22:46.801896+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-02-06T17:22:46.801507\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi102\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2024-02-06T17:22:48.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:47 smithi096 bash[38906]: audit 2024-02-06T17:22:46.804797+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-02-06T17:22:46.801507\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi102\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2024-02-06T17:22:48.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:47 smithi096 bash[38906]: cephadm 2024-02-06T17:22:46.808498+0000 mgr.y (mgr.14140) 151 : cephadm [INF] Deploying daemon prometheus.a on smithi102 2024-02-06T17:22:48.879 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:48 smithi102 bash[35648]: cluster 2024-02-06T17:22:47.630810+0000 mgr.y (mgr.14140) 152 : cluster [DBG] pgmap v158: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail; 1/3 objects degraded (33.333%) 2024-02-06T17:22:49.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:48 smithi096 bash[35573]: cluster 2024-02-06T17:22:47.630810+0000 mgr.y (mgr.14140) 152 : cluster [DBG] pgmap v158: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail; 1/3 objects degraded (33.333%) 2024-02-06T17:22:49.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:48 smithi096 bash[38906]: cluster 2024-02-06T17:22:47.630810+0000 mgr.y (mgr.14140) 152 : cluster [DBG] pgmap v158: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail; 1/3 objects degraded (33.333%) 2024-02-06T17:22:49.533 INFO:teuthology.orchestra.run.smithi102.stdout:Scheduled node-exporter update... 2024-02-06T17:22:49.896 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:49 smithi102 bash[35648]: audit 2024-02-06T17:22:49.528132+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-02-06T17:22:49.527765\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi096\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi102\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2024-02-06T17:22:49.896 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:49 smithi102 bash[35648]: audit 2024-02-06T17:22:49.531876+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-02-06T17:22:49.527765\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi096\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi102\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2024-02-06T17:22:50.187 DEBUG:teuthology.orchestra.run.smithi096:node-exporter.a> sudo journalctl -f -n 0 -u ceph-a15007fc-c513-11ee-95b6-87774f69a715@node-exporter.a.service 2024-02-06T17:22:50.190 DEBUG:teuthology.orchestra.run.smithi102:node-exporter.b> sudo journalctl -f -n 0 -u ceph-a15007fc-c513-11ee-95b6-87774f69a715@node-exporter.b.service 2024-02-06T17:22:50.192 INFO:tasks.cephadm:Adding alertmanager.a on smithi096 2024-02-06T17:22:50.192 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph orch apply alertmanager '1;smithi096=a' 2024-02-06T17:22:50.219 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:49 smithi096 bash[35573]: audit 2024-02-06T17:22:49.528132+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-02-06T17:22:49.527765\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi096\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi102\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2024-02-06T17:22:50.219 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:49 smithi096 bash[35573]: audit 2024-02-06T17:22:49.531876+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-02-06T17:22:49.527765\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi096\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi102\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2024-02-06T17:22:50.220 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:49 smithi096 bash[38906]: audit 2024-02-06T17:22:49.528132+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-02-06T17:22:49.527765\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi096\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi102\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2024-02-06T17:22:50.220 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:49 smithi096 bash[38906]: audit 2024-02-06T17:22:49.531876+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-02-06T17:22:49.527765\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi096\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi102\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2024-02-06T17:22:50.221 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:-- Logs begin at Tue 2024-02-06 17:10:25 UTC. -- 2024-02-06T17:22:50.226 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:-- Logs begin at Tue 2024-02-06 17:10:32 UTC. -- 2024-02-06T17:22:51.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:50 smithi102 bash[35648]: audit 2024-02-06T17:22:49.527213+0000 mgr.y (mgr.14140) 153 : audit [DBG] from='client.34307 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi096=a;smithi102=b", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:22:51.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:50 smithi102 bash[35648]: cephadm 2024-02-06T17:22:49.527751+0000 mgr.y (mgr.14140) 154 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi096=a,smithi102=b 2024-02-06T17:22:51.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:50 smithi102 bash[35648]: cluster 2024-02-06T17:22:49.631173+0000 mgr.y (mgr.14140) 155 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:22:51.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:50 smithi102 bash[35648]: cluster 2024-02-06T17:22:50.529344+0000 mon.a (mon.0) 489 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-02-06T17:22:51.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:50 smithi102 bash[35648]: cluster 2024-02-06T17:22:50.529406+0000 mon.a (mon.0) 490 : cluster [INF] Cluster is now healthy 2024-02-06T17:22:51.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:50 smithi096 bash[35573]: audit 2024-02-06T17:22:49.527213+0000 mgr.y (mgr.14140) 153 : audit [DBG] from='client.34307 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi096=a;smithi102=b", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:22:51.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:50 smithi096 bash[35573]: cephadm 2024-02-06T17:22:49.527751+0000 mgr.y (mgr.14140) 154 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi096=a,smithi102=b 2024-02-06T17:22:51.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:50 smithi096 bash[35573]: cluster 2024-02-06T17:22:49.631173+0000 mgr.y (mgr.14140) 155 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:22:51.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:50 smithi096 bash[35573]: cluster 2024-02-06T17:22:50.529344+0000 mon.a (mon.0) 489 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-02-06T17:22:51.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:50 smithi096 bash[35573]: cluster 2024-02-06T17:22:50.529406+0000 mon.a (mon.0) 490 : cluster [INF] Cluster is now healthy 2024-02-06T17:22:51.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:50 smithi096 bash[38906]: audit 2024-02-06T17:22:49.527213+0000 mgr.y (mgr.14140) 153 : audit [DBG] from='client.34307 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi096=a;smithi102=b", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:22:51.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:50 smithi096 bash[38906]: cephadm 2024-02-06T17:22:49.527751+0000 mgr.y (mgr.14140) 154 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi096=a,smithi102=b 2024-02-06T17:22:51.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:50 smithi096 bash[38906]: cluster 2024-02-06T17:22:49.631173+0000 mgr.y (mgr.14140) 155 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:22:51.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:50 smithi096 bash[38906]: cluster 2024-02-06T17:22:50.529344+0000 mon.a (mon.0) 489 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-02-06T17:22:51.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:50 smithi096 bash[38906]: cluster 2024-02-06T17:22:50.529406+0000 mon.a (mon.0) 490 : cluster [INF] Cluster is now healthy 2024-02-06T17:22:52.117 INFO:teuthology.orchestra.run.smithi102.stdout:Scheduled alertmanager update... 2024-02-06T17:22:52.769 DEBUG:teuthology.orchestra.run.smithi096:alertmanager.a> sudo journalctl -f -n 0 -u ceph-a15007fc-c513-11ee-95b6-87774f69a715@alertmanager.a.service 2024-02-06T17:22:52.772 INFO:tasks.cephadm:Adding grafana.a on smithi102 2024-02-06T17:22:52.772 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph orch apply grafana '1;smithi102=a' 2024-02-06T17:22:52.805 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:-- Logs begin at Tue 2024-02-06 17:10:32 UTC. -- 2024-02-06T17:22:53.145 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:52 smithi102 bash[35648]: cluster 2024-02-06T17:22:51.631634+0000 mgr.y (mgr.14140) 156 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:22:53.146 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:52 smithi102 bash[35648]: audit 2024-02-06T17:22:52.112622+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-02-06T17:22:52.112260\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi096\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2024-02-06T17:22:53.146 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:52 smithi102 bash[35648]: audit 2024-02-06T17:22:52.115581+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-02-06T17:22:52.112260\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi096\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2024-02-06T17:22:53.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:52 smithi096 bash[35573]: cluster 2024-02-06T17:22:51.631634+0000 mgr.y (mgr.14140) 156 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:22:53.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:52 smithi096 bash[35573]: audit 2024-02-06T17:22:52.112622+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-02-06T17:22:52.112260\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi096\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2024-02-06T17:22:53.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:52 smithi096 bash[35573]: audit 2024-02-06T17:22:52.115581+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-02-06T17:22:52.112260\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi096\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2024-02-06T17:22:53.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:52 smithi096 bash[38906]: cluster 2024-02-06T17:22:51.631634+0000 mgr.y (mgr.14140) 156 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:22:53.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:52 smithi096 bash[38906]: audit 2024-02-06T17:22:52.112622+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-02-06T17:22:52.112260\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi096\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2024-02-06T17:22:53.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:52 smithi096 bash[38906]: audit 2024-02-06T17:22:52.115581+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-02-06T17:22:52.112260\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi096\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2024-02-06T17:22:54.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:53 smithi102 bash[35648]: audit 2024-02-06T17:22:52.111665+0000 mgr.y (mgr.14140) 157 : audit [DBG] from='client.34313 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi096=a", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:22:54.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:53 smithi102 bash[35648]: cephadm 2024-02-06T17:22:52.112247+0000 mgr.y (mgr.14140) 158 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi096=a 2024-02-06T17:22:54.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:53 smithi096 bash[35573]: audit 2024-02-06T17:22:52.111665+0000 mgr.y (mgr.14140) 157 : audit [DBG] from='client.34313 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi096=a", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:22:54.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:53 smithi096 bash[35573]: cephadm 2024-02-06T17:22:52.112247+0000 mgr.y (mgr.14140) 158 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi096=a 2024-02-06T17:22:54.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:53 smithi096 bash[38906]: audit 2024-02-06T17:22:52.111665+0000 mgr.y (mgr.14140) 157 : audit [DBG] from='client.34313 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi096=a", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:22:54.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:53 smithi096 bash[38906]: cephadm 2024-02-06T17:22:52.112247+0000 mgr.y (mgr.14140) 158 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi096=a 2024-02-06T17:22:55.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:54 smithi102 bash[35648]: cluster 2024-02-06T17:22:53.632077+0000 mgr.y (mgr.14140) 159 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:22:55.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:54 smithi102 bash[35648]: audit 2024-02-06T17:22:54.642515+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"4f2bf731-bbc3-4b41-bc6f-3d6c4c3fbb4b\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1707240103.5226507, \"finished_at\": 1707240114.8599875}, {\"id\": \"8fab6496-469f-4206-8e5f-e66f2a38d9dc\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1707240120.8741114, \"finished_at\": 1707240133.3583248}, {\"id\": \"3040d9bb-de6f-4a51-b907-92eee1e9b4f1\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1707240163.0488856, \"finished_at\": 1707240170.5346794}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-02-06T17:22:55.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:54 smithi102 bash[35648]: audit 2024-02-06T17:22:54.647401+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"4f2bf731-bbc3-4b41-bc6f-3d6c4c3fbb4b\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1707240103.5226507, \"finished_at\": 1707240114.8599875}, {\"id\": \"8fab6496-469f-4206-8e5f-e66f2a38d9dc\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1707240120.8741114, \"finished_at\": 1707240133.3583248}, {\"id\": \"3040d9bb-de6f-4a51-b907-92eee1e9b4f1\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1707240163.0488856, \"finished_at\": 1707240170.5346794}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-02-06T17:22:55.217 INFO:teuthology.orchestra.run.smithi102.stdout:Scheduled grafana update... 2024-02-06T17:22:55.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:54 smithi096 bash[35573]: cluster 2024-02-06T17:22:53.632077+0000 mgr.y (mgr.14140) 159 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:22:55.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:54 smithi096 bash[35573]: audit 2024-02-06T17:22:54.642515+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"4f2bf731-bbc3-4b41-bc6f-3d6c4c3fbb4b\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1707240103.5226507, \"finished_at\": 1707240114.8599875}, {\"id\": \"8fab6496-469f-4206-8e5f-e66f2a38d9dc\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1707240120.8741114, \"finished_at\": 1707240133.3583248}, {\"id\": \"3040d9bb-de6f-4a51-b907-92eee1e9b4f1\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1707240163.0488856, \"finished_at\": 1707240170.5346794}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-02-06T17:22:55.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:54 smithi096 bash[35573]: audit 2024-02-06T17:22:54.647401+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"4f2bf731-bbc3-4b41-bc6f-3d6c4c3fbb4b\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1707240103.5226507, \"finished_at\": 1707240114.8599875}, {\"id\": \"8fab6496-469f-4206-8e5f-e66f2a38d9dc\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1707240120.8741114, \"finished_at\": 1707240133.3583248}, {\"id\": \"3040d9bb-de6f-4a51-b907-92eee1e9b4f1\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1707240163.0488856, \"finished_at\": 1707240170.5346794}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-02-06T17:22:55.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:54 smithi096 bash[38906]: cluster 2024-02-06T17:22:53.632077+0000 mgr.y (mgr.14140) 159 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:22:55.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:54 smithi096 bash[38906]: audit 2024-02-06T17:22:54.642515+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"4f2bf731-bbc3-4b41-bc6f-3d6c4c3fbb4b\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1707240103.5226507, \"finished_at\": 1707240114.8599875}, {\"id\": \"8fab6496-469f-4206-8e5f-e66f2a38d9dc\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1707240120.8741114, \"finished_at\": 1707240133.3583248}, {\"id\": \"3040d9bb-de6f-4a51-b907-92eee1e9b4f1\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1707240163.0488856, \"finished_at\": 1707240170.5346794}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-02-06T17:22:55.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:54 smithi096 bash[38906]: audit 2024-02-06T17:22:54.647401+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"4f2bf731-bbc3-4b41-bc6f-3d6c4c3fbb4b\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1707240103.5226507, \"finished_at\": 1707240114.8599875}, {\"id\": \"8fab6496-469f-4206-8e5f-e66f2a38d9dc\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1707240120.8741114, \"finished_at\": 1707240133.3583248}, {\"id\": \"3040d9bb-de6f-4a51-b907-92eee1e9b4f1\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1707240163.0488856, \"finished_at\": 1707240170.5346794}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-02-06T17:22:56.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:55 smithi102 bash[35648]: audit 2024-02-06T17:22:55.212920+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-02-06T17:22:55.212579\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi102\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2024-02-06T17:22:56.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:55 smithi102 bash[35648]: audit 2024-02-06T17:22:55.215878+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-02-06T17:22:55.212579\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi102\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2024-02-06T17:22:56.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:55 smithi096 bash[35573]: audit 2024-02-06T17:22:55.212920+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-02-06T17:22:55.212579\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi102\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2024-02-06T17:22:56.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:55 smithi096 bash[35573]: audit 2024-02-06T17:22:55.215878+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-02-06T17:22:55.212579\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi102\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2024-02-06T17:22:56.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:55 smithi096 bash[38906]: audit 2024-02-06T17:22:55.212920+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-02-06T17:22:55.212579\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi102\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2024-02-06T17:22:56.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:55 smithi096 bash[38906]: audit 2024-02-06T17:22:55.215878+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-02-06T17:22:55.212579\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi102\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2024-02-06T17:22:56.342 DEBUG:teuthology.orchestra.run.smithi102:grafana.a> sudo journalctl -f -n 0 -u ceph-a15007fc-c513-11ee-95b6-87774f69a715@grafana.a.service 2024-02-06T17:22:56.344 INFO:tasks.cephadm:Setting up client nodes... 2024-02-06T17:22:56.345 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-06T17:22:56.375 INFO:journalctl@ceph.grafana.a.smithi102.stdout:-- Logs begin at Tue 2024-02-06 17:10:25 UTC. -- 2024-02-06T17:22:57.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:56 smithi096 bash[35573]: audit 2024-02-06T17:22:55.212013+0000 mgr.y (mgr.14140) 160 : audit [DBG] from='client.34319 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi102=a", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:22:57.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:56 smithi096 bash[35573]: cephadm 2024-02-06T17:22:55.212566+0000 mgr.y (mgr.14140) 161 : cephadm [INF] Saving service grafana spec with placement count:1 smithi102=a 2024-02-06T17:22:57.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:56 smithi096 bash[35573]: cluster 2024-02-06T17:22:55.632532+0000 mgr.y (mgr.14140) 162 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:22:57.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:56 smithi096 bash[38906]: audit 2024-02-06T17:22:55.212013+0000 mgr.y (mgr.14140) 160 : audit [DBG] from='client.34319 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi102=a", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:22:57.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:56 smithi096 bash[38906]: cephadm 2024-02-06T17:22:55.212566+0000 mgr.y (mgr.14140) 161 : cephadm [INF] Saving service grafana spec with placement count:1 smithi102=a 2024-02-06T17:22:57.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:56 smithi096 bash[38906]: cluster 2024-02-06T17:22:55.632532+0000 mgr.y (mgr.14140) 162 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:22:57.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:56 smithi102 bash[35648]: audit 2024-02-06T17:22:55.212013+0000 mgr.y (mgr.14140) 160 : audit [DBG] from='client.34319 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi102=a", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:22:57.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:56 smithi102 bash[35648]: cephadm 2024-02-06T17:22:55.212566+0000 mgr.y (mgr.14140) 161 : cephadm [INF] Saving service grafana spec with placement count:1 smithi102=a 2024-02-06T17:22:57.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:56 smithi102 bash[35648]: cluster 2024-02-06T17:22:55.632532+0000 mgr.y (mgr.14140) 162 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:22:58.257 INFO:teuthology.orchestra.run.smithi096.stdout:[client.0] 2024-02-06T17:22:58.257 INFO:teuthology.orchestra.run.smithi096.stdout: key = AQDyasJl/80aDxAANlp8MKYbQOI0mWkphd5+NQ== 2024-02-06T17:22:59.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:58 smithi096 bash[38906]: cluster 2024-02-06T17:22:57.632928+0000 mgr.y (mgr.14140) 163 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:22:59.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:58 smithi096 bash[38906]: audit 2024-02-06T17:22:58.253020+0000 mon.c (mon.1) 15 : audit [INF] from='client.? 172.21.15.96:0/1455373703' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-06T17:22:59.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:58 smithi096 bash[38906]: audit 2024-02-06T17:22:58.253287+0000 mon.a (mon.0) 497 : 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-02-06T17:22:59.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:22:58 smithi096 bash[38906]: audit 2024-02-06T17:22:58.256302+0000 mon.a (mon.0) 498 : 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-02-06T17:22:59.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:58 smithi096 bash[35573]: cluster 2024-02-06T17:22:57.632928+0000 mgr.y (mgr.14140) 163 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:22:59.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:58 smithi096 bash[35573]: audit 2024-02-06T17:22:58.253020+0000 mon.c (mon.1) 15 : audit [INF] from='client.? 172.21.15.96:0/1455373703' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-06T17:22:59.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:58 smithi096 bash[35573]: audit 2024-02-06T17:22:58.253287+0000 mon.a (mon.0) 497 : 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-02-06T17:22:59.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:22:58 smithi096 bash[35573]: audit 2024-02-06T17:22:58.256302+0000 mon.a (mon.0) 498 : 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-02-06T17:22:59.035 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2024-02-06T17:22:59.035 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-06T17:22:59.036 DEBUG:teuthology.orchestra.run.smithi096:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-06T17:22:59.076 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-06T17:22:59.102 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:58 smithi102 bash[35648]: cluster 2024-02-06T17:22:57.632928+0000 mgr.y (mgr.14140) 163 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:22:59.102 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:58 smithi102 bash[35648]: audit 2024-02-06T17:22:58.253020+0000 mon.c (mon.1) 15 : audit [INF] from='client.? 172.21.15.96:0/1455373703' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-06T17:22:59.102 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:58 smithi102 bash[35648]: audit 2024-02-06T17:22:58.253287+0000 mon.a (mon.0) 497 : 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-02-06T17:22:59.102 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:22:58 smithi102 bash[35648]: audit 2024-02-06T17:22:58.256302+0000 mon.a (mon.0) 498 : 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-02-06T17:23:01.019 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:00 smithi102 bash[35648]: cluster 2024-02-06T17:22:59.633331+0000 mgr.y (mgr.14140) 164 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:23:01.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:00 smithi096 bash[35573]: cluster 2024-02-06T17:22:59.633331+0000 mgr.y (mgr.14140) 164 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:23:01.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:00 smithi096 bash[38906]: cluster 2024-02-06T17:22:59.633331+0000 mgr.y (mgr.14140) 164 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-06T17:23:03.076 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:02 smithi102 bash[35648]: cluster 2024-02-06T17:23:01.633792+0000 mgr.y (mgr.14140) 165 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:03.149 INFO:teuthology.orchestra.run.smithi102.stdout:[client.1] 2024-02-06T17:23:03.149 INFO:teuthology.orchestra.run.smithi102.stdout: key = AQD3asJlG5yRCBAASNcti4u2W5ApxZyzlujsbQ== 2024-02-06T17:23:03.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:02 smithi096 bash[35573]: cluster 2024-02-06T17:23:01.633792+0000 mgr.y (mgr.14140) 165 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:03.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:02 smithi096 bash[38906]: cluster 2024-02-06T17:23:01.633792+0000 mgr.y (mgr.14140) 165 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:04.084 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:03 smithi102 bash[35648]: audit 2024-02-06T17:23:03.143048+0000 mon.b (mon.2) 22 : audit [INF] from='client.? 172.21.15.102:0/2721830800' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-06T17:23:04.085 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:03 smithi102 bash[35648]: audit 2024-02-06T17:23:03.143621+0000 mon.a (mon.0) 499 : 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-02-06T17:23:04.085 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:03 smithi102 bash[35648]: audit 2024-02-06T17:23:03.147178+0000 mon.a (mon.0) 500 : 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-02-06T17:23:04.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:03 smithi096 bash[35573]: audit 2024-02-06T17:23:03.143048+0000 mon.b (mon.2) 22 : audit [INF] from='client.? 172.21.15.102:0/2721830800' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-06T17:23:04.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:03 smithi096 bash[35573]: audit 2024-02-06T17:23:03.143621+0000 mon.a (mon.0) 499 : 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-02-06T17:23:04.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:03 smithi096 bash[35573]: audit 2024-02-06T17:23:03.147178+0000 mon.a (mon.0) 500 : 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-02-06T17:23:04.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:03 smithi096 bash[38906]: audit 2024-02-06T17:23:03.143048+0000 mon.b (mon.2) 22 : audit [INF] from='client.? 172.21.15.102:0/2721830800' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-06T17:23:04.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:03 smithi096 bash[38906]: audit 2024-02-06T17:23:03.143621+0000 mon.a (mon.0) 499 : 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-02-06T17:23:04.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:03 smithi096 bash[38906]: audit 2024-02-06T17:23:03.147178+0000 mon.a (mon.0) 500 : 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-02-06T17:23:04.573 DEBUG:teuthology.orchestra.run.smithi102:> set -ex 2024-02-06T17:23:04.574 DEBUG:teuthology.orchestra.run.smithi102:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-02-06T17:23:04.574 DEBUG:teuthology.orchestra.run.smithi102:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-02-06T17:23:04.655 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph osd dump --format=json 2024-02-06T17:23:05.011 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:04 smithi096 bash[35573]: cluster 2024-02-06T17:23:03.634238+0000 mgr.y (mgr.14140) 166 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:05.012 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:04 smithi096 bash[38906]: cluster 2024-02-06T17:23:03.634238+0000 mgr.y (mgr.14140) 166 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:05.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:04 smithi102 bash[35648]: cluster 2024-02-06T17:23:03.634238+0000 mgr.y (mgr.14140) 166 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:05.926 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:23:05 smithi102 systemd[1]: Starting Ceph prometheus.a for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:23:06.189 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:23:05 smithi102 podman[45089]: Error: no container with ID or name "ceph-a15007fc-c513-11ee-95b6-87774f69a715-prometheus.a" found: no such container 2024-02-06T17:23:06.189 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:23:05 smithi102 systemd[1]: Started Ceph prometheus.a for a15007fc-c513-11ee-95b6-87774f69a715. 2024-02-06T17:23:06.718 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-06T17:23:06.719 INFO:teuthology.orchestra.run.smithi096.stdout:{"epoch":51,"fsid":"a15007fc-c513-11ee-95b6-87774f69a715","created":"2024-02-06T17:18:08.662607+0000","modified":"2024-02-06T17:22:44.054689+0000","last_up_change":"2024-02-06T17:22:43.045078+0000","last_in_change":"2024-02-06T17:22:43.045078+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-02-06T17:18:19.123729+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":"a15603f6-0f3d-4dc4-ba54-db2c04267409","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6802","nonce":4274280490},{"type":"v1","addr":"172.21.15.96:6803","nonce":4274280490}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6804","nonce":4274280490},{"type":"v1","addr":"172.21.15.96:6805","nonce":4274280490}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6808","nonce":4274280490},{"type":"v1","addr":"172.21.15.96:6809","nonce":4274280490}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6806","nonce":4274280490},{"type":"v1","addr":"172.21.15.96:6807","nonce":4274280490}]},"public_addr":"172.21.15.96:6803/4274280490","cluster_addr":"172.21.15.96:6805/4274280490","heartbeat_back_addr":"172.21.15.96:6809/4274280490","heartbeat_front_addr":"172.21.15.96:6807/4274280490","state":["exists","up"]},{"osd":1,"uuid":"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6810","nonce":390659622},{"type":"v1","addr":"172.21.15.96:6811","nonce":390659622}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6812","nonce":390659622},{"type":"v1","addr":"172.21.15.96:6813","nonce":390659622}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6816","nonce":390659622},{"type":"v1","addr":"172.21.15.96:6817","nonce":390659622}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6814","nonce":390659622},{"type":"v1","addr":"172.21.15.96:6815","nonce":390659622}]},"public_addr":"172.21.15.96:6811/390659622","cluster_addr":"172.21.15.96:6813/390659622","heartbeat_back_addr":"172.21.15.96:6817/390659622","heartbeat_front_addr":"172.21.15.96:6815/390659622","state":["exists","up"]},{"osd":2,"uuid":"a7f53024-9678-4ac4-9418-5c953ce0ffeb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6818","nonce":2499454038},{"type":"v1","addr":"172.21.15.96:6819","nonce":2499454038}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6820","nonce":2499454038},{"type":"v1","addr":"172.21.15.96:6821","nonce":2499454038}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6824","nonce":2499454038},{"type":"v1","addr":"172.21.15.96:6825","nonce":2499454038}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6822","nonce":2499454038},{"type":"v1","addr":"172.21.15.96:6823","nonce":2499454038}]},"public_addr":"172.21.15.96:6819/2499454038","cluster_addr":"172.21.15.96:6821/2499454038","heartbeat_back_addr":"172.21.15.96:6825/2499454038","heartbeat_front_addr":"172.21.15.96:6823/2499454038","state":["exists","up"]},{"osd":3,"uuid":"5232bb7e-9487-416f-879c-c4e18419cf70","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6826","nonce":1356832231},{"type":"v1","addr":"172.21.15.96:6827","nonce":1356832231}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6828","nonce":1356832231},{"type":"v1","addr":"172.21.15.96:6829","nonce":1356832231}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6832","nonce":1356832231},{"type":"v1","addr":"172.21.15.96:6833","nonce":1356832231}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6830","nonce":1356832231},{"type":"v1","addr":"172.21.15.96:6831","nonce":1356832231}]},"public_addr":"172.21.15.96:6827/1356832231","cluster_addr":"172.21.15.96:6829/1356832231","heartbeat_back_addr":"172.21.15.96:6833/1356832231","heartbeat_front_addr":"172.21.15.96:6831/1356832231","state":["exists","up"]},{"osd":4,"uuid":"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6800","nonce":1985338064},{"type":"v1","addr":"172.21.15.102:6801","nonce":1985338064}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6802","nonce":1985338064},{"type":"v1","addr":"172.21.15.102:6803","nonce":1985338064}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6806","nonce":1985338064},{"type":"v1","addr":"172.21.15.102:6807","nonce":1985338064}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6804","nonce":1985338064},{"type":"v1","addr":"172.21.15.102:6805","nonce":1985338064}]},"public_addr":"172.21.15.102:6801/1985338064","cluster_addr":"172.21.15.102:6803/1985338064","heartbeat_back_addr":"172.21.15.102:6807/1985338064","heartbeat_front_addr":"172.21.15.102:6805/1985338064","state":["exists","up"]},{"osd":5,"uuid":"3112e270-067a-4df3-9210-e698a944961c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6808","nonce":3713478747},{"type":"v1","addr":"172.21.15.102:6809","nonce":3713478747}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6810","nonce":3713478747},{"type":"v1","addr":"172.21.15.102:6811","nonce":3713478747}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6814","nonce":3713478747},{"type":"v1","addr":"172.21.15.102:6815","nonce":3713478747}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6812","nonce":3713478747},{"type":"v1","addr":"172.21.15.102:6813","nonce":3713478747}]},"public_addr":"172.21.15.102:6809/3713478747","cluster_addr":"172.21.15.102:6811/3713478747","heartbeat_back_addr":"172.21.15.102:6815/3713478747","heartbeat_front_addr":"172.21.15.102:6813/3713478747","state":["exists","up"]},{"osd":6,"uuid":"86403e33-e2e3-4598-a133-cd0aeafc2cb3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":41,"last_clean_end":43,"up_from":46,"up_thru":46,"down_at":44,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6816","nonce":488390849},{"type":"v1","addr":"172.21.15.102:6817","nonce":488390849}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6818","nonce":488390849},{"type":"v1","addr":"172.21.15.102:6819","nonce":488390849}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6822","nonce":488390849},{"type":"v1","addr":"172.21.15.102:6823","nonce":488390849}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6820","nonce":488390849},{"type":"v1","addr":"172.21.15.102:6821","nonce":488390849}]},"public_addr":"172.21.15.102:6817/488390849","cluster_addr":"172.21.15.102:6819/488390849","heartbeat_back_addr":"172.21.15.102:6823/488390849","heartbeat_front_addr":"172.21.15.102:6821/488390849","state":["exists","up"]},{"osd":7,"uuid":"cc155e4e-5b06-4bd2-b4d5-1beb6421389d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":50,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6824","nonce":1017939942},{"type":"v1","addr":"172.21.15.102:6825","nonce":1017939942}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6826","nonce":1017939942},{"type":"v1","addr":"172.21.15.102:6827","nonce":1017939942}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6830","nonce":1017939942},{"type":"v1","addr":"172.21.15.102:6831","nonce":1017939942}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6828","nonce":1017939942},{"type":"v1","addr":"172.21.15.102:6829","nonce":1017939942}]},"public_addr":"172.21.15.102:6825/1017939942","cluster_addr":"172.21.15.102:6827/1017939942","heartbeat_back_addr":"172.21.15.102:6831/1017939942","heartbeat_front_addr":"172.21.15.102:6829/1017939942","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:20:28.870554+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:20:48.021988+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-02-06T17:21:08.602379+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:21:26.062529+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-02-06T17:21:41.745862+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:21:59.150294+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:22:20.287009+0000","dead_epoch":44},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:22:41.829802+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.96:0/2207579600":"2024-02-07T17:18:48.704498+0000","172.21.15.96:0/388086613":"2024-02-07T17:18:48.704498+0000","172.21.15.96:0/1586186581":"2024-02-07T17:18:48.704498+0000","172.21.15.96:6800/127230268":"2024-02-07T17:18:48.704498+0000","172.21.15.96:6801/127230268":"2024-02-07T17:18:48.704498+0000","172.21.15.96:0/1626889365":"2024-02-07T17:18:26.508866+0000","172.21.15.96:0/2342616468":"2024-02-07T17:18:26.508866+0000","172.21.15.96:6801/321475558":"2024-02-07T17:18:26.508866+0000","172.21.15.96:0/2305572604":"2024-02-07T17:18:26.508866+0000","172.21.15.96:6800/321475558":"2024-02-07T17:18:26.508866+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-02-06T17:23:06.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:06 smithi102 bash[35648]: cluster 2024-02-06T17:23:05.634533+0000 mgr.y (mgr.14140) 167 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:06.940 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:23:06 smithi102 bash[45105]: ts=2024-02-06T17:23:06.578Z caller=main.go:544 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-02-06T17:23:06.940 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:23:06 smithi102 bash[45105]: ts=2024-02-06T17:23:06.578Z caller=main.go:588 level=info msg="Starting Prometheus Server" mode=server version="(version=2.49.1, branch=HEAD, revision=43e14844a33b65e2a396e3944272af8b3a494071)" 2024-02-06T17:23:06.940 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:23:06 smithi102 bash[45105]: ts=2024-02-06T17:23:06.578Z 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-02-06T17:23:06.940 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:23:06 smithi102 bash[45105]: ts=2024-02-06T17:23:06.578Z caller=main.go:594 level=info host_details="(Linux 4.18.0-536.el8.x86_64 #1 SMP Thu Jan 18 15:15:29 UTC 2024 x86_64 smithi102 (none))" 2024-02-06T17:23:06.940 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:23:06 smithi102 bash[45105]: ts=2024-02-06T17:23:06.578Z caller=main.go:595 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-02-06T17:23:06.940 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:23:06 smithi102 bash[45105]: ts=2024-02-06T17:23:06.578Z caller=main.go:596 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-02-06T17:23:06.941 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:23:06 smithi102 bash[45105]: ts=2024-02-06T17:23:06.580Z caller=web.go:565 level=info component=web msg="Start listening for connections" address=:9095 2024-02-06T17:23:06.941 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:23:06 smithi102 bash[45105]: ts=2024-02-06T17:23:06.580Z caller=main.go:1039 level=info msg="Starting TSDB ..." 2024-02-06T17:23:06.942 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:23:06 smithi102 bash[45105]: ts=2024-02-06T17:23:06.582Z caller=tls_config.go:274 level=info component=web msg="Listening on" address=[::]:9095 2024-02-06T17:23:06.942 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:23:06 smithi102 bash[45105]: ts=2024-02-06T17:23:06.582Z caller=tls_config.go:277 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-02-06T17:23:06.942 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:23:06 smithi102 bash[45105]: ts=2024-02-06T17:23:06.584Z caller=head.go:606 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-02-06T17:23:06.942 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:23:06 smithi102 bash[45105]: ts=2024-02-06T17:23:06.584Z caller=head.go:687 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.787µs 2024-02-06T17:23:06.943 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:23:06 smithi102 bash[45105]: ts=2024-02-06T17:23:06.584Z caller=head.go:695 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-02-06T17:23:06.943 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:23:06 smithi102 bash[45105]: ts=2024-02-06T17:23:06.585Z caller=head.go:766 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=0 2024-02-06T17:23:06.943 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:23:06 smithi102 bash[45105]: ts=2024-02-06T17:23:06.585Z caller=head.go:803 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=22.438µs wal_replay_duration=275.767µs wbl_replay_duration=120ns total_replay_duration=319.647µs 2024-02-06T17:23:06.943 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:23:06 smithi102 bash[45105]: ts=2024-02-06T17:23:06.586Z caller=main.go:1060 level=info fs_type=XFS_SUPER_MAGIC 2024-02-06T17:23:06.944 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:23:06 smithi102 bash[45105]: ts=2024-02-06T17:23:06.586Z caller=main.go:1063 level=info msg="TSDB started" 2024-02-06T17:23:06.944 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:23:06 smithi102 bash[45105]: ts=2024-02-06T17:23:06.586Z caller=main.go:1245 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-02-06T17:23:06.944 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:23:06 smithi102 bash[45105]: ts=2024-02-06T17:23:06.587Z caller=main.go:1282 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=577.407µs db_storage=724ns remote_storage=1.384µs web_handler=307ns query_engine=652ns scrape=355.736µs scrape_sd=18.892µs notify=620ns notify_sd=1.285µs rules=25.543µs tracing=5.137µs 2024-02-06T17:23:06.944 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:23:06 smithi102 bash[45105]: ts=2024-02-06T17:23:06.587Z caller=main.go:1024 level=info msg="Server is ready to receive web requests." 2024-02-06T17:23:06.944 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:23:06 smithi102 bash[45105]: ts=2024-02-06T17:23:06.587Z caller=manager.go:146 level=info component="rule manager" msg="Starting rule manager..." 2024-02-06T17:23:06.945 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:06 smithi102 bash[35648]: audit 2024-02-06T17:23:05.962390+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880551\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880640\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880672\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880705\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880732\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:22:43.880762\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:22:46.806272\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:23:06.945 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:06 smithi102 bash[35648]: audit 2024-02-06T17:23:05.967576+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880551\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880640\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880672\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880705\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880732\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:22:43.880762\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:22:46.806272\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:23:06.945 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:06 smithi102 bash[35648]: audit 2024-02-06T17:23:05.968124+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:23:06.945 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:06 smithi102 bash[35648]: audit 2024-02-06T17:23:06.717197+0000 mon.a (mon.0) 504 : audit [DBG] from='client.? 172.21.15.96:0/2272417118' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-06T17:23:07.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:06 smithi096 bash[35573]: cluster 2024-02-06T17:23:05.634533+0000 mgr.y (mgr.14140) 167 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:07.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:06 smithi096 bash[38906]: cluster 2024-02-06T17:23:05.634533+0000 mgr.y (mgr.14140) 167 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:07.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:06 smithi096 bash[35573]: audit 2024-02-06T17:23:05.962390+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880551\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880640\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880672\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880705\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880732\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:22:43.880762\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:22:46.806272\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:23:07.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:06 smithi096 bash[35573]: audit 2024-02-06T17:23:05.967576+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880551\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880640\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880672\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880705\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880732\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:22:43.880762\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:22:46.806272\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:23:07.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:06 smithi096 bash[35573]: audit 2024-02-06T17:23:05.968124+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:23:07.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:06 smithi096 bash[35573]: audit 2024-02-06T17:23:06.717197+0000 mon.a (mon.0) 504 : audit [DBG] from='client.? 172.21.15.96:0/2272417118' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-06T17:23:07.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:06 smithi096 bash[38906]: audit 2024-02-06T17:23:05.962390+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880551\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880640\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880672\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880705\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880732\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:22:43.880762\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:22:46.806272\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:23:07.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:06 smithi096 bash[38906]: audit 2024-02-06T17:23:05.967576+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880551\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880640\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880672\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880705\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:22:43.880732\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:22:43.880762\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:22:46.806272\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:23:07.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:06 smithi096 bash[38906]: audit 2024-02-06T17:23:05.968124+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:23:07.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:06 smithi096 bash[38906]: audit 2024-02-06T17:23:06.717197+0000 mon.a (mon.0) 504 : audit [DBG] from='client.? 172.21.15.96:0/2272417118' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-06T17:23:07.525 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-02-06T17:18:19.123729+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-02-06T17:23:07.525 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-02-06T17:23:08.553 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:08 smithi102 systemd[1]: Starting Ceph node-exporter.b for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:23:08.846 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:08 smithi102 podman[45511]: Error: no container with ID or name "ceph-a15007fc-c513-11ee-95b6-87774f69a715-node-exporter.b" found: no such container 2024-02-06T17:23:08.846 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:08 smithi102 systemd[1]: Started Ceph node-exporter.b for a15007fc-c513-11ee-95b6-87774f69a715. 2024-02-06T17:23:08.846 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:08 smithi102 bash[45528]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2024-02-06T17:23:08.846 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:08 smithi102 bash[45528]: Trying to pull docker.io/prom/node-exporter:latest... 2024-02-06T17:23:08.911 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:08 smithi096 bash[35573]: cluster 2024-02-06T17:23:07.634859+0000 mgr.y (mgr.14140) 168 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:08.912 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:08 smithi096 bash[38906]: cluster 2024-02-06T17:23:07.634859+0000 mgr.y (mgr.14140) 168 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:08.912 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:08 smithi096 bash[35573]: audit 2024-02-06T17:23:08.108253+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107364\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107434\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107465\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107493\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107519\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:08.107546\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e418ad9c4ea2\", \"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-02-06T17:23:08.107573\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:23:06.046232\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:22:46.806272\"}}, \"last_daemon_update\": \"2024-02-06T17:23:08.107641\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:23:08.912 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:08 smithi096 bash[35573]: audit 2024-02-06T17:23:08.111153+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107364\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107434\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107465\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107493\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107519\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:08.107546\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e418ad9c4ea2\", \"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-02-06T17:23:08.107573\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:23:06.046232\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:22:46.806272\"}}, \"last_daemon_update\": \"2024-02-06T17:23:08.107641\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:23:08.912 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:08 smithi096 bash[35573]: audit 2024-02-06T17:23:08.112384+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-02-06T17:23:08.913 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:08 smithi096 bash[35573]: audit 2024-02-06T17:23:08.112898+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:23:08.913 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:08 smithi096 bash[38906]: audit 2024-02-06T17:23:08.108253+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107364\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107434\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107465\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107493\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107519\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:08.107546\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e418ad9c4ea2\", \"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-02-06T17:23:08.107573\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:23:06.046232\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:22:46.806272\"}}, \"last_daemon_update\": \"2024-02-06T17:23:08.107641\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:23:08.913 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:08 smithi096 bash[38906]: audit 2024-02-06T17:23:08.111153+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107364\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107434\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107465\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107493\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107519\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:08.107546\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e418ad9c4ea2\", \"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-02-06T17:23:08.107573\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:23:06.046232\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:22:46.806272\"}}, \"last_daemon_update\": \"2024-02-06T17:23:08.107641\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:23:08.913 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:08 smithi096 bash[38906]: audit 2024-02-06T17:23:08.112384+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-02-06T17:23:08.913 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:08 smithi096 bash[38906]: audit 2024-02-06T17:23:08.112898+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:23:08.913 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:08 smithi096 bash[35573]: audit 2024-02-06T17:23:08.588413+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107364\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107434\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107465\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107493\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107519\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:08.107546\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e418ad9c4ea2\", \"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-02-06T17:23:08.107573\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:23:06.046232\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:22:46.806272\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:23:08.914 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:08 smithi096 bash[35573]: audit 2024-02-06T17:23:08.591168+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107364\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107434\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107465\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107493\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107519\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:08.107546\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e418ad9c4ea2\", \"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-02-06T17:23:08.107573\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:23:06.046232\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:22:46.806272\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:23:08.914 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:08 smithi096 bash[35573]: audit 2024-02-06T17:23:08.591638+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-02-06T17:23:08.914 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:08 smithi096 bash[35573]: audit 2024-02-06T17:23:08.592156+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:23:08.914 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:08 smithi096 bash[38906]: audit 2024-02-06T17:23:08.588413+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107364\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107434\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107465\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107493\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107519\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:08.107546\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e418ad9c4ea2\", \"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-02-06T17:23:08.107573\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:23:06.046232\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:22:46.806272\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:23:08.914 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:08 smithi096 bash[38906]: audit 2024-02-06T17:23:08.591168+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107364\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107434\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107465\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107493\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107519\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:08.107546\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e418ad9c4ea2\", \"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-02-06T17:23:08.107573\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:23:06.046232\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:22:46.806272\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:23:08.914 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:08 smithi096 bash[38906]: audit 2024-02-06T17:23:08.591638+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-02-06T17:23:08.914 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:08 smithi096 bash[38906]: audit 2024-02-06T17:23:08.592156+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:23:09.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:08 smithi102 bash[35648]: cluster 2024-02-06T17:23:07.634859+0000 mgr.y (mgr.14140) 168 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:09.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:08 smithi102 bash[35648]: audit 2024-02-06T17:23:08.108253+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107364\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107434\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107465\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107493\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107519\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:08.107546\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e418ad9c4ea2\", \"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-02-06T17:23:08.107573\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:23:06.046232\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:22:46.806272\"}}, \"last_daemon_update\": \"2024-02-06T17:23:08.107641\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:23:09.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:08 smithi102 bash[35648]: audit 2024-02-06T17:23:08.111153+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107364\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107434\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107465\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107493\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107519\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:08.107546\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e418ad9c4ea2\", \"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-02-06T17:23:08.107573\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:23:06.046232\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:22:46.806272\"}}, \"last_daemon_update\": \"2024-02-06T17:23:08.107641\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:23:09.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:08 smithi102 bash[35648]: audit 2024-02-06T17:23:08.112384+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-02-06T17:23:09.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:08 smithi102 bash[35648]: audit 2024-02-06T17:23:08.112898+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:23:09.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:08 smithi102 bash[35648]: audit 2024-02-06T17:23:08.588413+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107364\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107434\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107465\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107493\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107519\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:08.107546\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e418ad9c4ea2\", \"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-02-06T17:23:08.107573\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:23:06.046232\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:22:46.806272\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:23:09.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:08 smithi102 bash[35648]: audit 2024-02-06T17:23:08.591168+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107364\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107434\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107465\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107493\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107519\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:08.107546\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e418ad9c4ea2\", \"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-02-06T17:23:08.107573\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:23:06.046232\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:22:46.806272\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:23:09.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:08 smithi102 bash[35648]: audit 2024-02-06T17:23:08.591638+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-02-06T17:23:09.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:08 smithi102 bash[35648]: audit 2024-02-06T17:23:08.592156+0000 mon.a (mon.0) 512 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:23:09.212 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:09 smithi096 podman[47308]: Error: no container with ID or name "ceph-a15007fc-c513-11ee-95b6-87774f69a715-node-exporter.a" found: no such container 2024-02-06T17:23:09.212 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:09 smithi096 systemd[1]: Started Ceph node-exporter.a for a15007fc-c513-11ee-95b6-87774f69a715. 2024-02-06T17:23:09.471 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:09 smithi096 bash[47333]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2024-02-06T17:23:09.471 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:09 smithi096 bash[47333]: Trying to pull docker.io/prom/node-exporter:latest... 2024-02-06T17:23:09.835 INFO:teuthology.orchestra.run.smithi096.stdout:pg_num: 1 2024-02-06T17:23:10.148 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:09 smithi096 bash[35573]: cephadm 2024-02-06T17:23:08.113311+0000 mgr.y (mgr.14140) 169 : cephadm [INF] Deploying daemon node-exporter.b on smithi102 2024-02-06T17:23:10.148 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:09 smithi096 bash[35573]: cephadm 2024-02-06T17:23:08.592581+0000 mgr.y (mgr.14140) 170 : cephadm [INF] Deploying daemon node-exporter.a on smithi096 2024-02-06T17:23:10.149 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:09 smithi096 bash[38906]: cephadm 2024-02-06T17:23:08.113311+0000 mgr.y (mgr.14140) 169 : cephadm [INF] Deploying daemon node-exporter.b on smithi102 2024-02-06T17:23:10.149 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:09 smithi096 bash[38906]: cephadm 2024-02-06T17:23:08.592581+0000 mgr.y (mgr.14140) 170 : cephadm [INF] Deploying daemon node-exporter.a on smithi096 2024-02-06T17:23:10.149 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:09 smithi096 bash[38906]: audit 2024-02-06T17:23:09.138514+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440208\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440282\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440313\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440341\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440368\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440395\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440422\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:23:10.149 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:09 smithi096 bash[35573]: audit 2024-02-06T17:23:09.138514+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440208\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440282\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440313\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440341\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440368\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440395\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440422\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:23:10.150 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:09 smithi096 bash[35573]: audit 2024-02-06T17:23:09.141578+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440208\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440282\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440313\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440341\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440368\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440395\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440422\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:23:10.150 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:09 smithi096 bash[35573]: audit 2024-02-06T17:23:09.835167+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.96:0/3524038935' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-06T17:23:10.150 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:09 smithi096 bash[38906]: audit 2024-02-06T17:23:09.141578+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440208\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440282\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440313\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440341\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440368\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440395\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440422\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:23:10.150 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:09 smithi096 bash[38906]: audit 2024-02-06T17:23:09.835167+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.96:0/3524038935' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-06T17:23:10.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:09 smithi102 bash[35648]: cephadm 2024-02-06T17:23:08.113311+0000 mgr.y (mgr.14140) 169 : cephadm [INF] Deploying daemon node-exporter.b on smithi102 2024-02-06T17:23:10.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:09 smithi102 bash[35648]: cephadm 2024-02-06T17:23:08.592581+0000 mgr.y (mgr.14140) 170 : cephadm [INF] Deploying daemon node-exporter.a on smithi096 2024-02-06T17:23:10.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:09 smithi102 bash[35648]: audit 2024-02-06T17:23:09.138514+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440208\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440282\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440313\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440341\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440368\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440395\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440422\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:23:10.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:09 smithi102 bash[35648]: audit 2024-02-06T17:23:09.141578+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440208\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440282\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440313\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440341\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440368\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440395\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440422\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:23:10.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:09 smithi102 bash[35648]: audit 2024-02-06T17:23:09.835167+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.96:0/3524038935' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-06T17:23:10.632 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-06T17:23:10.632 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-06T17:23:10.632 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph mgr dump --format=json 2024-02-06T17:23:11.009 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:10 smithi096 bash[38906]: cephadm 2024-02-06T17:23:09.143898+0000 mgr.y (mgr.14140) 171 : cephadm [INF] Deploying daemon alertmanager.a on smithi096 2024-02-06T17:23:11.009 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:10 smithi096 bash[38906]: cluster 2024-02-06T17:23:09.635165+0000 mgr.y (mgr.14140) 172 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:11.010 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:10 smithi096 bash[35573]: cephadm 2024-02-06T17:23:09.143898+0000 mgr.y (mgr.14140) 171 : cephadm [INF] Deploying daemon alertmanager.a on smithi096 2024-02-06T17:23:11.010 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:10 smithi096 bash[35573]: cluster 2024-02-06T17:23:09.635165+0000 mgr.y (mgr.14140) 172 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:11.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:10 smithi102 bash[35648]: cephadm 2024-02-06T17:23:09.143898+0000 mgr.y (mgr.14140) 171 : cephadm [INF] Deploying daemon alertmanager.a on smithi096 2024-02-06T17:23:11.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:10 smithi102 bash[35648]: cluster 2024-02-06T17:23:09.635165+0000 mgr.y (mgr.14140) 172 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:12.887 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-06T17:23:13.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:12 smithi096 bash[35573]: cluster 2024-02-06T17:23:11.635609+0000 mgr.y (mgr.14140) 173 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:13.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:12 smithi096 bash[38906]: cluster 2024-02-06T17:23:11.635609+0000 mgr.y (mgr.14140) 173 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:13.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:12 smithi102 bash[35648]: cluster 2024-02-06T17:23:11.635609+0000 mgr.y (mgr.14140) 173 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:13.980 INFO:teuthology.orchestra.run.smithi096.stdout:{"epoch":14,"active_gid":14140,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6800","nonce":3778960162},{"type":"v1","addr":"172.21.15.96:6801","nonce":3778960162}]},"active_addr":"172.21.15.96:6801/3778960162","active_change":"2024-02-06T17:18:48.704826+0000","active_mgr_features":4540138292836696063,"available":true,"standbys":[{"gid":34109,"name":"x","mgr_features":4540138292836696063,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"none","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_cephfs":{"name":"FEATURE_TOGGLE_cephfs","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_iscsi":{"name":"FEATURE_TOGGLE_iscsi","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_mirroring":{"name":"FEATURE_TOGGLE_mirroring","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_nfs":{"name":"FEATURE_TOGGLE_nfs","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_rbd":{"name":"FEATURE_TOGGLE_rbd","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_rgw":{"name":"FEATURE_TOGGLE_rgw","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_HOST":{"name":"RGW_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_PORT":{"name":"RGW_API_PORT","type":"int","level":"advanced","flags":0,"default_value":"80","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SCHEME":{"name":"RGW_API_SCHEME","type":"str","level":"advanced","flags":0,"default_value":"http","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_USER_ID":{"name":"RGW_API_USER_ID","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"None","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"persist_interval":{"name":"persist_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how frequently to persist completed events","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"str","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"none","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_cephfs":{"name":"FEATURE_TOGGLE_cephfs","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_iscsi":{"name":"FEATURE_TOGGLE_iscsi","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_mirroring":{"name":"FEATURE_TOGGLE_mirroring","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_nfs":{"name":"FEATURE_TOGGLE_nfs","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_rbd":{"name":"FEATURE_TOGGLE_rbd","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_rgw":{"name":"FEATURE_TOGGLE_rgw","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_HOST":{"name":"RGW_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_PORT":{"name":"RGW_API_PORT","type":"int","level":"advanced","flags":0,"default_value":"80","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SCHEME":{"name":"RGW_API_SCHEME","type":"str","level":"advanced","flags":0,"default_value":"http","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_USER_ID":{"name":"RGW_API_USER_ID","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"None","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"persist_interval":{"name":"persist_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how frequently to persist completed events","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"str","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://smithi096.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.96:0","nonce":3530988595}]},{"addrvec":[{"type":"v2","addr":"172.21.15.96:0","nonce":2047412401}]},{"addrvec":[{"type":"v2","addr":"172.21.15.96:0","nonce":1597994719}]}]}} 2024-02-06T17:23:13.983 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-06T17:23:13.983 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-06T17:23:13.983 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph osd dump --format=json 2024-02-06T17:23:14.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:13 smithi102 bash[35648]: audit 2024-02-06T17:23:12.883465+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.96:0/768544842' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-06T17:23:14.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:13 smithi096 bash[35573]: audit 2024-02-06T17:23:12.883465+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.96:0/768544842' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-06T17:23:14.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:13 smithi096 bash[38906]: audit 2024-02-06T17:23:12.883465+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.96:0/768544842' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-06T17:23:14.987 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:14 smithi096 bash[38906]: cluster 2024-02-06T17:23:13.635916+0000 mgr.y (mgr.14140) 174 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:14.987 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:14 smithi096 bash[35573]: cluster 2024-02-06T17:23:13.635916+0000 mgr.y (mgr.14140) 174 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:15.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:14 smithi102 bash[35648]: cluster 2024-02-06T17:23:13.635916+0000 mgr.y (mgr.14140) 174 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:15.689 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:15 smithi102 bash[45528]: Getting image source signatures 2024-02-06T17:23:15.689 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:15 smithi102 bash[45528]: Copying blob sha256:324153f2810a9927fcce320af9e4e291e0b6e805cbdd1f338386c756b9defa24 2024-02-06T17:23:15.689 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:15 smithi102 bash[45528]: Copying blob sha256:2abcce694348cd2c949c0e98a7400ebdfd8341021bcf6b541bc72033ce982510 2024-02-06T17:23:15.689 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:15 smithi102 bash[45528]: Copying blob sha256:455fd88e5221bc1e278ef2d059cd70e4df99a24e5af050ede621534276f6cf9a 2024-02-06T17:23:15.949 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-06T17:23:15.949 INFO:teuthology.orchestra.run.smithi096.stdout:{"epoch":51,"fsid":"a15007fc-c513-11ee-95b6-87774f69a715","created":"2024-02-06T17:18:08.662607+0000","modified":"2024-02-06T17:22:44.054689+0000","last_up_change":"2024-02-06T17:22:43.045078+0000","last_in_change":"2024-02-06T17:22:43.045078+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-02-06T17:18:19.123729+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":"a15603f6-0f3d-4dc4-ba54-db2c04267409","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6802","nonce":4274280490},{"type":"v1","addr":"172.21.15.96:6803","nonce":4274280490}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6804","nonce":4274280490},{"type":"v1","addr":"172.21.15.96:6805","nonce":4274280490}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6808","nonce":4274280490},{"type":"v1","addr":"172.21.15.96:6809","nonce":4274280490}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6806","nonce":4274280490},{"type":"v1","addr":"172.21.15.96:6807","nonce":4274280490}]},"public_addr":"172.21.15.96:6803/4274280490","cluster_addr":"172.21.15.96:6805/4274280490","heartbeat_back_addr":"172.21.15.96:6809/4274280490","heartbeat_front_addr":"172.21.15.96:6807/4274280490","state":["exists","up"]},{"osd":1,"uuid":"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6810","nonce":390659622},{"type":"v1","addr":"172.21.15.96:6811","nonce":390659622}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6812","nonce":390659622},{"type":"v1","addr":"172.21.15.96:6813","nonce":390659622}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6816","nonce":390659622},{"type":"v1","addr":"172.21.15.96:6817","nonce":390659622}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6814","nonce":390659622},{"type":"v1","addr":"172.21.15.96:6815","nonce":390659622}]},"public_addr":"172.21.15.96:6811/390659622","cluster_addr":"172.21.15.96:6813/390659622","heartbeat_back_addr":"172.21.15.96:6817/390659622","heartbeat_front_addr":"172.21.15.96:6815/390659622","state":["exists","up"]},{"osd":2,"uuid":"a7f53024-9678-4ac4-9418-5c953ce0ffeb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6818","nonce":2499454038},{"type":"v1","addr":"172.21.15.96:6819","nonce":2499454038}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6820","nonce":2499454038},{"type":"v1","addr":"172.21.15.96:6821","nonce":2499454038}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6824","nonce":2499454038},{"type":"v1","addr":"172.21.15.96:6825","nonce":2499454038}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6822","nonce":2499454038},{"type":"v1","addr":"172.21.15.96:6823","nonce":2499454038}]},"public_addr":"172.21.15.96:6819/2499454038","cluster_addr":"172.21.15.96:6821/2499454038","heartbeat_back_addr":"172.21.15.96:6825/2499454038","heartbeat_front_addr":"172.21.15.96:6823/2499454038","state":["exists","up"]},{"osd":3,"uuid":"5232bb7e-9487-416f-879c-c4e18419cf70","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6826","nonce":1356832231},{"type":"v1","addr":"172.21.15.96:6827","nonce":1356832231}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6828","nonce":1356832231},{"type":"v1","addr":"172.21.15.96:6829","nonce":1356832231}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6832","nonce":1356832231},{"type":"v1","addr":"172.21.15.96:6833","nonce":1356832231}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6830","nonce":1356832231},{"type":"v1","addr":"172.21.15.96:6831","nonce":1356832231}]},"public_addr":"172.21.15.96:6827/1356832231","cluster_addr":"172.21.15.96:6829/1356832231","heartbeat_back_addr":"172.21.15.96:6833/1356832231","heartbeat_front_addr":"172.21.15.96:6831/1356832231","state":["exists","up"]},{"osd":4,"uuid":"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6800","nonce":1985338064},{"type":"v1","addr":"172.21.15.102:6801","nonce":1985338064}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6802","nonce":1985338064},{"type":"v1","addr":"172.21.15.102:6803","nonce":1985338064}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6806","nonce":1985338064},{"type":"v1","addr":"172.21.15.102:6807","nonce":1985338064}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6804","nonce":1985338064},{"type":"v1","addr":"172.21.15.102:6805","nonce":1985338064}]},"public_addr":"172.21.15.102:6801/1985338064","cluster_addr":"172.21.15.102:6803/1985338064","heartbeat_back_addr":"172.21.15.102:6807/1985338064","heartbeat_front_addr":"172.21.15.102:6805/1985338064","state":["exists","up"]},{"osd":5,"uuid":"3112e270-067a-4df3-9210-e698a944961c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6808","nonce":3713478747},{"type":"v1","addr":"172.21.15.102:6809","nonce":3713478747}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6810","nonce":3713478747},{"type":"v1","addr":"172.21.15.102:6811","nonce":3713478747}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6814","nonce":3713478747},{"type":"v1","addr":"172.21.15.102:6815","nonce":3713478747}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6812","nonce":3713478747},{"type":"v1","addr":"172.21.15.102:6813","nonce":3713478747}]},"public_addr":"172.21.15.102:6809/3713478747","cluster_addr":"172.21.15.102:6811/3713478747","heartbeat_back_addr":"172.21.15.102:6815/3713478747","heartbeat_front_addr":"172.21.15.102:6813/3713478747","state":["exists","up"]},{"osd":6,"uuid":"86403e33-e2e3-4598-a133-cd0aeafc2cb3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":41,"last_clean_end":43,"up_from":46,"up_thru":46,"down_at":44,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6816","nonce":488390849},{"type":"v1","addr":"172.21.15.102:6817","nonce":488390849}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6818","nonce":488390849},{"type":"v1","addr":"172.21.15.102:6819","nonce":488390849}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6822","nonce":488390849},{"type":"v1","addr":"172.21.15.102:6823","nonce":488390849}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6820","nonce":488390849},{"type":"v1","addr":"172.21.15.102:6821","nonce":488390849}]},"public_addr":"172.21.15.102:6817/488390849","cluster_addr":"172.21.15.102:6819/488390849","heartbeat_back_addr":"172.21.15.102:6823/488390849","heartbeat_front_addr":"172.21.15.102:6821/488390849","state":["exists","up"]},{"osd":7,"uuid":"cc155e4e-5b06-4bd2-b4d5-1beb6421389d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":50,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6824","nonce":1017939942},{"type":"v1","addr":"172.21.15.102:6825","nonce":1017939942}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6826","nonce":1017939942},{"type":"v1","addr":"172.21.15.102:6827","nonce":1017939942}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6830","nonce":1017939942},{"type":"v1","addr":"172.21.15.102:6831","nonce":1017939942}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6828","nonce":1017939942},{"type":"v1","addr":"172.21.15.102:6829","nonce":1017939942}]},"public_addr":"172.21.15.102:6825/1017939942","cluster_addr":"172.21.15.102:6827/1017939942","heartbeat_back_addr":"172.21.15.102:6831/1017939942","heartbeat_front_addr":"172.21.15.102:6829/1017939942","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:20:28.870554+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:20:48.021988+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-02-06T17:21:08.602379+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:21:26.062529+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-02-06T17:21:41.745862+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:21:59.150294+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:22:20.287009+0000","dead_epoch":44},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:22:41.829802+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.96:0/2207579600":"2024-02-07T17:18:48.704498+0000","172.21.15.96:0/388086613":"2024-02-07T17:18:48.704498+0000","172.21.15.96:0/1586186581":"2024-02-07T17:18:48.704498+0000","172.21.15.96:6800/127230268":"2024-02-07T17:18:48.704498+0000","172.21.15.96:6801/127230268":"2024-02-07T17:18:48.704498+0000","172.21.15.96:0/1626889365":"2024-02-07T17:18:26.508866+0000","172.21.15.96:0/2342616468":"2024-02-07T17:18:26.508866+0000","172.21.15.96:6801/321475558":"2024-02-07T17:18:26.508866+0000","172.21.15.96:0/2305572604":"2024-02-07T17:18:26.508866+0000","172.21.15.96:6800/321475558":"2024-02-07T17:18:26.508866+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-02-06T17:23:16.270 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:15 smithi096 bash[47333]: Getting image source signatures 2024-02-06T17:23:16.270 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:15 smithi096 bash[47333]: Copying blob sha256:324153f2810a9927fcce320af9e4e291e0b6e805cbdd1f338386c756b9defa24 2024-02-06T17:23:16.270 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:15 smithi096 bash[47333]: Copying blob sha256:455fd88e5221bc1e278ef2d059cd70e4df99a24e5af050ede621534276f6cf9a 2024-02-06T17:23:16.270 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:15 smithi096 bash[47333]: Copying blob sha256:2abcce694348cd2c949c0e98a7400ebdfd8341021bcf6b541bc72033ce982510 2024-02-06T17:23:17.066 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-06T17:23:17.066 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph osd dump --format=json 2024-02-06T17:23:17.130 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:16 smithi102 bash[45528]: Copying config sha256:72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e 2024-02-06T17:23:17.130 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: Writing manifest to image destination 2024-02-06T17:23:17.130 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:16 smithi102 bash[35648]: cluster 2024-02-06T17:23:15.636201+0000 mgr.y (mgr.14140) 175 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:17.131 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:16 smithi102 bash[35648]: audit 2024-02-06T17:23:15.948087+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.96:0/3562276110' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-06T17:23:17.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:16 smithi096 bash[35573]: cluster 2024-02-06T17:23:15.636201+0000 mgr.y (mgr.14140) 175 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:17.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:16 smithi096 bash[35573]: audit 2024-02-06T17:23:15.948087+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.96:0/3562276110' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-06T17:23:17.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:16 smithi096 bash[38906]: cluster 2024-02-06T17:23:15.636201+0000 mgr.y (mgr.14140) 175 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:17.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:16 smithi096 bash[38906]: audit 2024-02-06T17:23:15.948087+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.96:0/3562276110' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-06T17:23:18.190 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.761Z caller=node_exporter.go:192 level=info msg="Starting node_exporter" version="(version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)" 2024-02-06T17:23:18.190 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.761Z 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-02-06T17:23:18.190 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.761Z 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-02-06T17:23:18.190 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.761Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-02-06T17:23:18.190 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.761Z 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-02-06T17:23:18.190 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.761Z 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-02-06T17:23:18.191 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-02-06T17:23:18.191 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=arp 2024-02-06T17:23:18.191 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=bcache 2024-02-06T17:23:18.191 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=bonding 2024-02-06T17:23:18.191 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=btrfs 2024-02-06T17:23:18.191 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=conntrack 2024-02-06T17:23:18.191 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=cpu 2024-02-06T17:23:18.191 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-02-06T17:23:18.191 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=diskstats 2024-02-06T17:23:18.191 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=dmi 2024-02-06T17:23:18.191 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=edac 2024-02-06T17:23:18.191 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=entropy 2024-02-06T17:23:18.191 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-02-06T17:23:18.191 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=filefd 2024-02-06T17:23:18.191 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=filesystem 2024-02-06T17:23:18.192 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=hwmon 2024-02-06T17:23:18.192 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=infiniband 2024-02-06T17:23:18.192 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=ipvs 2024-02-06T17:23:18.192 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=loadavg 2024-02-06T17:23:18.192 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=mdadm 2024-02-06T17:23:18.192 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=meminfo 2024-02-06T17:23:18.192 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=netclass 2024-02-06T17:23:18.192 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=netdev 2024-02-06T17:23:18.192 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=netstat 2024-02-06T17:23:18.192 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=nfs 2024-02-06T17:23:18.192 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=nfsd 2024-02-06T17:23:18.192 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=nvme 2024-02-06T17:23:18.192 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=os 2024-02-06T17:23:18.192 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-02-06T17:23:18.193 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=pressure 2024-02-06T17:23:18.193 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=rapl 2024-02-06T17:23:18.193 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=schedstat 2024-02-06T17:23:18.193 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=selinux 2024-02-06T17:23:18.193 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=sockstat 2024-02-06T17:23:18.193 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=softnet 2024-02-06T17:23:18.193 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=stat 2024-02-06T17:23:18.193 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=tapestats 2024-02-06T17:23:18.193 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=textfile 2024-02-06T17:23:18.193 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-02-06T17:23:18.193 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=time 2024-02-06T17:23:18.193 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-02-06T17:23:18.193 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=uname 2024-02-06T17:23:18.193 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=vmstat 2024-02-06T17:23:18.193 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.762Z caller=node_exporter.go:117 level=info collector=xfs 2024-02-06T17:23:18.194 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.763Z caller=node_exporter.go:117 level=info collector=zfs 2024-02-06T17:23:18.194 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.763Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9100 2024-02-06T17:23:18.194 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:23:17 smithi102 bash[45528]: ts=2024-02-06T17:23:17.763Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-02-06T17:23:19.144 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:18 smithi096 bash[38906]: cluster 2024-02-06T17:23:17.636706+0000 mgr.y (mgr.14140) 176 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:19.145 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:18 smithi096 bash[35573]: cluster 2024-02-06T17:23:17.636706+0000 mgr.y (mgr.14140) 176 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:19.145 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:18 smithi096 bash[47333]: Copying config sha256:72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e 2024-02-06T17:23:19.145 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:19 smithi096 bash[47333]: Writing manifest to image destination 2024-02-06T17:23:19.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:18 smithi102 bash[35648]: cluster 2024-02-06T17:23:17.636706+0000 mgr.y (mgr.14140) 176 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:21.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:20 smithi102 bash[35648]: cluster 2024-02-06T17:23:19.636991+0000 mgr.y (mgr.14140) 177 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:21.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[35573]: cluster 2024-02-06T17:23:19.636991+0000 mgr.y (mgr.14140) 177 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:21.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[38906]: cluster 2024-02-06T17:23:19.636991+0000 mgr.y (mgr.14140) 177 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:21.271 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.779Z caller=node_exporter.go:192 level=info msg="Starting node_exporter" version="(version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)" 2024-02-06T17:23:21.271 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.779Z 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-02-06T17:23:21.271 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.779Z 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-02-06T17:23:21.271 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.779Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-02-06T17:23:21.271 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z 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-02-06T17:23:21.271 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z 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-02-06T17:23:21.271 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-02-06T17:23:21.271 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=arp 2024-02-06T17:23:21.271 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=bcache 2024-02-06T17:23:21.271 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=bonding 2024-02-06T17:23:21.271 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=btrfs 2024-02-06T17:23:21.271 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=conntrack 2024-02-06T17:23:21.271 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=cpu 2024-02-06T17:23:21.272 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-02-06T17:23:21.272 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=diskstats 2024-02-06T17:23:21.272 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=dmi 2024-02-06T17:23:21.272 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=edac 2024-02-06T17:23:21.272 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=entropy 2024-02-06T17:23:21.272 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-02-06T17:23:21.272 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=filefd 2024-02-06T17:23:21.272 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=filesystem 2024-02-06T17:23:21.272 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=hwmon 2024-02-06T17:23:21.272 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=infiniband 2024-02-06T17:23:21.272 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=ipvs 2024-02-06T17:23:21.272 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=loadavg 2024-02-06T17:23:21.272 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=mdadm 2024-02-06T17:23:21.272 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=meminfo 2024-02-06T17:23:21.272 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=netclass 2024-02-06T17:23:21.273 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=netdev 2024-02-06T17:23:21.273 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=netstat 2024-02-06T17:23:21.273 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=nfs 2024-02-06T17:23:21.273 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=nfsd 2024-02-06T17:23:21.273 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=nvme 2024-02-06T17:23:21.273 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=os 2024-02-06T17:23:21.273 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-02-06T17:23:21.273 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=pressure 2024-02-06T17:23:21.273 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=rapl 2024-02-06T17:23:21.273 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=schedstat 2024-02-06T17:23:21.273 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=selinux 2024-02-06T17:23:21.273 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=sockstat 2024-02-06T17:23:21.273 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=softnet 2024-02-06T17:23:21.273 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=stat 2024-02-06T17:23:21.273 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=tapestats 2024-02-06T17:23:21.273 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=textfile 2024-02-06T17:23:21.273 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-02-06T17:23:21.274 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=time 2024-02-06T17:23:21.274 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-02-06T17:23:21.274 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=uname 2024-02-06T17:23:21.274 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=vmstat 2024-02-06T17:23:21.274 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=xfs 2024-02-06T17:23:21.274 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.780Z caller=node_exporter.go:117 level=info collector=zfs 2024-02-06T17:23:21.274 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.781Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9100 2024-02-06T17:23:21.274 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:23:20 smithi096 bash[47333]: ts=2024-02-06T17:23:20.781Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-02-06T17:23:21.888 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-06T17:23:21.888 INFO:teuthology.orchestra.run.smithi096.stdout:{"epoch":51,"fsid":"a15007fc-c513-11ee-95b6-87774f69a715","created":"2024-02-06T17:18:08.662607+0000","modified":"2024-02-06T17:22:44.054689+0000","last_up_change":"2024-02-06T17:22:43.045078+0000","last_in_change":"2024-02-06T17:22:43.045078+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-02-06T17:18:19.123729+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":"a15603f6-0f3d-4dc4-ba54-db2c04267409","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6802","nonce":4274280490},{"type":"v1","addr":"172.21.15.96:6803","nonce":4274280490}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6804","nonce":4274280490},{"type":"v1","addr":"172.21.15.96:6805","nonce":4274280490}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6808","nonce":4274280490},{"type":"v1","addr":"172.21.15.96:6809","nonce":4274280490}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6806","nonce":4274280490},{"type":"v1","addr":"172.21.15.96:6807","nonce":4274280490}]},"public_addr":"172.21.15.96:6803/4274280490","cluster_addr":"172.21.15.96:6805/4274280490","heartbeat_back_addr":"172.21.15.96:6809/4274280490","heartbeat_front_addr":"172.21.15.96:6807/4274280490","state":["exists","up"]},{"osd":1,"uuid":"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6810","nonce":390659622},{"type":"v1","addr":"172.21.15.96:6811","nonce":390659622}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6812","nonce":390659622},{"type":"v1","addr":"172.21.15.96:6813","nonce":390659622}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6816","nonce":390659622},{"type":"v1","addr":"172.21.15.96:6817","nonce":390659622}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6814","nonce":390659622},{"type":"v1","addr":"172.21.15.96:6815","nonce":390659622}]},"public_addr":"172.21.15.96:6811/390659622","cluster_addr":"172.21.15.96:6813/390659622","heartbeat_back_addr":"172.21.15.96:6817/390659622","heartbeat_front_addr":"172.21.15.96:6815/390659622","state":["exists","up"]},{"osd":2,"uuid":"a7f53024-9678-4ac4-9418-5c953ce0ffeb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6818","nonce":2499454038},{"type":"v1","addr":"172.21.15.96:6819","nonce":2499454038}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6820","nonce":2499454038},{"type":"v1","addr":"172.21.15.96:6821","nonce":2499454038}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6824","nonce":2499454038},{"type":"v1","addr":"172.21.15.96:6825","nonce":2499454038}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6822","nonce":2499454038},{"type":"v1","addr":"172.21.15.96:6823","nonce":2499454038}]},"public_addr":"172.21.15.96:6819/2499454038","cluster_addr":"172.21.15.96:6821/2499454038","heartbeat_back_addr":"172.21.15.96:6825/2499454038","heartbeat_front_addr":"172.21.15.96:6823/2499454038","state":["exists","up"]},{"osd":3,"uuid":"5232bb7e-9487-416f-879c-c4e18419cf70","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6826","nonce":1356832231},{"type":"v1","addr":"172.21.15.96:6827","nonce":1356832231}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6828","nonce":1356832231},{"type":"v1","addr":"172.21.15.96:6829","nonce":1356832231}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6832","nonce":1356832231},{"type":"v1","addr":"172.21.15.96:6833","nonce":1356832231}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:6830","nonce":1356832231},{"type":"v1","addr":"172.21.15.96:6831","nonce":1356832231}]},"public_addr":"172.21.15.96:6827/1356832231","cluster_addr":"172.21.15.96:6829/1356832231","heartbeat_back_addr":"172.21.15.96:6833/1356832231","heartbeat_front_addr":"172.21.15.96:6831/1356832231","state":["exists","up"]},{"osd":4,"uuid":"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6800","nonce":1985338064},{"type":"v1","addr":"172.21.15.102:6801","nonce":1985338064}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6802","nonce":1985338064},{"type":"v1","addr":"172.21.15.102:6803","nonce":1985338064}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6806","nonce":1985338064},{"type":"v1","addr":"172.21.15.102:6807","nonce":1985338064}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6804","nonce":1985338064},{"type":"v1","addr":"172.21.15.102:6805","nonce":1985338064}]},"public_addr":"172.21.15.102:6801/1985338064","cluster_addr":"172.21.15.102:6803/1985338064","heartbeat_back_addr":"172.21.15.102:6807/1985338064","heartbeat_front_addr":"172.21.15.102:6805/1985338064","state":["exists","up"]},{"osd":5,"uuid":"3112e270-067a-4df3-9210-e698a944961c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6808","nonce":3713478747},{"type":"v1","addr":"172.21.15.102:6809","nonce":3713478747}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6810","nonce":3713478747},{"type":"v1","addr":"172.21.15.102:6811","nonce":3713478747}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6814","nonce":3713478747},{"type":"v1","addr":"172.21.15.102:6815","nonce":3713478747}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6812","nonce":3713478747},{"type":"v1","addr":"172.21.15.102:6813","nonce":3713478747}]},"public_addr":"172.21.15.102:6809/3713478747","cluster_addr":"172.21.15.102:6811/3713478747","heartbeat_back_addr":"172.21.15.102:6815/3713478747","heartbeat_front_addr":"172.21.15.102:6813/3713478747","state":["exists","up"]},{"osd":6,"uuid":"86403e33-e2e3-4598-a133-cd0aeafc2cb3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":41,"last_clean_end":43,"up_from":46,"up_thru":46,"down_at":44,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6816","nonce":488390849},{"type":"v1","addr":"172.21.15.102:6817","nonce":488390849}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6818","nonce":488390849},{"type":"v1","addr":"172.21.15.102:6819","nonce":488390849}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6822","nonce":488390849},{"type":"v1","addr":"172.21.15.102:6823","nonce":488390849}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6820","nonce":488390849},{"type":"v1","addr":"172.21.15.102:6821","nonce":488390849}]},"public_addr":"172.21.15.102:6817/488390849","cluster_addr":"172.21.15.102:6819/488390849","heartbeat_back_addr":"172.21.15.102:6823/488390849","heartbeat_front_addr":"172.21.15.102:6821/488390849","state":["exists","up"]},{"osd":7,"uuid":"cc155e4e-5b06-4bd2-b4d5-1beb6421389d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":50,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6824","nonce":1017939942},{"type":"v1","addr":"172.21.15.102:6825","nonce":1017939942}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6826","nonce":1017939942},{"type":"v1","addr":"172.21.15.102:6827","nonce":1017939942}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6830","nonce":1017939942},{"type":"v1","addr":"172.21.15.102:6831","nonce":1017939942}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6828","nonce":1017939942},{"type":"v1","addr":"172.21.15.102:6829","nonce":1017939942}]},"public_addr":"172.21.15.102:6825/1017939942","cluster_addr":"172.21.15.102:6827/1017939942","heartbeat_back_addr":"172.21.15.102:6831/1017939942","heartbeat_front_addr":"172.21.15.102:6829/1017939942","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:20:28.870554+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:20:48.021988+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-02-06T17:21:08.602379+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:21:26.062529+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-02-06T17:21:41.745862+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:21:59.150294+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:22:20.287009+0000","dead_epoch":44},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-02-06T17:22:41.829802+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.96:0/2207579600":"2024-02-07T17:18:48.704498+0000","172.21.15.96:0/388086613":"2024-02-07T17:18:48.704498+0000","172.21.15.96:0/1586186581":"2024-02-07T17:18:48.704498+0000","172.21.15.96:6800/127230268":"2024-02-07T17:18:48.704498+0000","172.21.15.96:6801/127230268":"2024-02-07T17:18:48.704498+0000","172.21.15.96:0/1626889365":"2024-02-07T17:18:26.508866+0000","172.21.15.96:0/2342616468":"2024-02-07T17:18:26.508866+0000","172.21.15.96:6801/321475558":"2024-02-07T17:18:26.508866+0000","172.21.15.96:0/2305572604":"2024-02-07T17:18:26.508866+0000","172.21.15.96:6800/321475558":"2024-02-07T17:18:26.508866+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-02-06T17:23:23.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:22 smithi096 bash[35573]: cluster 2024-02-06T17:23:21.637251+0000 mgr.y (mgr.14140) 178 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:23.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:22 smithi096 bash[35573]: audit 2024-02-06T17:23:21.886830+0000 mon.a (mon.0) 515 : audit [DBG] from='client.? 172.21.15.96:0/4170634547' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-06T17:23:23.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:22 smithi096 bash[38906]: cluster 2024-02-06T17:23:21.637251+0000 mgr.y (mgr.14140) 178 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:23.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:22 smithi096 bash[38906]: audit 2024-02-06T17:23:21.886830+0000 mon.a (mon.0) 515 : audit [DBG] from='client.? 172.21.15.96:0/4170634547' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-06T17:23:23.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:22 smithi102 bash[35648]: cluster 2024-02-06T17:23:21.637251+0000 mgr.y (mgr.14140) 178 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:23.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:22 smithi102 bash[35648]: audit 2024-02-06T17:23:21.886830+0000 mon.a (mon.0) 515 : audit [DBG] from='client.? 172.21.15.96:0/4170634547' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-06T17:23:23.719 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-06T17:23:24.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:24 smithi102 bash[35648]: cluster 2024-02-06T17:23:23.637718+0000 mgr.y (mgr.14140) 179 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:25.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:24 smithi096 bash[35573]: cluster 2024-02-06T17:23:23.637718+0000 mgr.y (mgr.14140) 179 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:25.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:24 smithi096 bash[38906]: cluster 2024-02-06T17:23:23.637718+0000 mgr.y (mgr.14140) 179 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:27.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:26 smithi096 bash[35573]: cluster 2024-02-06T17:23:25.638162+0000 mgr.y (mgr.14140) 180 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:27.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:26 smithi096 bash[38906]: cluster 2024-02-06T17:23:25.638162+0000 mgr.y (mgr.14140) 180 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:27.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:26 smithi102 bash[35648]: cluster 2024-02-06T17:23:25.638162+0000 mgr.y (mgr.14140) 180 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:27.329 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:23:27 smithi096 systemd[1]: Starting Ceph alertmanager.a for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:23:27.701 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:23:27 smithi096 podman[48382]: Error: no container with ID or name "ceph-a15007fc-c513-11ee-95b6-87774f69a715-alertmanager.a" found: no such container 2024-02-06T17:23:27.701 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:23:27 smithi096 systemd[1]: Started Ceph alertmanager.a for a15007fc-c513-11ee-95b6-87774f69a715. 2024-02-06T17:23:28.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:27 smithi096 bash[35573]: audit 2024-02-06T17:23:27.389553+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440208\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440282\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440313\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440341\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440368\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440395\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440422\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:09.142221\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:23:28.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:27 smithi096 bash[35573]: audit 2024-02-06T17:23:27.392410+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440208\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440282\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440313\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440341\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440368\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440395\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440422\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:09.142221\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:23:28.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:27 smithi096 bash[35573]: audit 2024-02-06T17:23:27.464468+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQCY6A21FrdNe6KrcB8Amy98MA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjQwMjA2MTcyMzI3WhcN\nMzQwMjAzMTcyMzI3WjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAy0C7MPyBdc47jnPFrGK9\norbmCdSVaN9ez5B7U60r4aGoYUdZgZfosFqGHjR2blWE7teHzSqNSLp4OMoBd6Tk\ndwd+JFI5Ffy2VhUS14eTeTEmSztuK3Wh99rHVx2x1tLd52roFDjpSxCzCah4Ds55\nluBNwNv3UlKdXnGMtFiAJHE2rVFSePbWontGpS52d7yRwSs6BPlogO4lSSw4ngp2\ngtXCGEHn2v4GicWu9IfEysqtgje/E1xYVkSMVyN6MonfmTFl0Jj6Ltw0KGXhxObH\nVKGRo85WuTjLaAb1mdgVOXLjht8Y2FN93G+HahF/xKqrrpbweK2OJatFmRRoJQe+\npQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQBESgbv9dxBbhI2JC3ctLWiWPv62DVw\ngpeU3ZSNoBl2nMOS8QBFLBsCo1ZF7A3Guu6rn+cewXuhgS6Hu5K6MMXMSV4uGYVQ\nZyOb1bRnEnXDLmylHpAgfaFyzdrrClk5BmtwL5sJyy2FVo6lbUyev6XnLgKvlsI0\nwRkKsVfnvShOxE/62IwSe0zr6vpCi3URlYnKoo2LL8b2fkWoJbxm6HsPHFOQgsgA\ndQdaerfOjo6hfaIvvFkvkxRn17OLxY1/3WVBusJatOsV4fflB+393zjR0Ms1kXFT\n/bc1Du/KByIhqy7l3BjeHSeytm80U6zsf6hcadGDu0UjBWvVZc7lFeGl\n-----END CERTIFICATE-----\n"}]: dispatch 2024-02-06T17:23:28.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:27 smithi096 bash[35573]: audit 2024-02-06T17:23:27.470211+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQCY6A21FrdNe6KrcB8Amy98MA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjQwMjA2MTcyMzI3WhcN\nMzQwMjAzMTcyMzI3WjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAy0C7MPyBdc47jnPFrGK9\norbmCdSVaN9ez5B7U60r4aGoYUdZgZfosFqGHjR2blWE7teHzSqNSLp4OMoBd6Tk\ndwd+JFI5Ffy2VhUS14eTeTEmSztuK3Wh99rHVx2x1tLd52roFDjpSxCzCah4Ds55\nluBNwNv3UlKdXnGMtFiAJHE2rVFSePbWontGpS52d7yRwSs6BPlogO4lSSw4ngp2\ngtXCGEHn2v4GicWu9IfEysqtgje/E1xYVkSMVyN6MonfmTFl0Jj6Ltw0KGXhxObH\nVKGRo85WuTjLaAb1mdgVOXLjht8Y2FN93G+HahF/xKqrrpbweK2OJatFmRRoJQe+\npQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQBESgbv9dxBbhI2JC3ctLWiWPv62DVw\ngpeU3ZSNoBl2nMOS8QBFLBsCo1ZF7A3Guu6rn+cewXuhgS6Hu5K6MMXMSV4uGYVQ\nZyOb1bRnEnXDLmylHpAgfaFyzdrrClk5BmtwL5sJyy2FVo6lbUyev6XnLgKvlsI0\nwRkKsVfnvShOxE/62IwSe0zr6vpCi3URlYnKoo2LL8b2fkWoJbxm6HsPHFOQgsgA\ndQdaerfOjo6hfaIvvFkvkxRn17OLxY1/3WVBusJatOsV4fflB+393zjR0Ms1kXFT\n/bc1Du/KByIhqy7l3BjeHSeytm80U6zsf6hcadGDu0UjBWvVZc7lFeGl\n-----END CERTIFICATE-----\n"}]': finished 2024-02-06T17:23:28.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:27 smithi096 bash[35573]: audit 2024-02-06T17:23:27.470692+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDLQLsw/IF1zjuO\nc8WsYr2ituYJ1JVo317PkHtTrSvhoahhR1mBl+iwWoYeNHZuVYTu14fNKo1Iung4\nygF3pOR3B34kUjkV/LZWFRLXh5N5MSZLO24rdaH32sdXHbHW0t3naugUOOlLELMJ\nqHgOznmW4E3A2/dSUp1ecYy0WIAkcTatUVJ49taie0alLnZ3vJHBKzoE+WiA7iVJ\nLDieCnaC1cIYQefa/gaJxa70h8TKyq2CN78TXFhWRIxXI3oyid+ZMWXQmPou3DQo\nZeHE5sdUoZGjzla5OMtoBvWZ2BU5cuOG3xjYU33cb4dqEX/EqquulvB4rY4lq0WZ\nFGglB76lAgMBAAECggEAR4BjGc2KgXXmj6t8m7M0wRwUetrVIMqLoPtT11DxQfPL\nt0URYLye+AMwcUnFa/UbyaX6uRtCDpbCmj++Gmfgk1sIbiCawnhfcJMDSN0B7T10\nGj0y+YjtTLMjMytYF5mgxLtgH1USBP0/7qLccWEDdyc7UyBOtiAoCkRp2jvUAH1O\nYD0ZR411/Vmiqp06wHJy/zKNXT9zmw6RqvIyXnzq38tIbO6NrRmKcJmsfZ+IBbXH\nAYPONG3ngLaHGm8+vEFGbosFf/Ae/+vPRe8Im80mqTYSEYliLrXY+yFDKbI7iiOZ\nXneYAqAmYB3bk0qIR7em+8hTKBSgYHVu3VbK3eOFFQKBgQD2zxjUQAq/y6psck4t\n3Ms7gqTmdDsNCs9t66zO0oGP1UgALRiCITifSCg450yOnODOYn7eV1y9TkU1HLeg\nwg2XXJ0laPLKKRrvP3fWaMDKhMjp5GIX6wZZUBIF6ajDdTXGEM/kYLBpeFE+25EL\nimLAK4YSQRbJBXUlWJbQzow+BwKBgQDS0mafugTSmMWBBUu7WGJCKUbiOvUASCMJ\n6rfoBDHXto6ni2QV8rhzQg7XhKzuMLEW6BUtK78oz1Knu1Vfi+l1glnSjfvmLmLc\noASzjWK7VAp/Wy7dvtFeLGhNZ8tTif9Q+4GaWqd0Xr3OIntlOToQzho9ihqzhnVF\nKeuSpPiy8wKBgQCFNYnFJTuoARjep2MixcS7PewapikpBOin/0ep6VwccZUG41AT\nDDMvZRawf8aGQo3jVq36+1QGqLQZ0oIZtiL3yvjWNCq2ijELaEoZ4zgLFlgKRUXc\nevFWSy0vG8oGlMCNQo2ySa1tf476Si+i9vINnnAichcGMHflzEa6NIDlCQKBgH6J\nmt80H8DnwWP3ccU4/4EGlW0kRfmtUpqZL1kra182S9l0aNZjoSJM++uPztwIjcJZ\n+pvqLgqopcvXPR7kM3Q8kP04C4HVRbF2uluq+R/HCaX3bOHbrn7/2HrdWcUChyRs\nURX8Y5YNZ49aUwYmmxuLGWTmh7BJfAnPZ33VVxDRAoGAH2n4J7NaYdyC+biLGIj3\nNn+hqbKuzpuPvHOd8LKPBx1uqrr9ITDljl5S36BbG2JkyJbtXFv8wXbPzXin8fif\nRMb+XIzF1HXg1rIHBL+urXPK7p4IF6uOgJsrNVR9leiG3zAjLLEbA6LHrj7wezub\n9xaTM2pBd4+m74JYYqyuqBU=\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-02-06T17:23:28.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:27 smithi096 bash[35573]: audit 2024-02-06T17:23:27.475974+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDLQLsw/IF1zjuO\nc8WsYr2ituYJ1JVo317PkHtTrSvhoahhR1mBl+iwWoYeNHZuVYTu14fNKo1Iung4\nygF3pOR3B34kUjkV/LZWFRLXh5N5MSZLO24rdaH32sdXHbHW0t3naugUOOlLELMJ\nqHgOznmW4E3A2/dSUp1ecYy0WIAkcTatUVJ49taie0alLnZ3vJHBKzoE+WiA7iVJ\nLDieCnaC1cIYQefa/gaJxa70h8TKyq2CN78TXFhWRIxXI3oyid+ZMWXQmPou3DQo\nZeHE5sdUoZGjzla5OMtoBvWZ2BU5cuOG3xjYU33cb4dqEX/EqquulvB4rY4lq0WZ\nFGglB76lAgMBAAECggEAR4BjGc2KgXXmj6t8m7M0wRwUetrVIMqLoPtT11DxQfPL\nt0URYLye+AMwcUnFa/UbyaX6uRtCDpbCmj++Gmfgk1sIbiCawnhfcJMDSN0B7T10\nGj0y+YjtTLMjMytYF5mgxLtgH1USBP0/7qLccWEDdyc7UyBOtiAoCkRp2jvUAH1O\nYD0ZR411/Vmiqp06wHJy/zKNXT9zmw6RqvIyXnzq38tIbO6NrRmKcJmsfZ+IBbXH\nAYPONG3ngLaHGm8+vEFGbosFf/Ae/+vPRe8Im80mqTYSEYliLrXY+yFDKbI7iiOZ\nXneYAqAmYB3bk0qIR7em+8hTKBSgYHVu3VbK3eOFFQKBgQD2zxjUQAq/y6psck4t\n3Ms7gqTmdDsNCs9t66zO0oGP1UgALRiCITifSCg450yOnODOYn7eV1y9TkU1HLeg\nwg2XXJ0laPLKKRrvP3fWaMDKhMjp5GIX6wZZUBIF6ajDdTXGEM/kYLBpeFE+25EL\nimLAK4YSQRbJBXUlWJbQzow+BwKBgQDS0mafugTSmMWBBUu7WGJCKUbiOvUASCMJ\n6rfoBDHXto6ni2QV8rhzQg7XhKzuMLEW6BUtK78oz1Knu1Vfi+l1glnSjfvmLmLc\noASzjWK7VAp/Wy7dvtFeLGhNZ8tTif9Q+4GaWqd0Xr3OIntlOToQzho9ihqzhnVF\nKeuSpPiy8wKBgQCFNYnFJTuoARjep2MixcS7PewapikpBOin/0ep6VwccZUG41AT\nDDMvZRawf8aGQo3jVq36+1QGqLQZ0oIZtiL3yvjWNCq2ijELaEoZ4zgLFlgKRUXc\nevFWSy0vG8oGlMCNQo2ySa1tf476Si+i9vINnnAichcGMHflzEa6NIDlCQKBgH6J\nmt80H8DnwWP3ccU4/4EGlW0kRfmtUpqZL1kra182S9l0aNZjoSJM++uPztwIjcJZ\n+pvqLgqopcvXPR7kM3Q8kP04C4HVRbF2uluq+R/HCaX3bOHbrn7/2HrdWcUChyRs\nURX8Y5YNZ49aUwYmmxuLGWTmh7BJfAnPZ33VVxDRAoGAH2n4J7NaYdyC+biLGIj3\nNn+hqbKuzpuPvHOd8LKPBx1uqrr9ITDljl5S36BbG2JkyJbtXFv8wXbPzXin8fif\nRMb+XIzF1HXg1rIHBL+urXPK7p4IF6uOgJsrNVR9leiG3zAjLLEbA6LHrj7wezub\n9xaTM2pBd4+m74JYYqyuqBU=\n-----END PRIVATE KEY-----\n"}]': finished 2024-02-06T17:23:28.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:27 smithi096 bash[38906]: audit 2024-02-06T17:23:27.389553+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440208\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440282\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440313\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440341\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440368\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440395\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440422\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:09.142221\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:23:28.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:27 smithi096 bash[38906]: audit 2024-02-06T17:23:27.392410+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440208\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440282\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440313\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440341\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440368\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440395\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440422\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:09.142221\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:23:28.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:27 smithi096 bash[38906]: audit 2024-02-06T17:23:27.464468+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQCY6A21FrdNe6KrcB8Amy98MA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjQwMjA2MTcyMzI3WhcN\nMzQwMjAzMTcyMzI3WjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAy0C7MPyBdc47jnPFrGK9\norbmCdSVaN9ez5B7U60r4aGoYUdZgZfosFqGHjR2blWE7teHzSqNSLp4OMoBd6Tk\ndwd+JFI5Ffy2VhUS14eTeTEmSztuK3Wh99rHVx2x1tLd52roFDjpSxCzCah4Ds55\nluBNwNv3UlKdXnGMtFiAJHE2rVFSePbWontGpS52d7yRwSs6BPlogO4lSSw4ngp2\ngtXCGEHn2v4GicWu9IfEysqtgje/E1xYVkSMVyN6MonfmTFl0Jj6Ltw0KGXhxObH\nVKGRo85WuTjLaAb1mdgVOXLjht8Y2FN93G+HahF/xKqrrpbweK2OJatFmRRoJQe+\npQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQBESgbv9dxBbhI2JC3ctLWiWPv62DVw\ngpeU3ZSNoBl2nMOS8QBFLBsCo1ZF7A3Guu6rn+cewXuhgS6Hu5K6MMXMSV4uGYVQ\nZyOb1bRnEnXDLmylHpAgfaFyzdrrClk5BmtwL5sJyy2FVo6lbUyev6XnLgKvlsI0\nwRkKsVfnvShOxE/62IwSe0zr6vpCi3URlYnKoo2LL8b2fkWoJbxm6HsPHFOQgsgA\ndQdaerfOjo6hfaIvvFkvkxRn17OLxY1/3WVBusJatOsV4fflB+393zjR0Ms1kXFT\n/bc1Du/KByIhqy7l3BjeHSeytm80U6zsf6hcadGDu0UjBWvVZc7lFeGl\n-----END CERTIFICATE-----\n"}]: dispatch 2024-02-06T17:23:28.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:27 smithi096 bash[38906]: audit 2024-02-06T17:23:27.470211+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQCY6A21FrdNe6KrcB8Amy98MA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjQwMjA2MTcyMzI3WhcN\nMzQwMjAzMTcyMzI3WjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAy0C7MPyBdc47jnPFrGK9\norbmCdSVaN9ez5B7U60r4aGoYUdZgZfosFqGHjR2blWE7teHzSqNSLp4OMoBd6Tk\ndwd+JFI5Ffy2VhUS14eTeTEmSztuK3Wh99rHVx2x1tLd52roFDjpSxCzCah4Ds55\nluBNwNv3UlKdXnGMtFiAJHE2rVFSePbWontGpS52d7yRwSs6BPlogO4lSSw4ngp2\ngtXCGEHn2v4GicWu9IfEysqtgje/E1xYVkSMVyN6MonfmTFl0Jj6Ltw0KGXhxObH\nVKGRo85WuTjLaAb1mdgVOXLjht8Y2FN93G+HahF/xKqrrpbweK2OJatFmRRoJQe+\npQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQBESgbv9dxBbhI2JC3ctLWiWPv62DVw\ngpeU3ZSNoBl2nMOS8QBFLBsCo1ZF7A3Guu6rn+cewXuhgS6Hu5K6MMXMSV4uGYVQ\nZyOb1bRnEnXDLmylHpAgfaFyzdrrClk5BmtwL5sJyy2FVo6lbUyev6XnLgKvlsI0\nwRkKsVfnvShOxE/62IwSe0zr6vpCi3URlYnKoo2LL8b2fkWoJbxm6HsPHFOQgsgA\ndQdaerfOjo6hfaIvvFkvkxRn17OLxY1/3WVBusJatOsV4fflB+393zjR0Ms1kXFT\n/bc1Du/KByIhqy7l3BjeHSeytm80U6zsf6hcadGDu0UjBWvVZc7lFeGl\n-----END CERTIFICATE-----\n"}]': finished 2024-02-06T17:23:28.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:27 smithi096 bash[38906]: audit 2024-02-06T17:23:27.470692+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDLQLsw/IF1zjuO\nc8WsYr2ituYJ1JVo317PkHtTrSvhoahhR1mBl+iwWoYeNHZuVYTu14fNKo1Iung4\nygF3pOR3B34kUjkV/LZWFRLXh5N5MSZLO24rdaH32sdXHbHW0t3naugUOOlLELMJ\nqHgOznmW4E3A2/dSUp1ecYy0WIAkcTatUVJ49taie0alLnZ3vJHBKzoE+WiA7iVJ\nLDieCnaC1cIYQefa/gaJxa70h8TKyq2CN78TXFhWRIxXI3oyid+ZMWXQmPou3DQo\nZeHE5sdUoZGjzla5OMtoBvWZ2BU5cuOG3xjYU33cb4dqEX/EqquulvB4rY4lq0WZ\nFGglB76lAgMBAAECggEAR4BjGc2KgXXmj6t8m7M0wRwUetrVIMqLoPtT11DxQfPL\nt0URYLye+AMwcUnFa/UbyaX6uRtCDpbCmj++Gmfgk1sIbiCawnhfcJMDSN0B7T10\nGj0y+YjtTLMjMytYF5mgxLtgH1USBP0/7qLccWEDdyc7UyBOtiAoCkRp2jvUAH1O\nYD0ZR411/Vmiqp06wHJy/zKNXT9zmw6RqvIyXnzq38tIbO6NrRmKcJmsfZ+IBbXH\nAYPONG3ngLaHGm8+vEFGbosFf/Ae/+vPRe8Im80mqTYSEYliLrXY+yFDKbI7iiOZ\nXneYAqAmYB3bk0qIR7em+8hTKBSgYHVu3VbK3eOFFQKBgQD2zxjUQAq/y6psck4t\n3Ms7gqTmdDsNCs9t66zO0oGP1UgALRiCITifSCg450yOnODOYn7eV1y9TkU1HLeg\nwg2XXJ0laPLKKRrvP3fWaMDKhMjp5GIX6wZZUBIF6ajDdTXGEM/kYLBpeFE+25EL\nimLAK4YSQRbJBXUlWJbQzow+BwKBgQDS0mafugTSmMWBBUu7WGJCKUbiOvUASCMJ\n6rfoBDHXto6ni2QV8rhzQg7XhKzuMLEW6BUtK78oz1Knu1Vfi+l1glnSjfvmLmLc\noASzjWK7VAp/Wy7dvtFeLGhNZ8tTif9Q+4GaWqd0Xr3OIntlOToQzho9ihqzhnVF\nKeuSpPiy8wKBgQCFNYnFJTuoARjep2MixcS7PewapikpBOin/0ep6VwccZUG41AT\nDDMvZRawf8aGQo3jVq36+1QGqLQZ0oIZtiL3yvjWNCq2ijELaEoZ4zgLFlgKRUXc\nevFWSy0vG8oGlMCNQo2ySa1tf476Si+i9vINnnAichcGMHflzEa6NIDlCQKBgH6J\nmt80H8DnwWP3ccU4/4EGlW0kRfmtUpqZL1kra182S9l0aNZjoSJM++uPztwIjcJZ\n+pvqLgqopcvXPR7kM3Q8kP04C4HVRbF2uluq+R/HCaX3bOHbrn7/2HrdWcUChyRs\nURX8Y5YNZ49aUwYmmxuLGWTmh7BJfAnPZ33VVxDRAoGAH2n4J7NaYdyC+biLGIj3\nNn+hqbKuzpuPvHOd8LKPBx1uqrr9ITDljl5S36BbG2JkyJbtXFv8wXbPzXin8fif\nRMb+XIzF1HXg1rIHBL+urXPK7p4IF6uOgJsrNVR9leiG3zAjLLEbA6LHrj7wezub\n9xaTM2pBd4+m74JYYqyuqBU=\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-02-06T17:23:28.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:27 smithi096 bash[38906]: audit 2024-02-06T17:23:27.475974+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDLQLsw/IF1zjuO\nc8WsYr2ituYJ1JVo317PkHtTrSvhoahhR1mBl+iwWoYeNHZuVYTu14fNKo1Iung4\nygF3pOR3B34kUjkV/LZWFRLXh5N5MSZLO24rdaH32sdXHbHW0t3naugUOOlLELMJ\nqHgOznmW4E3A2/dSUp1ecYy0WIAkcTatUVJ49taie0alLnZ3vJHBKzoE+WiA7iVJ\nLDieCnaC1cIYQefa/gaJxa70h8TKyq2CN78TXFhWRIxXI3oyid+ZMWXQmPou3DQo\nZeHE5sdUoZGjzla5OMtoBvWZ2BU5cuOG3xjYU33cb4dqEX/EqquulvB4rY4lq0WZ\nFGglB76lAgMBAAECggEAR4BjGc2KgXXmj6t8m7M0wRwUetrVIMqLoPtT11DxQfPL\nt0URYLye+AMwcUnFa/UbyaX6uRtCDpbCmj++Gmfgk1sIbiCawnhfcJMDSN0B7T10\nGj0y+YjtTLMjMytYF5mgxLtgH1USBP0/7qLccWEDdyc7UyBOtiAoCkRp2jvUAH1O\nYD0ZR411/Vmiqp06wHJy/zKNXT9zmw6RqvIyXnzq38tIbO6NrRmKcJmsfZ+IBbXH\nAYPONG3ngLaHGm8+vEFGbosFf/Ae/+vPRe8Im80mqTYSEYliLrXY+yFDKbI7iiOZ\nXneYAqAmYB3bk0qIR7em+8hTKBSgYHVu3VbK3eOFFQKBgQD2zxjUQAq/y6psck4t\n3Ms7gqTmdDsNCs9t66zO0oGP1UgALRiCITifSCg450yOnODOYn7eV1y9TkU1HLeg\nwg2XXJ0laPLKKRrvP3fWaMDKhMjp5GIX6wZZUBIF6ajDdTXGEM/kYLBpeFE+25EL\nimLAK4YSQRbJBXUlWJbQzow+BwKBgQDS0mafugTSmMWBBUu7WGJCKUbiOvUASCMJ\n6rfoBDHXto6ni2QV8rhzQg7XhKzuMLEW6BUtK78oz1Knu1Vfi+l1glnSjfvmLmLc\noASzjWK7VAp/Wy7dvtFeLGhNZ8tTif9Q+4GaWqd0Xr3OIntlOToQzho9ihqzhnVF\nKeuSpPiy8wKBgQCFNYnFJTuoARjep2MixcS7PewapikpBOin/0ep6VwccZUG41AT\nDDMvZRawf8aGQo3jVq36+1QGqLQZ0oIZtiL3yvjWNCq2ijELaEoZ4zgLFlgKRUXc\nevFWSy0vG8oGlMCNQo2ySa1tf476Si+i9vINnnAichcGMHflzEa6NIDlCQKBgH6J\nmt80H8DnwWP3ccU4/4EGlW0kRfmtUpqZL1kra182S9l0aNZjoSJM++uPztwIjcJZ\n+pvqLgqopcvXPR7kM3Q8kP04C4HVRbF2uluq+R/HCaX3bOHbrn7/2HrdWcUChyRs\nURX8Y5YNZ49aUwYmmxuLGWTmh7BJfAnPZ33VVxDRAoGAH2n4J7NaYdyC+biLGIj3\nNn+hqbKuzpuPvHOd8LKPBx1uqrr9ITDljl5S36BbG2JkyJbtXFv8wXbPzXin8fif\nRMb+XIzF1HXg1rIHBL+urXPK7p4IF6uOgJsrNVR9leiG3zAjLLEbA6LHrj7wezub\n9xaTM2pBd4+m74JYYqyuqBU=\n-----END PRIVATE KEY-----\n"}]': finished 2024-02-06T17:23:28.057 INFO:teuthology.orchestra.run.smithi096.stdout:42949672999 2024-02-06T17:23:28.057 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-06T17:23:28.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:27 smithi102 bash[35648]: audit 2024-02-06T17:23:27.389553+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440208\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440282\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440313\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440341\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440368\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440395\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440422\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:09.142221\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:23:28.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:27 smithi102 bash[35648]: audit 2024-02-06T17:23:27.392410+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440208\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440282\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440313\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440341\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:21:24.440368\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440395\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:21:24.440422\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:09.142221\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:23:28.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:27 smithi102 bash[35648]: audit 2024-02-06T17:23:27.464468+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQCY6A21FrdNe6KrcB8Amy98MA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjQwMjA2MTcyMzI3WhcN\nMzQwMjAzMTcyMzI3WjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAy0C7MPyBdc47jnPFrGK9\norbmCdSVaN9ez5B7U60r4aGoYUdZgZfosFqGHjR2blWE7teHzSqNSLp4OMoBd6Tk\ndwd+JFI5Ffy2VhUS14eTeTEmSztuK3Wh99rHVx2x1tLd52roFDjpSxCzCah4Ds55\nluBNwNv3UlKdXnGMtFiAJHE2rVFSePbWontGpS52d7yRwSs6BPlogO4lSSw4ngp2\ngtXCGEHn2v4GicWu9IfEysqtgje/E1xYVkSMVyN6MonfmTFl0Jj6Ltw0KGXhxObH\nVKGRo85WuTjLaAb1mdgVOXLjht8Y2FN93G+HahF/xKqrrpbweK2OJatFmRRoJQe+\npQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQBESgbv9dxBbhI2JC3ctLWiWPv62DVw\ngpeU3ZSNoBl2nMOS8QBFLBsCo1ZF7A3Guu6rn+cewXuhgS6Hu5K6MMXMSV4uGYVQ\nZyOb1bRnEnXDLmylHpAgfaFyzdrrClk5BmtwL5sJyy2FVo6lbUyev6XnLgKvlsI0\nwRkKsVfnvShOxE/62IwSe0zr6vpCi3URlYnKoo2LL8b2fkWoJbxm6HsPHFOQgsgA\ndQdaerfOjo6hfaIvvFkvkxRn17OLxY1/3WVBusJatOsV4fflB+393zjR0Ms1kXFT\n/bc1Du/KByIhqy7l3BjeHSeytm80U6zsf6hcadGDu0UjBWvVZc7lFeGl\n-----END CERTIFICATE-----\n"}]: dispatch 2024-02-06T17:23:28.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:27 smithi102 bash[35648]: audit 2024-02-06T17:23:27.470211+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQCY6A21FrdNe6KrcB8Amy98MA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjQwMjA2MTcyMzI3WhcN\nMzQwMjAzMTcyMzI3WjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAy0C7MPyBdc47jnPFrGK9\norbmCdSVaN9ez5B7U60r4aGoYUdZgZfosFqGHjR2blWE7teHzSqNSLp4OMoBd6Tk\ndwd+JFI5Ffy2VhUS14eTeTEmSztuK3Wh99rHVx2x1tLd52roFDjpSxCzCah4Ds55\nluBNwNv3UlKdXnGMtFiAJHE2rVFSePbWontGpS52d7yRwSs6BPlogO4lSSw4ngp2\ngtXCGEHn2v4GicWu9IfEysqtgje/E1xYVkSMVyN6MonfmTFl0Jj6Ltw0KGXhxObH\nVKGRo85WuTjLaAb1mdgVOXLjht8Y2FN93G+HahF/xKqrrpbweK2OJatFmRRoJQe+\npQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQBESgbv9dxBbhI2JC3ctLWiWPv62DVw\ngpeU3ZSNoBl2nMOS8QBFLBsCo1ZF7A3Guu6rn+cewXuhgS6Hu5K6MMXMSV4uGYVQ\nZyOb1bRnEnXDLmylHpAgfaFyzdrrClk5BmtwL5sJyy2FVo6lbUyev6XnLgKvlsI0\nwRkKsVfnvShOxE/62IwSe0zr6vpCi3URlYnKoo2LL8b2fkWoJbxm6HsPHFOQgsgA\ndQdaerfOjo6hfaIvvFkvkxRn17OLxY1/3WVBusJatOsV4fflB+393zjR0Ms1kXFT\n/bc1Du/KByIhqy7l3BjeHSeytm80U6zsf6hcadGDu0UjBWvVZc7lFeGl\n-----END CERTIFICATE-----\n"}]': finished 2024-02-06T17:23:28.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:27 smithi102 bash[35648]: audit 2024-02-06T17:23:27.470692+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDLQLsw/IF1zjuO\nc8WsYr2ituYJ1JVo317PkHtTrSvhoahhR1mBl+iwWoYeNHZuVYTu14fNKo1Iung4\nygF3pOR3B34kUjkV/LZWFRLXh5N5MSZLO24rdaH32sdXHbHW0t3naugUOOlLELMJ\nqHgOznmW4E3A2/dSUp1ecYy0WIAkcTatUVJ49taie0alLnZ3vJHBKzoE+WiA7iVJ\nLDieCnaC1cIYQefa/gaJxa70h8TKyq2CN78TXFhWRIxXI3oyid+ZMWXQmPou3DQo\nZeHE5sdUoZGjzla5OMtoBvWZ2BU5cuOG3xjYU33cb4dqEX/EqquulvB4rY4lq0WZ\nFGglB76lAgMBAAECggEAR4BjGc2KgXXmj6t8m7M0wRwUetrVIMqLoPtT11DxQfPL\nt0URYLye+AMwcUnFa/UbyaX6uRtCDpbCmj++Gmfgk1sIbiCawnhfcJMDSN0B7T10\nGj0y+YjtTLMjMytYF5mgxLtgH1USBP0/7qLccWEDdyc7UyBOtiAoCkRp2jvUAH1O\nYD0ZR411/Vmiqp06wHJy/zKNXT9zmw6RqvIyXnzq38tIbO6NrRmKcJmsfZ+IBbXH\nAYPONG3ngLaHGm8+vEFGbosFf/Ae/+vPRe8Im80mqTYSEYliLrXY+yFDKbI7iiOZ\nXneYAqAmYB3bk0qIR7em+8hTKBSgYHVu3VbK3eOFFQKBgQD2zxjUQAq/y6psck4t\n3Ms7gqTmdDsNCs9t66zO0oGP1UgALRiCITifSCg450yOnODOYn7eV1y9TkU1HLeg\nwg2XXJ0laPLKKRrvP3fWaMDKhMjp5GIX6wZZUBIF6ajDdTXGEM/kYLBpeFE+25EL\nimLAK4YSQRbJBXUlWJbQzow+BwKBgQDS0mafugTSmMWBBUu7WGJCKUbiOvUASCMJ\n6rfoBDHXto6ni2QV8rhzQg7XhKzuMLEW6BUtK78oz1Knu1Vfi+l1glnSjfvmLmLc\noASzjWK7VAp/Wy7dvtFeLGhNZ8tTif9Q+4GaWqd0Xr3OIntlOToQzho9ihqzhnVF\nKeuSpPiy8wKBgQCFNYnFJTuoARjep2MixcS7PewapikpBOin/0ep6VwccZUG41AT\nDDMvZRawf8aGQo3jVq36+1QGqLQZ0oIZtiL3yvjWNCq2ijELaEoZ4zgLFlgKRUXc\nevFWSy0vG8oGlMCNQo2ySa1tf476Si+i9vINnnAichcGMHflzEa6NIDlCQKBgH6J\nmt80H8DnwWP3ccU4/4EGlW0kRfmtUpqZL1kra182S9l0aNZjoSJM++uPztwIjcJZ\n+pvqLgqopcvXPR7kM3Q8kP04C4HVRbF2uluq+R/HCaX3bOHbrn7/2HrdWcUChyRs\nURX8Y5YNZ49aUwYmmxuLGWTmh7BJfAnPZ33VVxDRAoGAH2n4J7NaYdyC+biLGIj3\nNn+hqbKuzpuPvHOd8LKPBx1uqrr9ITDljl5S36BbG2JkyJbtXFv8wXbPzXin8fif\nRMb+XIzF1HXg1rIHBL+urXPK7p4IF6uOgJsrNVR9leiG3zAjLLEbA6LHrj7wezub\n9xaTM2pBd4+m74JYYqyuqBU=\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-02-06T17:23:28.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:27 smithi102 bash[35648]: audit 2024-02-06T17:23:27.475974+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDLQLsw/IF1zjuO\nc8WsYr2ituYJ1JVo317PkHtTrSvhoahhR1mBl+iwWoYeNHZuVYTu14fNKo1Iung4\nygF3pOR3B34kUjkV/LZWFRLXh5N5MSZLO24rdaH32sdXHbHW0t3naugUOOlLELMJ\nqHgOznmW4E3A2/dSUp1ecYy0WIAkcTatUVJ49taie0alLnZ3vJHBKzoE+WiA7iVJ\nLDieCnaC1cIYQefa/gaJxa70h8TKyq2CN78TXFhWRIxXI3oyid+ZMWXQmPou3DQo\nZeHE5sdUoZGjzla5OMtoBvWZ2BU5cuOG3xjYU33cb4dqEX/EqquulvB4rY4lq0WZ\nFGglB76lAgMBAAECggEAR4BjGc2KgXXmj6t8m7M0wRwUetrVIMqLoPtT11DxQfPL\nt0URYLye+AMwcUnFa/UbyaX6uRtCDpbCmj++Gmfgk1sIbiCawnhfcJMDSN0B7T10\nGj0y+YjtTLMjMytYF5mgxLtgH1USBP0/7qLccWEDdyc7UyBOtiAoCkRp2jvUAH1O\nYD0ZR411/Vmiqp06wHJy/zKNXT9zmw6RqvIyXnzq38tIbO6NrRmKcJmsfZ+IBbXH\nAYPONG3ngLaHGm8+vEFGbosFf/Ae/+vPRe8Im80mqTYSEYliLrXY+yFDKbI7iiOZ\nXneYAqAmYB3bk0qIR7em+8hTKBSgYHVu3VbK3eOFFQKBgQD2zxjUQAq/y6psck4t\n3Ms7gqTmdDsNCs9t66zO0oGP1UgALRiCITifSCg450yOnODOYn7eV1y9TkU1HLeg\nwg2XXJ0laPLKKRrvP3fWaMDKhMjp5GIX6wZZUBIF6ajDdTXGEM/kYLBpeFE+25EL\nimLAK4YSQRbJBXUlWJbQzow+BwKBgQDS0mafugTSmMWBBUu7WGJCKUbiOvUASCMJ\n6rfoBDHXto6ni2QV8rhzQg7XhKzuMLEW6BUtK78oz1Knu1Vfi+l1glnSjfvmLmLc\noASzjWK7VAp/Wy7dvtFeLGhNZ8tTif9Q+4GaWqd0Xr3OIntlOToQzho9ihqzhnVF\nKeuSpPiy8wKBgQCFNYnFJTuoARjep2MixcS7PewapikpBOin/0ep6VwccZUG41AT\nDDMvZRawf8aGQo3jVq36+1QGqLQZ0oIZtiL3yvjWNCq2ijELaEoZ4zgLFlgKRUXc\nevFWSy0vG8oGlMCNQo2ySa1tf476Si+i9vINnnAichcGMHflzEa6NIDlCQKBgH6J\nmt80H8DnwWP3ccU4/4EGlW0kRfmtUpqZL1kra182S9l0aNZjoSJM++uPztwIjcJZ\n+pvqLgqopcvXPR7kM3Q8kP04C4HVRbF2uluq+R/HCaX3bOHbrn7/2HrdWcUChyRs\nURX8Y5YNZ49aUwYmmxuLGWTmh7BJfAnPZ33VVxDRAoGAH2n4J7NaYdyC+biLGIj3\nNn+hqbKuzpuPvHOd8LKPBx1uqrr9ITDljl5S36BbG2JkyJbtXFv8wXbPzXin8fif\nRMb+XIzF1HXg1rIHBL+urXPK7p4IF6uOgJsrNVR9leiG3zAjLLEbA6LHrj7wezub\n9xaTM2pBd4+m74JYYqyuqBU=\n-----END PRIVATE KEY-----\n"}]': finished 2024-02-06T17:23:28.884 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:28 smithi096 bash[35573]: cephadm 2024-02-06T17:23:27.476472+0000 mgr.y (mgr.14140) 181 : cephadm [INF] Deploying daemon grafana.a on smithi102 2024-02-06T17:23:28.884 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:28 smithi096 bash[35573]: cluster 2024-02-06T17:23:27.638671+0000 mgr.y (mgr.14140) 182 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:28.885 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:28 smithi096 bash[38906]: cephadm 2024-02-06T17:23:27.476472+0000 mgr.y (mgr.14140) 181 : cephadm [INF] Deploying daemon grafana.a on smithi102 2024-02-06T17:23:28.885 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:28 smithi096 bash[38906]: cluster 2024-02-06T17:23:27.638671+0000 mgr.y (mgr.14140) 182 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:28.885 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:23:28 smithi096 bash[48400]: ts=2024-02-06T17:23:28.644Z caller=main.go:245 level=info msg="Starting Alertmanager" version="(version=0.26.0, branch=HEAD, revision=d7b4f0c7322e7151d6e3b1e31cbc15361e295d8d)" 2024-02-06T17:23:28.885 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:23:28 smithi096 bash[48400]: ts=2024-02-06T17:23:28.644Z 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-02-06T17:23:28.885 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:23:28 smithi096 bash[48400]: ts=2024-02-06T17:23:28.644Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.96 port=9094 2024-02-06T17:23:28.885 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:23:28 smithi096 bash[48400]: ts=2024-02-06T17:23:28.646Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-02-06T17:23:28.885 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:23:28 smithi096 bash[48400]: ts=2024-02-06T17:23:28.668Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-02-06T17:23:28.885 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:23:28 smithi096 bash[48400]: ts=2024-02-06T17:23:28.669Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-02-06T17:23:28.885 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:23:28 smithi096 bash[48400]: ts=2024-02-06T17:23:28.671Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9093 2024-02-06T17:23:28.885 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:23:28 smithi096 bash[48400]: ts=2024-02-06T17:23:28.671Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-02-06T17:23:29.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:28 smithi102 bash[35648]: cephadm 2024-02-06T17:23:27.476472+0000 mgr.y (mgr.14140) 181 : cephadm [INF] Deploying daemon grafana.a on smithi102 2024-02-06T17:23:29.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:28 smithi102 bash[35648]: cluster 2024-02-06T17:23:27.638671+0000 mgr.y (mgr.14140) 182 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:30.804 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:30 smithi096 bash[38906]: cluster 2024-02-06T17:23:29.639186+0000 mgr.y (mgr.14140) 183 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:30.805 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:23:30 smithi096 bash[48400]: ts=2024-02-06T17:23:30.646Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.00036588s 2024-02-06T17:23:30.805 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:30 smithi096 bash[35573]: cluster 2024-02-06T17:23:29.639186+0000 mgr.y (mgr.14140) 183 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:30.930 INFO:teuthology.orchestra.run.smithi096.stdout:68719476771 2024-02-06T17:23:30.931 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-06T17:23:31.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:30 smithi102 bash[35648]: cluster 2024-02-06T17:23:29.639186+0000 mgr.y (mgr.14140) 183 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:32.838 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:32 smithi096 bash[35573]: cluster 2024-02-06T17:23:31.639640+0000 mgr.y (mgr.14140) 184 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:32.839 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:32 smithi096 bash[38906]: cluster 2024-02-06T17:23:31.639640+0000 mgr.y (mgr.14140) 184 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:33.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:32 smithi102 bash[35648]: cluster 2024-02-06T17:23:31.639640+0000 mgr.y (mgr.14140) 184 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:33.519 INFO:teuthology.orchestra.run.smithi096.stdout:90194313248 2024-02-06T17:23:33.520 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-06T17:23:34.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:34 smithi102 bash[35648]: cluster 2024-02-06T17:23:33.640016+0000 mgr.y (mgr.14140) 185 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:34.998 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:34 smithi096 bash[35573]: cluster 2024-02-06T17:23:33.640016+0000 mgr.y (mgr.14140) 185 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:34.998 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:34 smithi096 bash[38906]: cluster 2024-02-06T17:23:33.640016+0000 mgr.y (mgr.14140) 185 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:36.216 INFO:teuthology.orchestra.run.smithi096.stdout:111669149725 2024-02-06T17:23:36.217 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-06T17:23:36.891 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:36 smithi096 bash[38906]: cluster 2024-02-06T17:23:35.640349+0000 mgr.y (mgr.14140) 186 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:36.891 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:36 smithi096 bash[35573]: cluster 2024-02-06T17:23:35.640349+0000 mgr.y (mgr.14140) 186 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:37.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:36 smithi102 bash[35648]: cluster 2024-02-06T17:23:35.640349+0000 mgr.y (mgr.14140) 186 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:38.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:38 smithi096 bash[35573]: cluster 2024-02-06T17:23:37.640690+0000 mgr.y (mgr.14140) 187 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:38.770 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:23:38 smithi096 bash[48400]: ts=2024-02-06T17:23:38.649Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.003178773s 2024-02-06T17:23:38.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:38 smithi096 bash[38906]: cluster 2024-02-06T17:23:37.640690+0000 mgr.y (mgr.14140) 187 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:38.962 INFO:teuthology.orchestra.run.smithi096.stdout:133143986202 2024-02-06T17:23:38.963 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-06T17:23:39.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:38 smithi102 bash[35648]: cluster 2024-02-06T17:23:37.640690+0000 mgr.y (mgr.14140) 187 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:40.826 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:40 smithi096 bash[35573]: cluster 2024-02-06T17:23:39.641105+0000 mgr.y (mgr.14140) 188 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:40.827 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:40 smithi096 bash[38906]: cluster 2024-02-06T17:23:39.641105+0000 mgr.y (mgr.14140) 188 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:41.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:40 smithi102 bash[35648]: cluster 2024-02-06T17:23:39.641105+0000 mgr.y (mgr.14140) 188 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:41.850 INFO:teuthology.orchestra.run.smithi096.stdout:154618822679 2024-02-06T17:23:41.850 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-06T17:23:43.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:42 smithi096 bash[35573]: cluster 2024-02-06T17:23:41.641383+0000 mgr.y (mgr.14140) 189 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:43.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:42 smithi096 bash[38906]: cluster 2024-02-06T17:23:41.641383+0000 mgr.y (mgr.14140) 189 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:43.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:42 smithi102 bash[35648]: cluster 2024-02-06T17:23:41.641383+0000 mgr.y (mgr.14140) 189 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:44.823 INFO:teuthology.orchestra.run.smithi096.stdout:197568495631 2024-02-06T17:23:44.823 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-06T17:23:44.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:44 smithi102 bash[35648]: cluster 2024-02-06T17:23:43.641646+0000 mgr.y (mgr.14140) 190 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:45.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:44 smithi096 bash[35573]: cluster 2024-02-06T17:23:43.641646+0000 mgr.y (mgr.14140) 190 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:45.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:44 smithi096 bash[38906]: cluster 2024-02-06T17:23:43.641646+0000 mgr.y (mgr.14140) 190 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:46.928 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:46 smithi096 bash[35573]: cluster 2024-02-06T17:23:45.641963+0000 mgr.y (mgr.14140) 191 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:46.928 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:46 smithi096 bash[38906]: cluster 2024-02-06T17:23:45.641963+0000 mgr.y (mgr.14140) 191 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:47.051 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:46 smithi102 bash[35648]: cluster 2024-02-06T17:23:45.641963+0000 mgr.y (mgr.14140) 191 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:47.684 INFO:teuthology.orchestra.run.smithi096.stdout:214748364815 2024-02-06T17:23:47.685 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-06T17:23:48.611 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:48 smithi102 systemd[1]: Starting Ceph grafana.a for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:23:48.939 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:48 smithi102 podman[45805]: Error: no container with ID or name "ceph-a15007fc-c513-11ee-95b6-87774f69a715-grafana.a" found: no such container 2024-02-06T17:23:48.939 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:48 smithi102 systemd[1]: Started Ceph grafana.a for a15007fc-c513-11ee-95b6-87774f69a715. 2024-02-06T17:23:48.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:48 smithi102 bash[35648]: cluster 2024-02-06T17:23:47.642412+0000 mgr.y (mgr.14140) 192 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:48.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:48 smithi102 bash[35648]: audit 2024-02-06T17:23:48.647224+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107364\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107434\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107465\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107493\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107519\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:08.107546\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e418ad9c4ea2\", \"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-02-06T17:23:08.107573\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:23:06.046232\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:22:46.806272\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:23:48.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:48 smithi102 bash[35648]: audit 2024-02-06T17:23:48.650048+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107364\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107434\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107465\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107493\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107519\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:08.107546\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e418ad9c4ea2\", \"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-02-06T17:23:08.107573\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:23:06.046232\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:22:46.806272\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:23:48.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:48 smithi102 bash[35648]: audit 2024-02-06T17:23:48.650577+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:23:48.956 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:48 smithi096 bash[35573]: cluster 2024-02-06T17:23:47.642412+0000 mgr.y (mgr.14140) 192 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:48.957 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:48 smithi096 bash[38906]: cluster 2024-02-06T17:23:47.642412+0000 mgr.y (mgr.14140) 192 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:48.957 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:48 smithi096 bash[35573]: audit 2024-02-06T17:23:48.647224+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107364\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107434\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107465\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107493\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107519\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:08.107546\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e418ad9c4ea2\", \"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-02-06T17:23:08.107573\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:23:06.046232\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:22:46.806272\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:23:48.957 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:48 smithi096 bash[35573]: audit 2024-02-06T17:23:48.650048+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107364\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107434\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107465\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107493\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107519\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:08.107546\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e418ad9c4ea2\", \"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-02-06T17:23:08.107573\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:23:06.046232\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:22:46.806272\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:23:48.957 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:48 smithi096 bash[35573]: audit 2024-02-06T17:23:48.650577+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:23:48.958 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:48 smithi096 bash[38906]: audit 2024-02-06T17:23:48.647224+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107364\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107434\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107465\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107493\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107519\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:08.107546\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e418ad9c4ea2\", \"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-02-06T17:23:08.107573\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:23:06.046232\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:22:46.806272\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:23:48.958 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:48 smithi096 bash[38906]: audit 2024-02-06T17:23:48.650048+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107364\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107434\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107465\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107493\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:08.107519\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:08.107546\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e418ad9c4ea2\", \"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-02-06T17:23:08.107573\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:23:06.046232\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:22:46.806272\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:23:48.958 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:48 smithi096 bash[38906]: audit 2024-02-06T17:23:48.650577+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:23:49.690 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Starting Grafana" logger=server version=6.6.2 commit=3fa63cfc34 branch=HEAD compiled=2020-02-20T12:03:49+0000 2024-02-06T17:23:49.690 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2024-02-06T17:23:49.691 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2024-02-06T17:23:49.691 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2024-02-06T17:23:49.691 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2024-02-06T17:23:49.691 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-02-06T17:23:49.691 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-02-06T17:23:49.691 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2024-02-06T17:23:49.691 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2024-02-06T17:23:49.691 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2024-02-06T17:23:49.691 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2024-02-06T17:23:49.691 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2024-02-06T17:23:49.691 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="App mode production" logger=settings 2024-02-06T17:23:49.692 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Initializing SqlStore" logger=server 2024-02-06T17:23:49.692 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2024-02-06T17:23:49.692 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Starting DB migration" logger=migrator 2024-02-06T17:23:49.692 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create migration_log table" 2024-02-06T17:23:49.692 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create user table" 2024-02-06T17:23:49.692 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login" 2024-02-06T17:23:49.692 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2024-02-06T17:23:49.692 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2024-02-06T17:23:49.692 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2024-02-06T17:23:49.692 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2024-02-06T17:23:49.692 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2024-02-06T17:23:49.692 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2024-02-06T17:23:49.692 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2024-02-06T17:23:49.692 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-02-06T17:23:49.693 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2024-02-06T17:23:49.693 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2024-02-06T17:23:49.693 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2024-02-06T17:23:49.693 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2024-02-06T17:23:49.693 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2024-02-06T17:23:49.693 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2024-02-06T17:23:49.693 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2024-02-06T17:23:49.693 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2024-02-06T17:23:49.693 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2024-02-06T17:23:49.693 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2024-02-06T17:23:49.693 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2024-02-06T17:23:49.693 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2024-02-06T17:23:49.693 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2024-02-06T17:23:49.693 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2024-02-06T17:23:49.693 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2024-02-06T17:23:49.693 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2024-02-06T17:23:49.694 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2024-02-06T17:23:49.694 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2024-02-06T17:23:49.694 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2024-02-06T17:23:49.694 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2024-02-06T17:23:49.694 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2024-02-06T17:23:49.694 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2024-02-06T17:23:49.694 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2024-02-06T17:23:49.694 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2024-02-06T17:23:49.694 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2024-02-06T17:23:49.694 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2024-02-06T17:23:49.694 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2024-02-06T17:23:49.694 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2024-02-06T17:23:49.694 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2024-02-06T17:23:49.694 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2024-02-06T17:23:49.694 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2024-02-06T17:23:49.695 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2024-02-06T17:23:49.695 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2024-02-06T17:23:49.695 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2024-02-06T17:23:49.695 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2024-02-06T17:23:49.695 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2024-02-06T17:23:49.695 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2024-02-06T17:23:49.695 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2024-02-06T17:23:49.695 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2024-02-06T17:23:49.695 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2024-02-06T17:23:49.695 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2024-02-06T17:23:49.695 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2024-02-06T17:23:49.695 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2024-02-06T17:23:49.695 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2024-02-06T17:23:49.695 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2024-02-06T17:23:49.696 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2024-02-06T17:23:49.696 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2024-02-06T17:23:49.696 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2024-02-06T17:23:49.696 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2024-02-06T17:23:49.696 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2024-02-06T17:23:49.696 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2024-02-06T17:23:49.696 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2024-02-06T17:23:49.696 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2024-02-06T17:23:49.696 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2024-02-06T17:23:49.696 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2024-02-06T17:23:49.696 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2024-02-06T17:23:49.696 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2024-02-06T17:23:49.696 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2024-02-06T17:23:49.696 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2024-02-06T17:23:49.697 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2024-02-06T17:23:49.697 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2024-02-06T17:23:49.697 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2024-02-06T17:23:49.697 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2024-02-06T17:23:49.697 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2024-02-06T17:23:49.697 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2024-02-06T17:23:49.697 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2024-02-06T17:23:49.697 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2024-02-06T17:23:49.697 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2024-02-06T17:23:49.697 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2024-02-06T17:23:49.697 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2024-02-06T17:23:49.697 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-02-06T17:23:49.697 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2024-02-06T17:23:49.697 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2024-02-06T17:23:49.697 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2024-02-06T17:23:49.697 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2024-02-06T17:23:49.697 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2024-02-06T17:23:49.698 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2024-02-06T17:23:49.698 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2024-02-06T17:23:49.698 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2024-02-06T17:23:49.698 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2024-02-06T17:23:49.698 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2024-02-06T17:23:49.698 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2024-02-06T17:23:49.698 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2024-02-06T17:23:49.698 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2024-02-06T17:23:49.698 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2024-02-06T17:23:49.698 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2024-02-06T17:23:49.698 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2024-02-06T17:23:49.698 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2024-02-06T17:23:49.698 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2024-02-06T17:23:49.698 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2024-02-06T17:23:49.699 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2024-02-06T17:23:49.699 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2024-02-06T17:23:49.699 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2024-02-06T17:23:49.699 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2024-02-06T17:23:49.699 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2024-02-06T17:23:49.699 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2024-02-06T17:23:49.699 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2024-02-06T17:23:49.699 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2024-02-06T17:23:49.699 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2024-02-06T17:23:49.699 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2024-02-06T17:23:49.699 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2024-02-06T17:23:49.699 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2024-02-06T17:23:49.699 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2024-02-06T17:23:49.699 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2024-02-06T17:23:49.699 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2024-02-06T17:23:49.700 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2024-02-06T17:23:49.700 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2024-02-06T17:23:49.700 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2024-02-06T17:23:49.700 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2024-02-06T17:23:49.700 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2024-02-06T17:23:49.700 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2024-02-06T17:23:49.700 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2024-02-06T17:23:49.700 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2024-02-06T17:23:49.700 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2024-02-06T17:23:49.700 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2024-02-06T17:23:49.700 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2024-02-06T17:23:49.700 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2024-02-06T17:23:49.700 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2024-02-06T17:23:49.700 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2024-02-06T17:23:49.700 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2024-02-06T17:23:49.700 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2024-02-06T17:23:49.701 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2024-02-06T17:23:49.701 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2024-02-06T17:23:49.701 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2024-02-06T17:23:49.701 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2024-02-06T17:23:49.701 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2024-02-06T17:23:49.701 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2024-02-06T17:23:49.701 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2024-02-06T17:23:49.701 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2024-02-06T17:23:49.701 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2024-02-06T17:23:49.702 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2024-02-06T17:23:49.702 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2024-02-06T17:23:49.702 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2024-02-06T17:23:49.702 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2024-02-06T17:23:49.702 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2024-02-06T17:23:49.702 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2024-02-06T17:23:49.702 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2024-02-06T17:23:49.702 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2024-02-06T17:23:49.702 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2024-02-06T17:23:49.702 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2024-02-06T17:23:49.702 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2024-02-06T17:23:49.703 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2024-02-06T17:23:49.703 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2024-02-06T17:23:49.703 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2024-02-06T17:23:49.703 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2024-02-06T17:23:49.703 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2024-02-06T17:23:49.703 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2024-02-06T17:23:49.703 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2024-02-06T17:23:49.703 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2024-02-06T17:23:49.703 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2024-02-06T17:23:49.703 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2024-02-06T17:23:49.703 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2024-02-06T17:23:49.703 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2024-02-06T17:23:49.703 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2024-02-06T17:23:49.703 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2024-02-06T17:23:49.703 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2024-02-06T17:23:49.703 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2024-02-06T17:23:49.704 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2024-02-06T17:23:49.704 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2024-02-06T17:23:49.704 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2024-02-06T17:23:49.704 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2024-02-06T17:23:49.704 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2024-02-06T17:23:49.704 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2024-02-06T17:23:49.704 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2024-02-06T17:23:49.704 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2024-02-06T17:23:49.704 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2024-02-06T17:23:49.704 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2024-02-06T17:23:49.704 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2024-02-06T17:23:49.704 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2024-02-06T17:23:49.704 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2024-02-06T17:23:49.704 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2024-02-06T17:23:49.704 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2024-02-06T17:23:49.704 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2024-02-06T17:23:49.705 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2024-02-06T17:23:49.705 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2024-02-06T17:23:49.705 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2024-02-06T17:23:49.705 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2024-02-06T17:23:49.705 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2024-02-06T17:23:49.705 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2024-02-06T17:23:49.705 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2024-02-06T17:23:49.705 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2024-02-06T17:23:49.705 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2024-02-06T17:23:49.705 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2024-02-06T17:23:49.705 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2024-02-06T17:23:49.705 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2024-02-06T17:23:49.705 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2024-02-06T17:23:49.705 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2024-02-06T17:23:49.705 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2024-02-06T17:23:49.705 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2024-02-06T17:23:49.706 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2024-02-06T17:23:49.706 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2024-02-06T17:23:49.706 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2024-02-06T17:23:49.706 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2024-02-06T17:23:49.706 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2024-02-06T17:23:49.706 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2024-02-06T17:23:49.706 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2024-02-06T17:23:49.706 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2024-02-06T17:23:49.706 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2024-02-06T17:23:49.706 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2024-02-06T17:23:49.706 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2024-02-06T17:23:49.706 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2024-02-06T17:23:49.706 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2024-02-06T17:23:49.707 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2024-02-06T17:23:49.707 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2024-02-06T17:23:49.707 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2024-02-06T17:23:49.707 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2024-02-06T17:23:49.707 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2024-02-06T17:23:49.707 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2024-02-06T17:23:49.707 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2024-02-06T17:23:49.707 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2024-02-06T17:23:49.707 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2024-02-06T17:23:49.707 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2024-02-06T17:23:49.707 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2024-02-06T17:23:49.707 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2024-02-06T17:23:49.707 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2024-02-06T17:23:49.707 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2024-02-06T17:23:49.708 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2024-02-06T17:23:49.708 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2024-02-06T17:23:49.708 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2024-02-06T17:23:49.708 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2024-02-06T17:23:49.708 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2024-02-06T17:23:49.708 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2024-02-06T17:23:49.708 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Created default admin" logger=sqlstore user=admin 2024-02-06T17:23:49.708 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Initializing HTTPServer" logger=server 2024-02-06T17:23:49.708 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Initializing BackendPluginManager" logger=server 2024-02-06T17:23:49.708 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Initializing PluginManager" logger=server 2024-02-06T17:23:49.708 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Starting plugin search" logger=plugins 2024-02-06T17:23:49.708 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Registering plugin" logger=plugins name="Pie Chart" 2024-02-06T17:23:49.708 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Registering plugin" logger=plugins name="Status Panel" 2024-02-06T17:23:49.708 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Initializing HooksService" logger=server 2024-02-06T17:23:49.709 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Initializing OSSLicensingService" logger=server 2024-02-06T17:23:49.709 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Initializing InternalMetricsService" logger=server 2024-02-06T17:23:49.709 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Initializing RemoteCache" logger=server 2024-02-06T17:23:49.709 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Initializing QuotaService" logger=server 2024-02-06T17:23:49.709 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Initializing ServerLockService" logger=server 2024-02-06T17:23:49.709 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Initializing UserAuthTokenService" logger=server 2024-02-06T17:23:49.709 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Initializing RenderingService" logger=server 2024-02-06T17:23:49.709 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Initializing AlertEngine" logger=server 2024-02-06T17:23:49.709 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Initializing DatasourceCacheService" logger=server 2024-02-06T17:23:49.709 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Initializing LoginService" logger=server 2024-02-06T17:23:49.709 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Initializing SearchService" logger=server 2024-02-06T17:23:49.709 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Initializing TracingService" logger=server 2024-02-06T17:23:49.709 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Initializing UsageStatsService" logger=server 2024-02-06T17:23:49.709 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Initializing CleanUpService" logger=server 2024-02-06T17:23:49.709 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Initializing NotificationService" logger=server 2024-02-06T17:23:49.710 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Initializing provisioningServiceImpl" logger=server 2024-02-06T17:23:49.710 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+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-02-06T17:23:49.710 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name="Dashboard 1" 2024-02-06T17:23:49.710 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Backend rendering via phantomJS" logger=rendering renderer=phantomJS 2024-02-06T17:23:49.710 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+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-02-06T17:23:49.710 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="Initializing Stream Manager" 2024-02-06T17:23:49.710 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:23:49 smithi102 bash[45823]: t=2024-02-06T17:23:49+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=127.0.0.1:3000 protocol=https subUrl= socket= 2024-02-06T17:23:50.146 INFO:teuthology.orchestra.run.smithi096.stdout:42949673003 2024-02-06T17:23:51.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:50 smithi096 bash[35573]: cluster 2024-02-06T17:23:49.643192+0000 mgr.y (mgr.14140) 193 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:51.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:50 smithi096 bash[35573]: audit 2024-02-06T17:23:50.145926+0000 mon.a (mon.0) 525 : audit [DBG] from='client.? 172.21.15.96:0/1212320312' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-06T17:23:51.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:50 smithi096 bash[38906]: cluster 2024-02-06T17:23:49.643192+0000 mgr.y (mgr.14140) 193 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:51.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:50 smithi096 bash[38906]: audit 2024-02-06T17:23:50.145926+0000 mon.a (mon.0) 525 : audit [DBG] from='client.? 172.21.15.96:0/1212320312' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-06T17:23:51.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:50 smithi102 bash[35648]: cluster 2024-02-06T17:23:49.643192+0000 mgr.y (mgr.14140) 193 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:51.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:50 smithi102 bash[35648]: audit 2024-02-06T17:23:50.145926+0000 mon.a (mon.0) 525 : audit [DBG] from='client.? 172.21.15.96:0/1212320312' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-06T17:23:51.546 INFO:tasks.cephadm.ceph_manager.ceph:need seq 42949672999 got 42949673003 for osd.0 2024-02-06T17:23:51.547 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-06T17:23:53.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:52 smithi096 bash[35573]: cluster 2024-02-06T17:23:51.643505+0000 mgr.y (mgr.14140) 194 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:53.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:52 smithi096 bash[38906]: cluster 2024-02-06T17:23:51.643505+0000 mgr.y (mgr.14140) 194 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:53.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:52 smithi102 bash[35648]: cluster 2024-02-06T17:23:51.643505+0000 mgr.y (mgr.14140) 194 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:54.115 INFO:teuthology.orchestra.run.smithi096.stdout:68719476776 2024-02-06T17:23:54.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:54 smithi102 bash[35648]: cluster 2024-02-06T17:23:53.643776+0000 mgr.y (mgr.14140) 195 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:54.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:54 smithi102 bash[35648]: audit 2024-02-06T17:23:54.114645+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.96:0/1675138740' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-06T17:23:55.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:54 smithi096 bash[35573]: cluster 2024-02-06T17:23:53.643776+0000 mgr.y (mgr.14140) 195 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:55.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:54 smithi096 bash[35573]: audit 2024-02-06T17:23:54.114645+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.96:0/1675138740' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-06T17:23:55.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:54 smithi096 bash[38906]: cluster 2024-02-06T17:23:53.643776+0000 mgr.y (mgr.14140) 195 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:55.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:54 smithi096 bash[38906]: audit 2024-02-06T17:23:54.114645+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.96:0/1675138740' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-06T17:23:55.629 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476771 got 68719476776 for osd.1 2024-02-06T17:23:55.629 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-06T17:23:56.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:56 smithi096 bash[35573]: cluster 2024-02-06T17:23:55.644086+0000 mgr.y (mgr.14140) 196 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:56.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:56 smithi096 bash[38906]: cluster 2024-02-06T17:23:55.644086+0000 mgr.y (mgr.14140) 196 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:56.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:56 smithi102 bash[35648]: cluster 2024-02-06T17:23:55.644086+0000 mgr.y (mgr.14140) 196 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:57.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:57 smithi102 bash[35648]: audit 2024-02-06T17:23:57.589735+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588543\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588635\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588668\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588697\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588725\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:57.588753\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:57.588781\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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-02-06T17:23:57.588810\", \"created\": \"2024-02-06T17:23:09.103431\", \"started\": \"2024-02-06T17:23:19.622335\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"container_id\": \"36657ee3d4b1\", \"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-02-06T17:23:57.588866\", \"created\": \"2024-02-06T17:23:27.358009\", \"started\": \"2024-02-06T17:23:27.482117\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:09.142221\"}}, \"last_daemon_update\": \"2024-02-06T17:23:57.588950\", \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:23:57.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:57 smithi102 bash[35648]: audit 2024-02-06T17:23:57.592779+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588543\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588635\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588668\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588697\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588725\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:57.588753\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:57.588781\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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-02-06T17:23:57.588810\", \"created\": \"2024-02-06T17:23:09.103431\", \"started\": \"2024-02-06T17:23:19.622335\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"container_id\": \"36657ee3d4b1\", \"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-02-06T17:23:57.588866\", \"created\": \"2024-02-06T17:23:27.358009\", \"started\": \"2024-02-06T17:23:27.482117\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:09.142221\"}}, \"last_daemon_update\": \"2024-02-06T17:23:57.588950\", \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:23:57.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:57 smithi102 bash[35648]: audit 2024-02-06T17:23:57.593272+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:23:58.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:57 smithi096 bash[35573]: audit 2024-02-06T17:23:57.589735+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588543\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588635\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588668\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588697\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588725\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:57.588753\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:57.588781\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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-02-06T17:23:57.588810\", \"created\": \"2024-02-06T17:23:09.103431\", \"started\": \"2024-02-06T17:23:19.622335\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"container_id\": \"36657ee3d4b1\", \"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-02-06T17:23:57.588866\", \"created\": \"2024-02-06T17:23:27.358009\", \"started\": \"2024-02-06T17:23:27.482117\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:09.142221\"}}, \"last_daemon_update\": \"2024-02-06T17:23:57.588950\", \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:23:58.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:57 smithi096 bash[38906]: audit 2024-02-06T17:23:57.589735+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588543\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588635\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588668\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588697\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588725\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:57.588753\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:57.588781\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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-02-06T17:23:57.588810\", \"created\": \"2024-02-06T17:23:09.103431\", \"started\": \"2024-02-06T17:23:19.622335\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"container_id\": \"36657ee3d4b1\", \"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-02-06T17:23:57.588866\", \"created\": \"2024-02-06T17:23:27.358009\", \"started\": \"2024-02-06T17:23:27.482117\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:09.142221\"}}, \"last_daemon_update\": \"2024-02-06T17:23:57.588950\", \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:23:58.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:57 smithi096 bash[35573]: audit 2024-02-06T17:23:57.592779+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588543\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588635\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588668\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588697\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588725\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:57.588753\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:57.588781\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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-02-06T17:23:57.588810\", \"created\": \"2024-02-06T17:23:09.103431\", \"started\": \"2024-02-06T17:23:19.622335\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"container_id\": \"36657ee3d4b1\", \"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-02-06T17:23:57.588866\", \"created\": \"2024-02-06T17:23:27.358009\", \"started\": \"2024-02-06T17:23:27.482117\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:09.142221\"}}, \"last_daemon_update\": \"2024-02-06T17:23:57.588950\", \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:23:58.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:57 smithi096 bash[35573]: audit 2024-02-06T17:23:57.593272+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:23:58.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:57 smithi096 bash[38906]: audit 2024-02-06T17:23:57.592779+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588543\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588635\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588668\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588697\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588725\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:57.588753\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:57.588781\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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-02-06T17:23:57.588810\", \"created\": \"2024-02-06T17:23:09.103431\", \"started\": \"2024-02-06T17:23:19.622335\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"container_id\": \"36657ee3d4b1\", \"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-02-06T17:23:57.588866\", \"created\": \"2024-02-06T17:23:27.358009\", \"started\": \"2024-02-06T17:23:27.482117\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:09.142221\"}}, \"last_daemon_update\": \"2024-02-06T17:23:57.588950\", \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:23:58.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:57 smithi096 bash[38906]: audit 2024-02-06T17:23:57.593272+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:23:58.282 INFO:teuthology.orchestra.run.smithi096.stdout:90194313252 2024-02-06T17:23:58.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:58 smithi102 bash[35648]: cluster 2024-02-06T17:23:57.644463+0000 mgr.y (mgr.14140) 197 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:58.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:23:58 smithi102 bash[35648]: audit 2024-02-06T17:23:58.281784+0000 mon.a (mon.0) 529 : audit [DBG] from='client.? 172.21.15.96:0/962349312' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-06T17:23:59.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:58 smithi096 bash[35573]: cluster 2024-02-06T17:23:57.644463+0000 mgr.y (mgr.14140) 197 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:59.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:23:58 smithi096 bash[35573]: audit 2024-02-06T17:23:58.281784+0000 mon.a (mon.0) 529 : audit [DBG] from='client.? 172.21.15.96:0/962349312' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-06T17:23:59.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:58 smithi096 bash[38906]: cluster 2024-02-06T17:23:57.644463+0000 mgr.y (mgr.14140) 197 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:23:59.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:23:58 smithi096 bash[38906]: audit 2024-02-06T17:23:58.281784+0000 mon.a (mon.0) 529 : audit [DBG] from='client.? 172.21.15.96:0/962349312' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-06T17:23:59.159 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313248 got 90194313252 for osd.2 2024-02-06T17:23:59.159 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-06T17:24:00.835 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:00 smithi096 bash[35573]: cluster 2024-02-06T17:23:59.644930+0000 mgr.y (mgr.14140) 198 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:00.836 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:00 smithi096 bash[38906]: cluster 2024-02-06T17:23:59.644930+0000 mgr.y (mgr.14140) 198 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:00.849 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:00 smithi102 bash[35648]: cluster 2024-02-06T17:23:59.644930+0000 mgr.y (mgr.14140) 198 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:01.255 INFO:teuthology.orchestra.run.smithi096.stdout:111669149730 2024-02-06T17:24:01.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:01 smithi102 bash[35648]: audit 2024-02-06T17:24:01.027138+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.025928\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.025998\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.026032\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.026062\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.026091\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:01.026119\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e418ad9c4ea2\", \"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-02-06T17:24:01.026163\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:23:06.046232\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:24:01.026191\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:24:01.026219\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:22:46.806272\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}}, \"last_daemon_update\": \"2024-02-06T17:24:01.026312\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:24:01.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:01 smithi102 bash[35648]: audit 2024-02-06T17:24:01.030042+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.025928\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.025998\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.026032\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.026062\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.026091\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:01.026119\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e418ad9c4ea2\", \"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-02-06T17:24:01.026163\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:23:06.046232\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:24:01.026191\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:24:01.026219\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:22:46.806272\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}}, \"last_daemon_update\": \"2024-02-06T17:24:01.026312\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:24:01.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:01 smithi102 bash[35648]: cephadm 2024-02-06T17:24:01.032257+0000 mgr.y (mgr.14140) 199 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-02-06T17:24:01.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:01 smithi102 bash[35648]: cephadm 2024-02-06T17:24:01.034256+0000 mgr.y (mgr.14140) 200 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi096 2024-02-06T17:24:01.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:01 smithi102 bash[35648]: audit 2024-02-06T17:24:01.255515+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.96:0/536393716' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-06T17:24:02.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:01 smithi096 bash[35573]: audit 2024-02-06T17:24:01.027138+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.025928\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.025998\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.026032\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.026062\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.026091\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:01.026119\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e418ad9c4ea2\", \"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-02-06T17:24:01.026163\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:23:06.046232\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:24:01.026191\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:24:01.026219\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:22:46.806272\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}}, \"last_daemon_update\": \"2024-02-06T17:24:01.026312\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:24:02.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:01 smithi096 bash[38906]: audit 2024-02-06T17:24:01.027138+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.025928\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.025998\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.026032\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.026062\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.026091\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:01.026119\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e418ad9c4ea2\", \"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-02-06T17:24:01.026163\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:23:06.046232\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:24:01.026191\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:24:01.026219\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:22:46.806272\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}}, \"last_daemon_update\": \"2024-02-06T17:24:01.026312\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:24:02.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:01 smithi096 bash[35573]: audit 2024-02-06T17:24:01.030042+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.025928\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.025998\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.026032\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.026062\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.026091\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:01.026119\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e418ad9c4ea2\", \"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-02-06T17:24:01.026163\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:23:06.046232\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:24:01.026191\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:24:01.026219\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:22:46.806272\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}}, \"last_daemon_update\": \"2024-02-06T17:24:01.026312\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:24:02.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:01 smithi096 bash[35573]: cephadm 2024-02-06T17:24:01.032257+0000 mgr.y (mgr.14140) 199 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-02-06T17:24:02.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:01 smithi096 bash[35573]: cephadm 2024-02-06T17:24:01.034256+0000 mgr.y (mgr.14140) 200 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi096 2024-02-06T17:24:02.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:01 smithi096 bash[35573]: audit 2024-02-06T17:24:01.255515+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.96:0/536393716' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-06T17:24:02.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:01 smithi096 bash[38906]: audit 2024-02-06T17:24:01.030042+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.025928\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.025998\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.026032\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.026062\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.026091\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:01.026119\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e418ad9c4ea2\", \"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-02-06T17:24:01.026163\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:23:06.046232\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:24:01.026191\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:24:01.026219\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:22:46.806272\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}}, \"last_daemon_update\": \"2024-02-06T17:24:01.026312\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:24:02.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:01 smithi096 bash[38906]: cephadm 2024-02-06T17:24:01.032257+0000 mgr.y (mgr.14140) 199 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-02-06T17:24:02.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:01 smithi096 bash[38906]: cephadm 2024-02-06T17:24:01.034256+0000 mgr.y (mgr.14140) 200 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi096 2024-02-06T17:24:02.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:01 smithi096 bash[38906]: audit 2024-02-06T17:24:01.255515+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.96:0/536393716' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-06T17:24:02.569 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149725 got 111669149730 for osd.3 2024-02-06T17:24:02.569 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-06T17:24:03.286 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:03 smithi096 bash[35573]: cluster 2024-02-06T17:24:01.645330+0000 mgr.y (mgr.14140) 201 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:03.287 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:03 smithi096 bash[38906]: cluster 2024-02-06T17:24:01.645330+0000 mgr.y (mgr.14140) 201 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:03.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:03 smithi102 bash[35648]: cluster 2024-02-06T17:24:01.645330+0000 mgr.y (mgr.14140) 201 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:04.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:04 smithi102 bash[35648]: cluster 2024-02-06T17:24:03.645804+0000 mgr.y (mgr.14140) 202 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:04.974 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:04 smithi096 bash[35573]: cluster 2024-02-06T17:24:03.645804+0000 mgr.y (mgr.14140) 202 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:04.974 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:04 smithi096 bash[38906]: cluster 2024-02-06T17:24:03.645804+0000 mgr.y (mgr.14140) 202 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:06.432 INFO:teuthology.orchestra.run.smithi096.stdout:133143986208 2024-02-06T17:24:06.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:06 smithi096 bash[35573]: cluster 2024-02-06T17:24:05.646079+0000 mgr.y (mgr.14140) 203 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:06.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:06 smithi096 bash[35573]: audit 2024-02-06T17:24:06.431493+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.96:0/3666083727' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-06T17:24:06.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:06 smithi096 bash[38906]: cluster 2024-02-06T17:24:05.646079+0000 mgr.y (mgr.14140) 203 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:06.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:06 smithi096 bash[38906]: audit 2024-02-06T17:24:06.431493+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.96:0/3666083727' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-06T17:24:07.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:06 smithi102 bash[35648]: cluster 2024-02-06T17:24:05.646079+0000 mgr.y (mgr.14140) 203 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:07.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:06 smithi102 bash[35648]: audit 2024-02-06T17:24:06.431493+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.96:0/3666083727' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-06T17:24:07.270 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:24:06 smithi096 systemd[1]: Stopping Ceph alertmanager.a for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:24:07.270 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:24:06 smithi096 bash[48400]: ts=2024-02-06T17:24:06.943Z caller=main.go:594 level=info msg="Received SIGTERM, exiting gracefully..." 2024-02-06T17:24:07.694 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:24:07 smithi096 podman[51000]: ceph-a15007fc-c513-11ee-95b6-87774f69a715-alertmanager.a 2024-02-06T17:24:08.020 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:24:07 smithi096 systemd[1]: ceph-a15007fc-c513-11ee-95b6-87774f69a715@alertmanager.a.service: Succeeded. 2024-02-06T17:24:08.020 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:24:07 smithi096 systemd[1]: Stopped Ceph alertmanager.a for a15007fc-c513-11ee-95b6-87774f69a715. 2024-02-06T17:24:08.020 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:24:07 smithi096 systemd[1]: Starting Ceph alertmanager.a for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:24:08.359 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986202 got 133143986208 for osd.4 2024-02-06T17:24:08.360 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-06T17:24:08.705 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:24:08 smithi096 podman[51040]: Error: no container with ID or name "ceph-a15007fc-c513-11ee-95b6-87774f69a715-alertmanager.a" found: no such container 2024-02-06T17:24:08.705 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:24:08 smithi096 systemd[1]: Started Ceph alertmanager.a for a15007fc-c513-11ee-95b6-87774f69a715. 2024-02-06T17:24:08.705 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:08 smithi096 bash[38906]: cluster 2024-02-06T17:24:07.646459+0000 mgr.y (mgr.14140) 204 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:08.705 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:08 smithi096 bash[35573]: cluster 2024-02-06T17:24:07.646459+0000 mgr.y (mgr.14140) 204 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:08.706 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:08 smithi096 bash[38906]: audit 2024-02-06T17:24:08.374293+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588543\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588635\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588668\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588697\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588725\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:57.588753\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:57.588781\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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-02-06T17:23:57.588810\", \"created\": \"2024-02-06T17:23:09.103431\", \"started\": \"2024-02-06T17:23:19.622335\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:24:08.706 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:08 smithi096 bash[38906]: audit 2024-02-06T17:24:08.377476+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588543\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588635\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588668\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588697\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588725\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:57.588753\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:57.588781\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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-02-06T17:23:57.588810\", \"created\": \"2024-02-06T17:23:09.103431\", \"started\": \"2024-02-06T17:23:19.622335\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:24:08.707 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:08 smithi096 bash[35573]: audit 2024-02-06T17:24:08.374293+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588543\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588635\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588668\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588697\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588725\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:57.588753\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:57.588781\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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-02-06T17:23:57.588810\", \"created\": \"2024-02-06T17:23:09.103431\", \"started\": \"2024-02-06T17:23:19.622335\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:24:08.707 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:08 smithi096 bash[35573]: audit 2024-02-06T17:24:08.377476+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588543\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588635\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588668\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588697\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588725\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:57.588753\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:57.588781\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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-02-06T17:23:57.588810\", \"created\": \"2024-02-06T17:23:09.103431\", \"started\": \"2024-02-06T17:23:19.622335\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:24:09.078 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:08 smithi102 bash[35648]: cluster 2024-02-06T17:24:07.646459+0000 mgr.y (mgr.14140) 204 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:09.078 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:08 smithi102 bash[35648]: audit 2024-02-06T17:24:08.374293+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588543\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588635\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588668\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588697\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588725\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:57.588753\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:57.588781\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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-02-06T17:23:57.588810\", \"created\": \"2024-02-06T17:23:09.103431\", \"started\": \"2024-02-06T17:23:19.622335\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:24:09.078 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:08 smithi102 bash[35648]: audit 2024-02-06T17:24:08.377476+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588543\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588635\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588668\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588697\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:23:57.588725\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:57.588753\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:23:57.588781\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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-02-06T17:23:57.588810\", \"created\": \"2024-02-06T17:23:09.103431\", \"started\": \"2024-02-06T17:23:19.622335\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:24:09.270 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:24:09 smithi096 bash[51068]: ts=2024-02-06T17:24:09.115Z caller=main.go:245 level=info msg="Starting Alertmanager" version="(version=0.26.0, branch=HEAD, revision=d7b4f0c7322e7151d6e3b1e31cbc15361e295d8d)" 2024-02-06T17:24:09.270 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:24:09 smithi096 bash[51068]: ts=2024-02-06T17:24:09.115Z 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-02-06T17:24:09.270 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:24:09 smithi096 bash[51068]: ts=2024-02-06T17:24:09.116Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.96 port=9094 2024-02-06T17:24:09.270 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:24:09 smithi096 bash[51068]: ts=2024-02-06T17:24:09.117Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-02-06T17:24:09.270 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:24:09 smithi096 bash[51068]: ts=2024-02-06T17:24:09.140Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-02-06T17:24:09.270 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:24:09 smithi096 bash[51068]: ts=2024-02-06T17:24:09.140Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-02-06T17:24:09.271 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:24:09 smithi096 bash[51068]: ts=2024-02-06T17:24:09.143Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9093 2024-02-06T17:24:09.271 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:24:09 smithi096 bash[51068]: ts=2024-02-06T17:24:09.143Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-02-06T17:24:10.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:09 smithi096 bash[35573]: cephadm 2024-02-06T17:24:08.378175+0000 mgr.y (mgr.14140) 205 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-02-06T17:24:10.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:09 smithi096 bash[35573]: cephadm 2024-02-06T17:24:08.380173+0000 mgr.y (mgr.14140) 206 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi102 2024-02-06T17:24:10.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:09 smithi096 bash[38906]: cephadm 2024-02-06T17:24:08.378175+0000 mgr.y (mgr.14140) 205 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-02-06T17:24:10.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:09 smithi096 bash[38906]: cephadm 2024-02-06T17:24:08.380173+0000 mgr.y (mgr.14140) 206 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi102 2024-02-06T17:24:10.108 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:09 smithi102 bash[35648]: cephadm 2024-02-06T17:24:08.378175+0000 mgr.y (mgr.14140) 205 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-02-06T17:24:10.108 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:09 smithi102 bash[35648]: cephadm 2024-02-06T17:24:08.380173+0000 mgr.y (mgr.14140) 206 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi102 2024-02-06T17:24:10.725 INFO:teuthology.orchestra.run.smithi096.stdout:154618822684 2024-02-06T17:24:10.863 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:10 smithi102 bash[35648]: cluster 2024-02-06T17:24:09.646774+0000 mgr.y (mgr.14140) 207 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:11.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:10 smithi096 bash[35573]: cluster 2024-02-06T17:24:09.646774+0000 mgr.y (mgr.14140) 207 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:11.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:10 smithi096 bash[38906]: cluster 2024-02-06T17:24:09.646774+0000 mgr.y (mgr.14140) 207 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:11.409 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:24:11 smithi096 bash[51068]: ts=2024-02-06T17:24:11.118Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000024765s 2024-02-06T17:24:11.421 INFO:tasks.cephadm.ceph_manager.ceph:need seq 154618822679 got 154618822684 for osd.5 2024-02-06T17:24:11.421 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-06T17:24:11.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:11 smithi102 bash[35648]: audit 2024-02-06T17:24:10.724280+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.96:0/2399663021' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-06T17:24:11.940 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:11 smithi102 systemd[1]: Stopping Ceph prometheus.a for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:24:11.940 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:11 smithi102 bash[45105]: ts=2024-02-06T17:24:11.758Z caller=main.go:874 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-02-06T17:24:11.940 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:11 smithi102 bash[45105]: ts=2024-02-06T17:24:11.758Z caller=main.go:898 level=info msg="Stopping scrape discovery manager..." 2024-02-06T17:24:11.940 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:11 smithi102 bash[45105]: ts=2024-02-06T17:24:11.758Z caller=main.go:912 level=info msg="Stopping notify discovery manager..." 2024-02-06T17:24:11.940 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:11 smithi102 bash[45105]: ts=2024-02-06T17:24:11.758Z caller=manager.go:160 level=info component="rule manager" msg="Stopping rule manager..." 2024-02-06T17:24:11.940 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:11 smithi102 bash[45105]: ts=2024-02-06T17:24:11.758Z caller=manager.go:170 level=info component="rule manager" msg="Rule manager stopped" 2024-02-06T17:24:11.941 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:11 smithi102 bash[45105]: ts=2024-02-06T17:24:11.758Z caller=main.go:949 level=info msg="Stopping scrape manager..." 2024-02-06T17:24:11.941 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:11 smithi102 bash[45105]: ts=2024-02-06T17:24:11.758Z caller=main.go:894 level=info msg="Scrape discovery manager stopped" 2024-02-06T17:24:11.941 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:11 smithi102 bash[45105]: ts=2024-02-06T17:24:11.758Z caller=main.go:908 level=info msg="Notify discovery manager stopped" 2024-02-06T17:24:11.941 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:11 smithi102 bash[45105]: ts=2024-02-06T17:24:11.758Z caller=main.go:941 level=info msg="Scrape manager stopped" 2024-02-06T17:24:11.941 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:11 smithi102 bash[45105]: ts=2024-02-06T17:24:11.759Z caller=notifier.go:604 level=info component=notifier msg="Stopping notification manager..." 2024-02-06T17:24:11.941 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:11 smithi102 bash[45105]: ts=2024-02-06T17:24:11.759Z caller=main.go:1171 level=info msg="Notifier manager stopped" 2024-02-06T17:24:11.941 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:11 smithi102 bash[45105]: ts=2024-02-06T17:24:11.759Z caller=main.go:1183 level=info msg="See you next time!" 2024-02-06T17:24:12.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:11 smithi096 bash[35573]: audit 2024-02-06T17:24:10.724280+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.96:0/2399663021' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-06T17:24:12.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:11 smithi096 bash[38906]: audit 2024-02-06T17:24:10.724280+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.96:0/2399663021' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-06T17:24:12.439 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:12 smithi102 podman[46454]: ceph-a15007fc-c513-11ee-95b6-87774f69a715-prometheus.a 2024-02-06T17:24:12.730 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:12 smithi102 systemd[1]: ceph-a15007fc-c513-11ee-95b6-87774f69a715@prometheus.a.service: Succeeded. 2024-02-06T17:24:12.730 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:12 smithi102 systemd[1]: Stopped Ceph prometheus.a for a15007fc-c513-11ee-95b6-87774f69a715. 2024-02-06T17:24:12.730 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:12 smithi102 systemd[1]: Starting Ceph prometheus.a for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:24:12.730 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:12 smithi102 podman[46497]: Error: no container with ID or name "ceph-a15007fc-c513-11ee-95b6-87774f69a715-prometheus.a" found: no such container 2024-02-06T17:24:12.730 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:12 smithi102 systemd[1]: Started Ceph prometheus.a for a15007fc-c513-11ee-95b6-87774f69a715. 2024-02-06T17:24:12.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:12 smithi096 bash[35573]: cluster 2024-02-06T17:24:11.647209+0000 mgr.y (mgr.14140) 208 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:12.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:12 smithi096 bash[35573]: audit 2024-02-06T17:24:12.500702+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.025928\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.025998\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.026032\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.026062\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.026091\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:01.026119\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:24:01.026191\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:24:01.026219\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:24:12.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:12 smithi096 bash[38906]: cluster 2024-02-06T17:24:11.647209+0000 mgr.y (mgr.14140) 208 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:12.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:12 smithi096 bash[38906]: audit 2024-02-06T17:24:12.500702+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.025928\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.025998\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.026032\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.026062\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.026091\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:01.026119\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:24:01.026191\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:24:01.026219\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:24:12.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:12 smithi096 bash[35573]: audit 2024-02-06T17:24:12.503456+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.025928\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.025998\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.026032\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.026062\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.026091\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:01.026119\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:24:01.026191\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:24:01.026219\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:24:12.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:12 smithi096 bash[35573]: audit 2024-02-06T17:24:12.503964+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi102:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-02-06T17:24:12.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:12 smithi096 bash[35573]: audit 2024-02-06T17:24:12.509858+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi102:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-02-06T17:24:12.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:12 smithi096 bash[35573]: audit 2024-02-06T17:24:12.512385+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:24:12.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:12 smithi096 bash[38906]: audit 2024-02-06T17:24:12.503456+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.025928\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.025998\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.026032\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.026062\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.026091\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:01.026119\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:24:01.026191\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:24:01.026219\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:24:12.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:12 smithi096 bash[38906]: audit 2024-02-06T17:24:12.503964+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi102:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-02-06T17:24:12.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:12 smithi096 bash[38906]: audit 2024-02-06T17:24:12.509858+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi102:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-02-06T17:24:12.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:12 smithi096 bash[38906]: audit 2024-02-06T17:24:12.512385+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:24:13.077 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:12 smithi102 bash[35648]: cluster 2024-02-06T17:24:11.647209+0000 mgr.y (mgr.14140) 208 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:13.077 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:12 smithi102 bash[35648]: audit 2024-02-06T17:24:12.500702+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.025928\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.025998\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.026032\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.026062\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.026091\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:01.026119\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:24:01.026191\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:24:01.026219\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:24:13.078 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:12 smithi102 bash[35648]: audit 2024-02-06T17:24:12.503456+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.025928\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.025998\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.026032\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.026062\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:01.026091\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:01.026119\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:24:01.026191\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:24:01.026219\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:24:13.078 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:12 smithi102 bash[35648]: audit 2024-02-06T17:24:12.503964+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi102:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-02-06T17:24:13.078 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:12 smithi102 bash[35648]: audit 2024-02-06T17:24:12.509858+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi102:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-02-06T17:24:13.078 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:12 smithi102 bash[35648]: audit 2024-02-06T17:24:12.512385+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:24:13.439 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:13 smithi102 bash[46514]: ts=2024-02-06T17:24:13.011Z caller=main.go:544 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-02-06T17:24:13.439 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:13 smithi102 bash[46514]: ts=2024-02-06T17:24:13.011Z caller=main.go:588 level=info msg="Starting Prometheus Server" mode=server version="(version=2.49.1, branch=HEAD, revision=43e14844a33b65e2a396e3944272af8b3a494071)" 2024-02-06T17:24:13.439 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:13 smithi102 bash[46514]: ts=2024-02-06T17:24:13.011Z 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-02-06T17:24:13.440 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:13 smithi102 bash[46514]: ts=2024-02-06T17:24:13.011Z caller=main.go:594 level=info host_details="(Linux 4.18.0-536.el8.x86_64 #1 SMP Thu Jan 18 15:15:29 UTC 2024 x86_64 smithi102 (none))" 2024-02-06T17:24:13.440 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:13 smithi102 bash[46514]: ts=2024-02-06T17:24:13.011Z caller=main.go:595 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-02-06T17:24:13.440 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:13 smithi102 bash[46514]: ts=2024-02-06T17:24:13.011Z caller=main.go:596 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-02-06T17:24:13.440 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:13 smithi102 bash[46514]: ts=2024-02-06T17:24:13.012Z caller=web.go:565 level=info component=web msg="Start listening for connections" address=:9095 2024-02-06T17:24:13.440 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:13 smithi102 bash[46514]: ts=2024-02-06T17:24:13.013Z caller=main.go:1039 level=info msg="Starting TSDB ..." 2024-02-06T17:24:13.440 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:13 smithi102 bash[46514]: ts=2024-02-06T17:24:13.014Z caller=tls_config.go:274 level=info component=web msg="Listening on" address=[::]:9095 2024-02-06T17:24:13.440 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:13 smithi102 bash[46514]: ts=2024-02-06T17:24:13.014Z caller=tls_config.go:277 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-02-06T17:24:13.440 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:13 smithi102 bash[46514]: ts=2024-02-06T17:24:13.016Z caller=head.go:606 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-02-06T17:24:13.440 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:13 smithi102 bash[46514]: ts=2024-02-06T17:24:13.016Z caller=head.go:687 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.885µs 2024-02-06T17:24:13.440 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:13 smithi102 bash[46514]: ts=2024-02-06T17:24:13.016Z caller=head.go:695 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-02-06T17:24:13.440 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:13 smithi102 bash[46514]: ts=2024-02-06T17:24:13.016Z caller=head.go:766 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2024-02-06T17:24:13.440 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:13 smithi102 bash[46514]: ts=2024-02-06T17:24:13.016Z caller=head.go:766 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2024-02-06T17:24:13.440 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:13 smithi102 bash[46514]: ts=2024-02-06T17:24:13.016Z caller=head.go:803 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=23.646µs wal_replay_duration=292.69µs wbl_replay_duration=122ns total_replay_duration=336.531µs 2024-02-06T17:24:13.440 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:13 smithi102 bash[46514]: ts=2024-02-06T17:24:13.018Z caller=main.go:1060 level=info fs_type=XFS_SUPER_MAGIC 2024-02-06T17:24:13.441 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:13 smithi102 bash[46514]: ts=2024-02-06T17:24:13.018Z caller=main.go:1063 level=info msg="TSDB started" 2024-02-06T17:24:13.441 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:13 smithi102 bash[46514]: ts=2024-02-06T17:24:13.018Z caller=main.go:1245 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-02-06T17:24:13.441 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:13 smithi102 bash[46514]: ts=2024-02-06T17:24:13.019Z caller=main.go:1282 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=649.104µs db_storage=915ns remote_storage=960ns web_handler=317ns query_engine=576ns scrape=359.443µs scrape_sd=25.788µs notify=29.52µs notify_sd=5.232µs rules=23.274µs tracing=4.287µs 2024-02-06T17:24:13.441 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:13 smithi102 bash[46514]: ts=2024-02-06T17:24:13.019Z caller=main.go:1024 level=info msg="Server is ready to receive web requests." 2024-02-06T17:24:13.441 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:24:13 smithi102 bash[46514]: ts=2024-02-06T17:24:13.019Z caller=manager.go:146 level=info component="rule manager" msg="Starting rule manager..." 2024-02-06T17:24:13.641 INFO:teuthology.orchestra.run.smithi096.stdout:197568495636 2024-02-06T17:24:13.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:13 smithi096 bash[35573]: cephadm 2024-02-06T17:24:12.503806+0000 mgr.y (mgr.14140) 209 : cephadm [INF] Setting dashboard grafana config to https://smithi102:3000 2024-02-06T17:24:13.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:13 smithi096 bash[35573]: audit 2024-02-06T17:24:13.641003+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.96:0/331268607' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-06T17:24:13.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:13 smithi096 bash[38906]: cephadm 2024-02-06T17:24:12.503806+0000 mgr.y (mgr.14140) 209 : cephadm [INF] Setting dashboard grafana config to https://smithi102:3000 2024-02-06T17:24:13.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:13 smithi096 bash[38906]: audit 2024-02-06T17:24:13.641003+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.96:0/331268607' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-06T17:24:14.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:13 smithi102 bash[35648]: cephadm 2024-02-06T17:24:12.503806+0000 mgr.y (mgr.14140) 209 : cephadm [INF] Setting dashboard grafana config to https://smithi102:3000 2024-02-06T17:24:14.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:13 smithi102 bash[35648]: audit 2024-02-06T17:24:13.641003+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.96:0/331268607' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-06T17:24:14.779 INFO:tasks.cephadm.ceph_manager.ceph:need seq 197568495631 got 197568495636 for osd.6 2024-02-06T17:24:14.779 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-06T17:24:15.019 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:14 smithi096 bash[35573]: cluster 2024-02-06T17:24:13.647500+0000 mgr.y (mgr.14140) 210 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:15.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:14 smithi096 bash[38906]: cluster 2024-02-06T17:24:13.647500+0000 mgr.y (mgr.14140) 210 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:15.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:14 smithi102 bash[35648]: cluster 2024-02-06T17:24:13.647500+0000 mgr.y (mgr.14140) 210 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:16.992 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:16 smithi096 bash[35573]: cluster 2024-02-06T17:24:15.647961+0000 mgr.y (mgr.14140) 211 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:16.993 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:16 smithi096 bash[38906]: cluster 2024-02-06T17:24:15.647961+0000 mgr.y (mgr.14140) 211 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:17.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:16 smithi102 bash[35648]: cluster 2024-02-06T17:24:15.647961+0000 mgr.y (mgr.14140) 211 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:17.714 INFO:teuthology.orchestra.run.smithi096.stdout:214748364821 2024-02-06T17:24:18.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:17 smithi096 bash[35573]: audit 2024-02-06T17:24:17.713970+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.96:0/1671115812' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-06T17:24:18.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:17 smithi096 bash[38906]: audit 2024-02-06T17:24:17.713970+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.96:0/1671115812' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-06T17:24:18.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:17 smithi102 bash[35648]: audit 2024-02-06T17:24:17.713970+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.96:0/1671115812' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-06T17:24:18.578 INFO:tasks.cephadm.ceph_manager.ceph:need seq 214748364815 got 214748364821 for osd.7 2024-02-06T17:24:18.578 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-06T17:24:18.579 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph pg dump --format=json 2024-02-06T17:24:18.903 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:18 smithi096 bash[35573]: cluster 2024-02-06T17:24:17.648301+0000 mgr.y (mgr.14140) 212 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:18.903 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:18 smithi096 bash[38906]: cluster 2024-02-06T17:24:17.648301+0000 mgr.y (mgr.14140) 212 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:19.165 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:24:19 smithi096 bash[51068]: ts=2024-02-06T17:24:19.119Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.001798611s 2024-02-06T17:24:19.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:18 smithi102 bash[35648]: cluster 2024-02-06T17:24:17.648301+0000 mgr.y (mgr.14140) 212 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:20.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:19 smithi096 bash[35573]: audit 2024-02-06T17:24:18.915005+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:18.913836\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:18.913946\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:18.913985\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:18.914015\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:18.914044\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:18.914097\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:18.914129\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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-02-06T17:24:18.914159\", \"created\": \"2024-02-06T17:23:09.103431\", \"started\": \"2024-02-06T17:23:19.622335\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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-02-06T17:24:18.914188\", \"created\": \"2024-02-06T17:23:27.358009\", \"started\": \"2024-02-06T17:24:08.476439\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266\"}}, \"last_daemon_update\": \"2024-02-06T17:24:18.914263\", \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:24:20.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:19 smithi096 bash[35573]: audit 2024-02-06T17:24:18.918202+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:18.913836\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:18.913946\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:18.913985\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:18.914015\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:18.914044\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:18.914097\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:18.914129\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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-02-06T17:24:18.914159\", \"created\": \"2024-02-06T17:23:09.103431\", \"started\": \"2024-02-06T17:23:19.622335\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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-02-06T17:24:18.914188\", \"created\": \"2024-02-06T17:23:27.358009\", \"started\": \"2024-02-06T17:24:08.476439\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266\"}}, \"last_daemon_update\": \"2024-02-06T17:24:18.914263\", \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:24:20.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:19 smithi096 bash[35573]: audit 2024-02-06T17:24:18.918751+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:24:20.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:19 smithi096 bash[38906]: audit 2024-02-06T17:24:18.915005+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:18.913836\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:18.913946\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:18.913985\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:18.914015\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:18.914044\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:18.914097\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:18.914129\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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-02-06T17:24:18.914159\", \"created\": \"2024-02-06T17:23:09.103431\", \"started\": \"2024-02-06T17:23:19.622335\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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-02-06T17:24:18.914188\", \"created\": \"2024-02-06T17:23:27.358009\", \"started\": \"2024-02-06T17:24:08.476439\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266\"}}, \"last_daemon_update\": \"2024-02-06T17:24:18.914263\", \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:24:20.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:19 smithi096 bash[38906]: audit 2024-02-06T17:24:18.918202+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:18.913836\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:18.913946\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:18.913985\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:18.914015\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:18.914044\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:18.914097\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:18.914129\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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-02-06T17:24:18.914159\", \"created\": \"2024-02-06T17:23:09.103431\", \"started\": \"2024-02-06T17:23:19.622335\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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-02-06T17:24:18.914188\", \"created\": \"2024-02-06T17:23:27.358009\", \"started\": \"2024-02-06T17:24:08.476439\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266\"}}, \"last_daemon_update\": \"2024-02-06T17:24:18.914263\", \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:24:20.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:19 smithi096 bash[38906]: audit 2024-02-06T17:24:18.918751+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:24:20.091 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:19 smithi102 bash[35648]: audit 2024-02-06T17:24:18.915005+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:18.913836\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:18.913946\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:18.913985\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:18.914015\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:18.914044\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:18.914097\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:18.914129\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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-02-06T17:24:18.914159\", \"created\": \"2024-02-06T17:23:09.103431\", \"started\": \"2024-02-06T17:23:19.622335\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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-02-06T17:24:18.914188\", \"created\": \"2024-02-06T17:23:27.358009\", \"started\": \"2024-02-06T17:24:08.476439\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266\"}}, \"last_daemon_update\": \"2024-02-06T17:24:18.914263\", \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:24:20.091 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:19 smithi102 bash[35648]: audit 2024-02-06T17:24:18.918202+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:18.913836\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:18.913946\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:18.913985\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:18.914015\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:18.914044\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:18.914097\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:18.914129\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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-02-06T17:24:18.914159\", \"created\": \"2024-02-06T17:23:09.103431\", \"started\": \"2024-02-06T17:23:19.622335\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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-02-06T17:24:18.914188\", \"created\": \"2024-02-06T17:23:27.358009\", \"started\": \"2024-02-06T17:24:08.476439\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266\"}}, \"last_daemon_update\": \"2024-02-06T17:24:18.914263\", \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:24:20.091 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:19 smithi102 bash[35648]: audit 2024-02-06T17:24:18.918751+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:24:20.843 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-06T17:24:20.844 INFO:teuthology.orchestra.run.smithi096.stderr:dumped all 2024-02-06T17:24:21.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:20 smithi102 bash[35648]: cluster 2024-02-06T17:24:19.648580+0000 mgr.y (mgr.14140) 213 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:21.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:20 smithi096 bash[35573]: cluster 2024-02-06T17:24:19.648580+0000 mgr.y (mgr.14140) 213 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:21.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:20 smithi096 bash[38906]: cluster 2024-02-06T17:24:19.648580+0000 mgr.y (mgr.14140) 213 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:21.624 INFO:teuthology.orchestra.run.smithi096.stdout:{"pg_ready":true,"pg_map":{"version":204,"stamp":"2024-02-06T17:24:19.648430+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":8392596,"kb_used_data":3924,"kb_used_omap":8,"kb_used_meta":8388599,"kb_avail":741568620,"statfs":{"total":767960285184,"available":759366266880,"internally_reserved":8589934592,"allocated":4018176,"data_stored":1613566,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9196,"internal_metadata":8589925396},"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.002099"},"pg_stats":[{"pgid":"1.0","version":"17'1","reported_seq":"14","reported_epoch":"51","state":"active+clean","last_fresh":"2024-02-06T17:22:44.064582+0000","last_change":"2024-02-06T17:22:44.064582+0000","last_active":"2024-02-06T17:22:44.064582+0000","last_peered":"2024-02-06T17:22:44.064582+0000","last_clean":"2024-02-06T17:22:44.064582+0000","last_became_active":"2024-02-06T17:22:44.062506+0000","last_became_peered":"2024-02-06T17:22:44.062506+0000","last_unstale":"2024-02-06T17:22:44.064582+0000","last_undegraded":"2024-02-06T17:22:44.064582+0000","last_fullsized":"2024-02-06T17:22:44.064582+0000","mapping_epoch":50,"log_start":"0'0","ondisk_log_start":"0'0","created":2,"last_epoch_clean":51,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-06T17:18:19.123760+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-06T17:18:19.123760+0000","last_clean_scrub_stamp":"2024-02-06T17:18:19.123760+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":9196,"internal_metadata":0},"log_size":1,"ondisk_log_size":1,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":50,"seq":214748364822,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049076,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696076,"statfs":{"total":95995035648,"available":94920781824,"internally_reserved":1073741824,"allocated":503808,"data_stored":201806,"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":"Tue Feb 6 17:23:44 2024","interfaces":[{"interface":"back","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.38300000000000001},{"interface":"front","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.379}]},{"osd":1,"last update":"Tue Feb 6 17:23:44 2024","interfaces":[{"interface":"back","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.34300000000000003},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.42599999999999999}]},{"osd":2,"last update":"Tue Feb 6 17:23:44 2024","interfaces":[{"interface":"back","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.39800000000000002},{"interface":"front","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.41099999999999998}]},{"osd":3,"last update":"Tue Feb 6 17:23:44 2024","interfaces":[{"interface":"back","average":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.628,"5min":0.628,"15min":0.628},"last":0.42099999999999999},{"interface":"front","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.495}]},{"osd":4,"last update":"Tue Feb 6 17:23:44 2024","interfaces":[{"interface":"back","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"last":0.33200000000000002},{"interface":"front","average":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.36099999999999999}]},{"osd":5,"last update":"Tue Feb 6 17:23:44 2024","interfaces":[{"interface":"back","average":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.627,"5min":0.627,"15min":0.627},"last":0.46400000000000002},{"interface":"front","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.48499999999999999}]},{"osd":6,"last update":"Tue Feb 6 17:23:44 2024","interfaces":[{"interface":"back","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.40500000000000003},{"interface":"front","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.47299999999999998}]}]},{"osd":6,"up_from":46,"seq":197568495638,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049072,"kb_used_data":488,"kb_used_omap":8,"kb_used_meta":1048567,"kb_avail":92696080,"statfs":{"total":95995035648,"available":94920785920,"internally_reserved":1073741824,"allocated":499712,"data_stored":201512,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9196,"internal_metadata":1073732628},"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":"Tue Feb 6 17:23:41 2024","interfaces":[{"interface":"back","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.42099999999999999},{"interface":"front","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.437}]},{"osd":1,"last update":"Tue Feb 6 17:23:41 2024","interfaces":[{"interface":"back","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.623,"5min":0.623,"15min":0.623},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.44800000000000001}]},{"osd":2,"last update":"Tue Feb 6 17:23:41 2024","interfaces":[{"interface":"back","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"last":0.41799999999999998}]},{"osd":3,"last update":"Tue Feb 6 17:23:41 2024","interfaces":[{"interface":"back","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.623,"5min":0.623,"15min":0.623},"last":0.41099999999999998},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.621,"5min":0.621,"15min":0.621},"last":0.51800000000000002}]},{"osd":4,"last update":"Tue Feb 6 17:23:41 2024","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"last":0.39500000000000002},{"interface":"front","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"last":0.38800000000000001}]},{"osd":5,"last update":"Tue Feb 6 17:23:41 2024","interfaces":[{"interface":"back","average":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.35599999999999998},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"last":0.34300000000000003}]},{"osd":7,"last update":"Tue Feb 6 17:23:45 2024","interfaces":[{"interface":"back","average":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.37},{"interface":"front","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.31900000000000001}]}]},{"osd":1,"up_from":16,"seq":68719476781,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049076,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696076,"statfs":{"total":95995035648,"available":94920781824,"internally_reserved":1073741824,"allocated":503808,"data_stored":201806,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 6 17:23:50 2024","interfaces":[{"interface":"back","average":{"1min":0.29499999999999998,"5min":0.29799999999999999,"15min":0.28999999999999998},"min":{"1min":0.192,"5min":0.17000000000000001,"15min":0.17000000000000001},"max":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"last":0.247},{"interface":"front","average":{"1min":0.33900000000000002,"5min":0.32400000000000001,"15min":0.30599999999999999},"min":{"1min":0.23499999999999999,"5min":0.17699999999999999,"15min":0.17699999999999999},"max":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"last":0.22500000000000001}]},{"osd":2,"last update":"Tue Feb 6 17:23:13 2024","interfaces":[{"interface":"back","average":{"1min":0.40999999999999998,"5min":0.374,"15min":0.36799999999999999},"min":{"1min":0.255,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.27900000000000003},{"interface":"front","average":{"1min":0.39400000000000002,"5min":0.35999999999999999,"15min":0.35399999999999998},"min":{"1min":0.27000000000000002,"5min":0.247,"15min":0.247},"max":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"last":0.28699999999999998}]},{"osd":3,"last update":"Tue Feb 6 17:23:32 2024","interfaces":[{"interface":"back","average":{"1min":0.35199999999999998,"5min":0.38700000000000001,"15min":0.39300000000000002},"min":{"1min":0.20200000000000001,"5min":0.20200000000000001,"15min":0.20200000000000001},"max":{"1min":0.51600000000000001,"5min":0.54200000000000004,"15min":0.54200000000000004},"last":0.26800000000000002},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.435,"15min":0.442},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.26300000000000001}]},{"osd":4,"last update":"Tue Feb 6 17:23:44 2024","interfaces":[{"interface":"back","average":{"1min":0.45500000000000002,"5min":0.499,"15min":0.50700000000000001},"min":{"1min":0.317,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.71699999999999997,"5min":0.83399999999999996,"15min":0.83399999999999996},"last":0.44500000000000001},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.498,"15min":0.504},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.64300000000000002,"5min":0.84399999999999997,"15min":0.84399999999999997},"last":0.42599999999999999}]},{"osd":5,"last update":"Tue Feb 6 17:24:08 2024","interfaces":[{"interface":"back","average":{"1min":0.502,"5min":0.54300000000000004,"15min":0.55000000000000004},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.45700000000000002},{"interface":"front","average":{"1min":0.47299999999999998,"5min":0.53000000000000003,"15min":0.54000000000000004},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.61699999999999999,"5min":0.748,"15min":0.748},"last":0.46899999999999997}]},{"osd":6,"last update":"Tue Feb 6 17:23:39 2024","interfaces":[{"interface":"back","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.48599999999999999},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.72799999999999998,"5min":0.72799999999999998,"15min":0.72799999999999998},"last":0.41799999999999998}]},{"osd":7,"last update":"Tue Feb 6 17:23:44 2024","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.41199999999999998},{"interface":"front","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.46200000000000002}]}]},{"osd":0,"up_from":10,"seq":42949673009,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049076,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696076,"statfs":{"total":95995035648,"available":94920781824,"internally_reserved":1073741824,"allocated":503808,"data_stored":201806,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Tue Feb 6 17:23:51 2024","interfaces":[{"interface":"back","average":{"1min":0.27300000000000002,"5min":0.32100000000000001,"15min":0.32800000000000001},"min":{"1min":0.17599999999999999,"5min":0.17599999999999999,"15min":0.17599999999999999},"max":{"1min":0.51300000000000001,"5min":0.55900000000000005,"15min":0.55900000000000005},"last":0.21299999999999999},{"interface":"front","average":{"1min":0.38400000000000001,"5min":0.34300000000000003,"15min":0.33200000000000002},"min":{"1min":0.22900000000000001,"5min":0.20699999999999999,"15min":0.20699999999999999},"max":{"1min":1.6479999999999999,"5min":1.6479999999999999,"15min":1.6479999999999999},"last":0.23699999999999999}]},{"osd":2,"last update":"Tue Feb 6 17:24:12 2024","interfaces":[{"interface":"back","average":{"1min":0.314,"5min":0.33900000000000002,"15min":0.34200000000000003},"min":{"1min":0.19,"5min":0.19,"15min":0.19},"max":{"1min":0.54700000000000004,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.309},{"interface":"front","average":{"1min":0.32000000000000001,"5min":0.35799999999999998,"15min":0.36699999999999999},"min":{"1min":0.245,"5min":0.20899999999999999,"15min":0.20899999999999999},"max":{"1min":0.54000000000000004,"5min":0.58699999999999997,"15min":0.58699999999999997},"last":0.253}]},{"osd":3,"last update":"Tue Feb 6 17:23:34 2024","interfaces":[{"interface":"back","average":{"1min":0.34200000000000003,"5min":0.378,"15min":0.38400000000000001},"min":{"1min":0.20799999999999999,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":0.499,"5min":0.51700000000000002,"15min":0.51700000000000002},"last":0.29199999999999998},{"interface":"front","average":{"1min":0.33900000000000002,"5min":0.38200000000000001,"15min":0.38900000000000001},"min":{"1min":0.223,"5min":0.223,"15min":0.223},"max":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"last":0.26300000000000001}]},{"osd":4,"last update":"Tue Feb 6 17:23:48 2024","interfaces":[{"interface":"back","average":{"1min":0.497,"5min":0.46400000000000002,"15min":0.45800000000000002},"min":{"1min":0.33800000000000002,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.67600000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.5},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.622,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.44}]},{"osd":5,"last update":"Tue Feb 6 17:24:03 2024","interfaces":[{"interface":"back","average":{"1min":0.53100000000000003,"5min":0.499,"15min":0.49299999999999999},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.67500000000000004,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.50700000000000001},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.49299999999999999,"15min":0.48899999999999999},"min":{"1min":0.379,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.66000000000000003,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.51000000000000001}]},{"osd":6,"last update":"Tue Feb 6 17:23:38 2024","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.621,"5min":0.621,"15min":0.621},"last":0.52600000000000002},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.45700000000000002}]},{"osd":7,"last update":"Tue Feb 6 17:23:44 2024","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.46999999999999997},{"interface":"front","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.53500000000000003}]}]},{"osd":2,"up_from":21,"seq":90194313257,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049076,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696076,"statfs":{"total":95995035648,"available":94920781824,"internally_reserved":1073741824,"allocated":503808,"data_stored":201806,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 6 17:23:13 2024","interfaces":[{"interface":"back","average":{"1min":0.314,"5min":0.33600000000000002,"15min":0.34000000000000002},"min":{"1min":0.17699999999999999,"5min":0.17699999999999999,"15min":0.17699999999999999},"max":{"1min":0.44700000000000001,"5min":0.54000000000000004,"15min":0.54000000000000004},"last":0.36899999999999999},{"interface":"front","average":{"1min":0.33600000000000002,"5min":0.35199999999999998,"15min":0.35399999999999998},"min":{"1min":0.216,"5min":0.216,"15min":0.216},"max":{"1min":0.53900000000000003,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.35399999999999998}]},{"osd":1,"last update":"Tue Feb 6 17:23:13 2024","interfaces":[{"interface":"back","average":{"1min":0.33500000000000002,"5min":0.34300000000000003,"15min":0.34499999999999997},"min":{"1min":0.20699999999999999,"5min":0.20699999999999999,"15min":0.20699999999999999},"max":{"1min":0.41999999999999998,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.34300000000000003},{"interface":"front","average":{"1min":0.35099999999999998,"5min":0.40899999999999997,"15min":0.41899999999999998},"min":{"1min":0.19800000000000001,"5min":0.19800000000000001,"15min":0.19800000000000001},"max":{"1min":0.496,"5min":1.6539999999999999,"15min":1.6539999999999999},"last":0.378}]},{"osd":3,"last update":"Tue Feb 6 17:23:31 2024","interfaces":[{"interface":"back","average":{"1min":0.34699999999999998,"5min":0.39500000000000002,"15min":0.40300000000000002},"min":{"1min":0.22900000000000001,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":0.55300000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"last":0.38800000000000001},{"interface":"front","average":{"1min":0.35199999999999998,"5min":0.40799999999999997,"15min":0.41799999999999998},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.51800000000000002,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.39800000000000002}]},{"osd":4,"last update":"Tue Feb 6 17:23:49 2024","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.498,"15min":0.499},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.66600000000000004,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.60599999999999998},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.65700000000000003,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.69799999999999995}]},{"osd":5,"last update":"Tue Feb 6 17:24:06 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.68600000000000005},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.56200000000000006,"15min":0.56799999999999995},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.71399999999999997,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.66800000000000004}]},{"osd":6,"last update":"Tue Feb 6 17:23:39 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.58699999999999997},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.73799999999999999}]},{"osd":7,"last update":"Tue Feb 6 17:23:43 2024","interfaces":[{"interface":"back","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.55000000000000004},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.71099999999999997}]}]},{"osd":3,"up_from":26,"seq":111669149734,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049076,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696076,"statfs":{"total":95995035648,"available":94920781824,"internally_reserved":1073741824,"allocated":503808,"data_stored":201806,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 6 17:23:33 2024","interfaces":[{"interface":"back","average":{"1min":0.33000000000000002,"5min":0.35199999999999998,"15min":0.35599999999999998},"min":{"1min":0.23000000000000001,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.29899999999999999},{"interface":"front","average":{"1min":0.34499999999999997,"5min":0.37,"15min":0.374},"min":{"1min":0.22,"5min":0.22,"15min":0.22},"max":{"1min":0.625,"5min":0.625,"15min":0.625},"last":0.33300000000000002}]},{"osd":1,"last update":"Tue Feb 6 17:23:33 2024","interfaces":[{"interface":"back","average":{"1min":0.36399999999999999,"5min":0.39400000000000002,"15min":0.39900000000000002},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.59199999999999997,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.307},{"interface":"front","average":{"1min":0.34899999999999998,"5min":0.379,"15min":0.38400000000000001},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.32100000000000001}]},{"osd":2,"last update":"Tue Feb 6 17:23:33 2024","interfaces":[{"interface":"back","average":{"1min":0.38400000000000001,"5min":0.39500000000000002,"15min":0.39700000000000002},"min":{"1min":0.23699999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.36899999999999999},{"interface":"front","average":{"1min":0.37,"5min":0.39400000000000002,"15min":0.39800000000000002},"min":{"1min":0.223,"5min":0.223,"15min":0.223},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.34300000000000003}]},{"osd":4,"last update":"Tue Feb 6 17:23:45 2024","interfaces":[{"interface":"back","average":{"1min":0.46800000000000003,"5min":0.52300000000000002,"15min":0.53200000000000003},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.78600000000000003,"5min":0.92800000000000005,"15min":0.92800000000000005},"last":0.40000000000000002},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.52900000000000003,"15min":0.53700000000000003},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.72399999999999998,"5min":0.95099999999999996,"15min":0.95099999999999996},"last":0.38500000000000001}]},{"osd":5,"last update":"Tue Feb 6 17:24:03 2024","interfaces":[{"interface":"back","average":{"1min":0.48099999999999998,"5min":0.54000000000000004,"15min":0.55000000000000004},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.74199999999999999,"5min":0.91900000000000004,"15min":0.91900000000000004},"last":0.437},{"interface":"front","average":{"1min":0.496,"5min":0.54000000000000004,"15min":0.54700000000000004},"min":{"1min":0.35699999999999998,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.65600000000000003,"5min":0.90300000000000002,"15min":0.90300000000000002},"last":0.45700000000000002}]},{"osd":6,"last update":"Tue Feb 6 17:23:39 2024","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.94399999999999995,"5min":0.94399999999999995,"15min":0.94399999999999995},"last":0.497},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.877,"5min":0.877,"15min":0.877},"last":0.41799999999999998}]},{"osd":7,"last update":"Tue Feb 6 17:23:45 2024","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.79700000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"last":0.51800000000000002}]}]},{"osd":4,"up_from":31,"seq":133143986211,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049072,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696080,"statfs":{"total":95995035648,"available":94920785920,"internally_reserved":1073741824,"allocated":499712,"data_stored":201512,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 6 17:23:47 2024","interfaces":[{"interface":"back","average":{"1min":0.47199999999999998,"5min":0.52000000000000002,"15min":0.52800000000000002},"min":{"1min":0.35999999999999999,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.61699999999999999,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.504},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.54200000000000004,"15min":0.55000000000000004},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.59599999999999997,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.54800000000000004}]},{"osd":1,"last update":"Tue Feb 6 17:23:47 2024","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.48699999999999999,"15min":0.49099999999999999},"min":{"1min":0.35099999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.55600000000000005,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.52100000000000002},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.50600000000000001,"15min":0.51000000000000001},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.60799999999999998,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.51400000000000001}]},{"osd":2,"last update":"Tue Feb 6 17:23:47 2024","interfaces":[{"interface":"back","average":{"1min":0.45700000000000002,"5min":0.499,"15min":0.50600000000000001},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.58199999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.48199999999999998},{"interface":"front","average":{"1min":0.47899999999999998,"5min":0.52600000000000002,"15min":0.53400000000000003},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.60899999999999999,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.53200000000000003}]},{"osd":3,"last update":"Tue Feb 6 17:23:47 2024","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.52900000000000003,"15min":0.53700000000000003},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.57599999999999996,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.56699999999999995},{"interface":"front","average":{"1min":0.47299999999999998,"5min":0.48099999999999998,"15min":0.48299999999999998},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.56999999999999995,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.48999999999999999}]},{"osd":5,"last update":"Tue Feb 6 17:24:05 2024","interfaces":[{"interface":"back","average":{"1min":0.40100000000000002,"5min":0.34300000000000003,"15min":0.33300000000000002},"min":{"1min":0.26300000000000001,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.38900000000000001},{"interface":"front","average":{"1min":0.44900000000000001,"5min":0.38600000000000001,"15min":0.376},"min":{"1min":0.32000000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.45900000000000002}]},{"osd":6,"last update":"Tue Feb 6 17:23:38 2024","interfaces":[{"interface":"back","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.40000000000000002},{"interface":"front","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.434}]},{"osd":7,"last update":"Tue Feb 6 17:23:47 2024","interfaces":[{"interface":"back","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.46999999999999997},{"interface":"front","average":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.41399999999999998}]}]},{"osd":5,"up_from":36,"seq":154618822686,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049072,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696080,"statfs":{"total":95995035648,"available":94920785920,"internally_reserved":1073741824,"allocated":499712,"data_stored":201512,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 6 17:24:03 2024","interfaces":[{"interface":"back","average":{"1min":0.44900000000000001,"5min":0.48499999999999999,"15min":0.49099999999999999},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.69499999999999995,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.34000000000000002},{"interface":"front","average":{"1min":0.45100000000000001,"5min":0.46400000000000002,"15min":0.46600000000000003},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.67600000000000005,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.40300000000000002}]},{"osd":1,"last update":"Tue Feb 6 17:24:03 2024","interfaces":[{"interface":"back","average":{"1min":0.45700000000000002,"5min":0.46500000000000002,"15min":0.46600000000000003},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.73099999999999998,"5min":0.752,"15min":0.752},"last":0.377},{"interface":"front","average":{"1min":0.437,"5min":0.47999999999999998,"15min":0.48699999999999999},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.64700000000000002,"5min":0.65800000000000003,"15min":0.65800000000000003},"last":0.34999999999999998}]},{"osd":2,"last update":"Tue Feb 6 17:24:03 2024","interfaces":[{"interface":"back","average":{"1min":0.45100000000000001,"5min":0.47099999999999997,"15min":0.47499999999999998},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.65300000000000002,"5min":0.65800000000000003,"15min":0.65800000000000003},"last":0.39000000000000001},{"interface":"front","average":{"1min":0.47599999999999998,"5min":0.47999999999999998,"15min":0.48099999999999998},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.44500000000000001}]},{"osd":3,"last update":"Tue Feb 6 17:24:03 2024","interfaces":[{"interface":"back","average":{"1min":0.44700000000000001,"5min":0.46200000000000002,"15min":0.46400000000000002},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.70899999999999996,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.434},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.495,"15min":0.497},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.66400000000000003,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.48199999999999998}]},{"osd":4,"last update":"Tue Feb 6 17:24:03 2024","interfaces":[{"interface":"back","average":{"1min":0.36299999999999999,"5min":0.33900000000000002,"15min":0.33500000000000002},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.56000000000000005,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.30499999999999999},{"interface":"front","average":{"1min":0.39000000000000001,"5min":0.35399999999999998,"15min":0.34799999999999998},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"last":0.48999999999999999}]},{"osd":6,"last update":"Tue Feb 6 17:23:39 2024","interfaces":[{"interface":"back","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"last":0.41699999999999998},{"interface":"front","average":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.45400000000000001}]},{"osd":7,"last update":"Tue Feb 6 17:23:46 2024","interfaces":[{"interface":"back","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.53000000000000003},{"interface":"front","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.625,"5min":0.625,"15min":0.625},"last":0.50900000000000001}]}]}]}} 2024-02-06T17:24:21.627 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph pg dump --format=json 2024-02-06T17:24:22.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:21 smithi102 bash[35648]: audit 2024-02-06T17:24:20.839458+0000 mgr.y (mgr.14140) 214 : audit [DBG] from='client.24472 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-06T17:24:22.221 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:21 smithi096 bash[35573]: audit 2024-02-06T17:24:20.839458+0000 mgr.y (mgr.14140) 214 : audit [DBG] from='client.24472 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-06T17:24:22.221 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:21 smithi096 bash[38906]: audit 2024-02-06T17:24:20.839458+0000 mgr.y (mgr.14140) 214 : audit [DBG] from='client.24472 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-06T17:24:22.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:22 smithi102 bash[35648]: cluster 2024-02-06T17:24:21.648929+0000 mgr.y (mgr.14140) 215 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:23.019 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:22 smithi096 bash[35573]: cluster 2024-02-06T17:24:21.648929+0000 mgr.y (mgr.14140) 215 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:23.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:22 smithi096 bash[38906]: cluster 2024-02-06T17:24:21.648929+0000 mgr.y (mgr.14140) 215 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:23.711 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-06T17:24:23.712 INFO:teuthology.orchestra.run.smithi096.stderr:dumped all 2024-02-06T17:24:24.489 INFO:teuthology.orchestra.run.smithi096.stdout:{"pg_ready":true,"pg_map":{"version":206,"stamp":"2024-02-06T17:24:23.649059+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":8392596,"kb_used_data":3924,"kb_used_omap":8,"kb_used_meta":8388599,"kb_avail":741568620,"statfs":{"total":767960285184,"available":759366266880,"internally_reserved":8589934592,"allocated":4018176,"data_stored":1613566,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9196,"internal_metadata":8589925396},"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.002078"},"pg_stats":[{"pgid":"1.0","version":"17'1","reported_seq":"14","reported_epoch":"51","state":"active+clean","last_fresh":"2024-02-06T17:22:44.064582+0000","last_change":"2024-02-06T17:22:44.064582+0000","last_active":"2024-02-06T17:22:44.064582+0000","last_peered":"2024-02-06T17:22:44.064582+0000","last_clean":"2024-02-06T17:22:44.064582+0000","last_became_active":"2024-02-06T17:22:44.062506+0000","last_became_peered":"2024-02-06T17:22:44.062506+0000","last_unstale":"2024-02-06T17:22:44.064582+0000","last_undegraded":"2024-02-06T17:22:44.064582+0000","last_fullsized":"2024-02-06T17:22:44.064582+0000","mapping_epoch":50,"log_start":"0'0","ondisk_log_start":"0'0","created":2,"last_epoch_clean":51,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-06T17:18:19.123760+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-06T17:18:19.123760+0000","last_clean_scrub_stamp":"2024-02-06T17:18:19.123760+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":9196,"internal_metadata":0},"log_size":1,"ondisk_log_size":1,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":50,"seq":214748364823,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049076,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696076,"statfs":{"total":95995035648,"available":94920781824,"internally_reserved":1073741824,"allocated":503808,"data_stored":201806,"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":"Tue Feb 6 17:23:44 2024","interfaces":[{"interface":"back","average":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.53700000000000003},{"interface":"front","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.47899999999999998}]},{"osd":1,"last update":"Tue Feb 6 17:23:44 2024","interfaces":[{"interface":"back","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.52000000000000002},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.433}]},{"osd":2,"last update":"Tue Feb 6 17:23:44 2024","interfaces":[{"interface":"back","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.45200000000000001},{"interface":"front","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.49099999999999999}]},{"osd":3,"last update":"Tue Feb 6 17:23:44 2024","interfaces":[{"interface":"back","average":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.628,"5min":0.628,"15min":0.628},"last":0.501},{"interface":"front","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.443}]},{"osd":4,"last update":"Tue Feb 6 17:23:44 2024","interfaces":[{"interface":"back","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"last":0.29499999999999998},{"interface":"front","average":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.313}]},{"osd":5,"last update":"Tue Feb 6 17:23:44 2024","interfaces":[{"interface":"back","average":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.627,"5min":0.627,"15min":0.627},"last":0.32800000000000001},{"interface":"front","average":{"1min":0.435,"5min":0.435,"15min":0.435},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"last":0.34200000000000003}]},{"osd":6,"last update":"Tue Feb 6 17:23:44 2024","interfaces":[{"interface":"back","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.36699999999999999},{"interface":"front","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.35799999999999998}]}]},{"osd":6,"up_from":46,"seq":197568495639,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049072,"kb_used_data":488,"kb_used_omap":8,"kb_used_meta":1048567,"kb_avail":92696080,"statfs":{"total":95995035648,"available":94920785920,"internally_reserved":1073741824,"allocated":499712,"data_stored":201512,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9196,"internal_metadata":1073732628},"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":"Tue Feb 6 17:23:41 2024","interfaces":[{"interface":"back","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.50900000000000001},{"interface":"front","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.628}]},{"osd":1,"last update":"Tue Feb 6 17:23:41 2024","interfaces":[{"interface":"back","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.623,"5min":0.623,"15min":0.623},"last":0.48399999999999999},{"interface":"front","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.56100000000000005}]},{"osd":2,"last update":"Tue Feb 6 17:23:41 2024","interfaces":[{"interface":"back","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"last":0.59599999999999997},{"interface":"front","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"last":0.439}]},{"osd":3,"last update":"Tue Feb 6 17:23:41 2024","interfaces":[{"interface":"back","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.623,"5min":0.623,"15min":0.623},"last":0.61299999999999999},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.621,"5min":0.621,"15min":0.621},"last":0.45600000000000002}]},{"osd":4,"last update":"Tue Feb 6 17:23:41 2024","interfaces":[{"interface":"back","average":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"last":0.29799999999999999},{"interface":"front","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"last":0.36099999999999999}]},{"osd":5,"last update":"Tue Feb 6 17:23:41 2024","interfaces":[{"interface":"back","average":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.34699999999999998},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"last":0.308}]},{"osd":7,"last update":"Tue Feb 6 17:23:45 2024","interfaces":[{"interface":"back","average":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.33400000000000002},{"interface":"front","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.379}]}]},{"osd":1,"up_from":16,"seq":68719476782,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049076,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696076,"statfs":{"total":95995035648,"available":94920781824,"internally_reserved":1073741824,"allocated":503808,"data_stored":201806,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 6 17:23:50 2024","interfaces":[{"interface":"back","average":{"1min":0.29499999999999998,"5min":0.29799999999999999,"15min":0.28999999999999998},"min":{"1min":0.192,"5min":0.17000000000000001,"15min":0.17000000000000001},"max":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"last":0.40400000000000003},{"interface":"front","average":{"1min":0.33900000000000002,"5min":0.32400000000000001,"15min":0.30599999999999999},"min":{"1min":0.23499999999999999,"5min":0.17699999999999999,"15min":0.17699999999999999},"max":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"last":0.437}]},{"osd":2,"last update":"Tue Feb 6 17:24:17 2024","interfaces":[{"interface":"back","average":{"1min":0.314,"5min":0.36299999999999999,"15min":0.36399999999999999},"min":{"1min":0.27100000000000002,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.47399999999999998,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.47599999999999998},{"interface":"front","average":{"1min":0.29899999999999999,"5min":0.34899999999999998,"15min":0.35099999999999998},"min":{"1min":0.21299999999999999,"5min":0.21299999999999999,"15min":0.21299999999999999},"max":{"1min":0.372,"5min":0.51800000000000002,"15min":0.51800000000000002},"last":0.44800000000000001}]},{"osd":3,"last update":"Tue Feb 6 17:23:32 2024","interfaces":[{"interface":"back","average":{"1min":0.35199999999999998,"5min":0.38700000000000001,"15min":0.39300000000000002},"min":{"1min":0.20200000000000001,"5min":0.20200000000000001,"15min":0.20200000000000001},"max":{"1min":0.51600000000000001,"5min":0.54200000000000004,"15min":0.54200000000000004},"last":0.41899999999999998},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.435,"15min":0.442},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.45900000000000002}]},{"osd":4,"last update":"Tue Feb 6 17:23:44 2024","interfaces":[{"interface":"back","average":{"1min":0.45500000000000002,"5min":0.499,"15min":0.50700000000000001},"min":{"1min":0.317,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.71699999999999997,"5min":0.83399999999999996,"15min":0.83399999999999996},"last":0.73699999999999999},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.498,"15min":0.504},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.64300000000000002,"5min":0.84399999999999997,"15min":0.84399999999999997},"last":0.752}]},{"osd":5,"last update":"Tue Feb 6 17:24:08 2024","interfaces":[{"interface":"back","average":{"1min":0.502,"5min":0.54300000000000004,"15min":0.55000000000000004},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.82999999999999996},{"interface":"front","average":{"1min":0.47299999999999998,"5min":0.53000000000000003,"15min":0.54000000000000004},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.61699999999999999,"5min":0.748,"15min":0.748},"last":0.89200000000000002}]},{"osd":6,"last update":"Tue Feb 6 17:23:39 2024","interfaces":[{"interface":"back","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.70299999999999996},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.72799999999999998,"5min":0.72799999999999998,"15min":0.72799999999999998},"last":0.72099999999999997}]},{"osd":7,"last update":"Tue Feb 6 17:23:44 2024","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.84199999999999997},{"interface":"front","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.81999999999999995}]}]},{"osd":0,"up_from":10,"seq":42949673010,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049076,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696076,"statfs":{"total":95995035648,"available":94920781824,"internally_reserved":1073741824,"allocated":503808,"data_stored":201806,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Tue Feb 6 17:23:51 2024","interfaces":[{"interface":"back","average":{"1min":0.27300000000000002,"5min":0.32100000000000001,"15min":0.32800000000000001},"min":{"1min":0.17599999999999999,"5min":0.17599999999999999,"15min":0.17599999999999999},"max":{"1min":0.51300000000000001,"5min":0.55900000000000005,"15min":0.55900000000000005},"last":0.23899999999999999},{"interface":"front","average":{"1min":0.38400000000000001,"5min":0.34300000000000003,"15min":0.33200000000000002},"min":{"1min":0.22900000000000001,"5min":0.20699999999999999,"15min":0.20699999999999999},"max":{"1min":1.6479999999999999,"5min":1.6479999999999999,"15min":1.6479999999999999},"last":0.27000000000000002}]},{"osd":2,"last update":"Tue Feb 6 17:24:12 2024","interfaces":[{"interface":"back","average":{"1min":0.314,"5min":0.33900000000000002,"15min":0.34200000000000003},"min":{"1min":0.19,"5min":0.19,"15min":0.19},"max":{"1min":0.54700000000000004,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.29099999999999998},{"interface":"front","average":{"1min":0.32000000000000001,"5min":0.35799999999999998,"15min":0.36699999999999999},"min":{"1min":0.245,"5min":0.20899999999999999,"15min":0.20899999999999999},"max":{"1min":0.54000000000000004,"5min":0.58699999999999997,"15min":0.58699999999999997},"last":0.32300000000000001}]},{"osd":3,"last update":"Tue Feb 6 17:23:34 2024","interfaces":[{"interface":"back","average":{"1min":0.34200000000000003,"5min":0.378,"15min":0.38400000000000001},"min":{"1min":0.20799999999999999,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":0.499,"5min":0.51700000000000002,"15min":0.51700000000000002},"last":0.314},{"interface":"front","average":{"1min":0.33900000000000002,"5min":0.38200000000000001,"15min":0.38900000000000001},"min":{"1min":0.223,"5min":0.223,"15min":0.223},"max":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"last":0.251}]},{"osd":4,"last update":"Tue Feb 6 17:23:48 2024","interfaces":[{"interface":"back","average":{"1min":0.497,"5min":0.46400000000000002,"15min":0.45800000000000002},"min":{"1min":0.33800000000000002,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.67600000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.439},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.622,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.47699999999999998}]},{"osd":5,"last update":"Tue Feb 6 17:24:03 2024","interfaces":[{"interface":"back","average":{"1min":0.53100000000000003,"5min":0.499,"15min":0.49299999999999999},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.67500000000000004,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.52600000000000002},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.49299999999999999,"15min":0.48899999999999999},"min":{"1min":0.379,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.66000000000000003,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.51900000000000002}]},{"osd":6,"last update":"Tue Feb 6 17:23:38 2024","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.621,"5min":0.621,"15min":0.621},"last":0.42499999999999999},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.497}]},{"osd":7,"last update":"Tue Feb 6 17:23:44 2024","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.51100000000000001},{"interface":"front","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.48199999999999998}]}]},{"osd":2,"up_from":21,"seq":90194313258,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049076,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696076,"statfs":{"total":95995035648,"available":94920781824,"internally_reserved":1073741824,"allocated":503808,"data_stored":201806,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 6 17:24:16 2024","interfaces":[{"interface":"back","average":{"1min":0.30199999999999999,"5min":0.32800000000000001,"15min":0.33700000000000002},"min":{"1min":0.217,"5min":0.17699999999999999,"15min":0.17699999999999999},"max":{"1min":0.5,"5min":0.54000000000000004,"15min":0.54000000000000004},"last":0.34200000000000003},{"interface":"front","average":{"1min":0.30599999999999999,"5min":0.34200000000000003,"15min":0.35099999999999998},"min":{"1min":0.216,"5min":0.216,"15min":0.216},"max":{"1min":0.438,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.28100000000000003}]},{"osd":1,"last update":"Tue Feb 6 17:24:16 2024","interfaces":[{"interface":"back","average":{"1min":0.32500000000000001,"5min":0.33900000000000002,"15min":0.34300000000000003},"min":{"1min":0.20200000000000001,"5min":0.20200000000000001,"15min":0.20200000000000001},"max":{"1min":0.52300000000000002,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.38500000000000001},{"interface":"front","average":{"1min":0.33500000000000002,"5min":0.39100000000000001,"15min":0.41299999999999998},"min":{"1min":0.245,"5min":0.19800000000000001,"15min":0.19800000000000001},"max":{"1min":0.51100000000000001,"5min":1.6539999999999999,"15min":1.6539999999999999},"last":0.316}]},{"osd":3,"last update":"Tue Feb 6 17:23:31 2024","interfaces":[{"interface":"back","average":{"1min":0.34699999999999998,"5min":0.39500000000000002,"15min":0.40300000000000002},"min":{"1min":0.22900000000000001,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":0.55300000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"last":0.307},{"interface":"front","average":{"1min":0.35199999999999998,"5min":0.40799999999999997,"15min":0.41799999999999998},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.51800000000000002,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.35499999999999998}]},{"osd":4,"last update":"Tue Feb 6 17:23:49 2024","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.498,"15min":0.499},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.66600000000000004,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.45600000000000002},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.65700000000000003,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.41199999999999998}]},{"osd":5,"last update":"Tue Feb 6 17:24:06 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.40600000000000003},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.56200000000000006,"15min":0.56799999999999995},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.71399999999999997,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.49199999999999999}]},{"osd":6,"last update":"Tue Feb 6 17:23:39 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.41599999999999998},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.42599999999999999}]},{"osd":7,"last update":"Tue Feb 6 17:23:43 2024","interfaces":[{"interface":"back","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.47199999999999998},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.433}]}]},{"osd":3,"up_from":26,"seq":111669149735,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049076,"kb_used_data":492,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696076,"statfs":{"total":95995035648,"available":94920781824,"internally_reserved":1073741824,"allocated":503808,"data_stored":201806,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 6 17:23:33 2024","interfaces":[{"interface":"back","average":{"1min":0.33000000000000002,"5min":0.35199999999999998,"15min":0.35599999999999998},"min":{"1min":0.23000000000000001,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.39800000000000002},{"interface":"front","average":{"1min":0.34499999999999997,"5min":0.37,"15min":0.374},"min":{"1min":0.22,"5min":0.22,"15min":0.22},"max":{"1min":0.625,"5min":0.625,"15min":0.625},"last":0.40600000000000003}]},{"osd":1,"last update":"Tue Feb 6 17:23:33 2024","interfaces":[{"interface":"back","average":{"1min":0.36399999999999999,"5min":0.39400000000000002,"15min":0.39900000000000002},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.59199999999999997,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.371},{"interface":"front","average":{"1min":0.34899999999999998,"5min":0.379,"15min":0.38400000000000001},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.36099999999999999}]},{"osd":2,"last update":"Tue Feb 6 17:23:33 2024","interfaces":[{"interface":"back","average":{"1min":0.38400000000000001,"5min":0.39500000000000002,"15min":0.39700000000000002},"min":{"1min":0.23699999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.38400000000000001},{"interface":"front","average":{"1min":0.37,"5min":0.39400000000000002,"15min":0.39800000000000002},"min":{"1min":0.223,"5min":0.223,"15min":0.223},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.42099999999999999}]},{"osd":4,"last update":"Tue Feb 6 17:23:45 2024","interfaces":[{"interface":"back","average":{"1min":0.46800000000000003,"5min":0.52300000000000002,"15min":0.53200000000000003},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.78600000000000003,"5min":0.92800000000000005,"15min":0.92800000000000005},"last":0.65000000000000002},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.52900000000000003,"15min":0.53700000000000003},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.72399999999999998,"5min":0.95099999999999996,"15min":0.95099999999999996},"last":0.69399999999999995}]},{"osd":5,"last update":"Tue Feb 6 17:24:03 2024","interfaces":[{"interface":"back","average":{"1min":0.48099999999999998,"5min":0.54000000000000004,"15min":0.55000000000000004},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.74199999999999999,"5min":0.91900000000000004,"15min":0.91900000000000004},"last":0.71699999999999997},{"interface":"front","average":{"1min":0.496,"5min":0.54000000000000004,"15min":0.54700000000000004},"min":{"1min":0.35699999999999998,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.65600000000000003,"5min":0.90300000000000002,"15min":0.90300000000000002},"last":0.72699999999999998}]},{"osd":6,"last update":"Tue Feb 6 17:23:39 2024","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.94399999999999995,"5min":0.94399999999999995,"15min":0.94399999999999995},"last":0.66300000000000003},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.877,"5min":0.877,"15min":0.877},"last":0.64100000000000001}]},{"osd":7,"last update":"Tue Feb 6 17:23:45 2024","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.629},{"interface":"front","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.79700000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"last":0.70699999999999996}]}]},{"osd":4,"up_from":31,"seq":133143986211,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049072,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696080,"statfs":{"total":95995035648,"available":94920785920,"internally_reserved":1073741824,"allocated":499712,"data_stored":201512,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 6 17:23:47 2024","interfaces":[{"interface":"back","average":{"1min":0.47199999999999998,"5min":0.52000000000000002,"15min":0.52800000000000002},"min":{"1min":0.35999999999999999,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.61699999999999999,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.504},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.54200000000000004,"15min":0.55000000000000004},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.59599999999999997,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.54800000000000004}]},{"osd":1,"last update":"Tue Feb 6 17:23:47 2024","interfaces":[{"interface":"back","average":{"1min":0.46700000000000003,"5min":0.48699999999999999,"15min":0.49099999999999999},"min":{"1min":0.35099999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.55600000000000005,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.52100000000000002},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.50600000000000001,"15min":0.51000000000000001},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.60799999999999998,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.51400000000000001}]},{"osd":2,"last update":"Tue Feb 6 17:23:47 2024","interfaces":[{"interface":"back","average":{"1min":0.45700000000000002,"5min":0.499,"15min":0.50600000000000001},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.58199999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.48199999999999998},{"interface":"front","average":{"1min":0.47899999999999998,"5min":0.52600000000000002,"15min":0.53400000000000003},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.60899999999999999,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.53200000000000003}]},{"osd":3,"last update":"Tue Feb 6 17:23:47 2024","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.52900000000000003,"15min":0.53700000000000003},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.57599999999999996,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.56699999999999995},{"interface":"front","average":{"1min":0.47299999999999998,"5min":0.48099999999999998,"15min":0.48299999999999998},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.56999999999999995,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.48999999999999999}]},{"osd":5,"last update":"Tue Feb 6 17:24:05 2024","interfaces":[{"interface":"back","average":{"1min":0.40100000000000002,"5min":0.34300000000000003,"15min":0.33300000000000002},"min":{"1min":0.26300000000000001,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.38900000000000001},{"interface":"front","average":{"1min":0.44900000000000001,"5min":0.38600000000000001,"15min":0.376},"min":{"1min":0.32000000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.45900000000000002}]},{"osd":6,"last update":"Tue Feb 6 17:23:38 2024","interfaces":[{"interface":"back","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.40000000000000002},{"interface":"front","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.434}]},{"osd":7,"last update":"Tue Feb 6 17:23:47 2024","interfaces":[{"interface":"back","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.46999999999999997},{"interface":"front","average":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.41399999999999998}]}]},{"osd":5,"up_from":36,"seq":154618822687,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049072,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696080,"statfs":{"total":95995035648,"available":94920785920,"internally_reserved":1073741824,"allocated":499712,"data_stored":201512,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Feb 6 17:24:03 2024","interfaces":[{"interface":"back","average":{"1min":0.44900000000000001,"5min":0.48499999999999999,"15min":0.49099999999999999},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.69499999999999995,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.45700000000000002},{"interface":"front","average":{"1min":0.45100000000000001,"5min":0.46400000000000002,"15min":0.46600000000000003},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.67600000000000005,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.46999999999999997}]},{"osd":1,"last update":"Tue Feb 6 17:24:03 2024","interfaces":[{"interface":"back","average":{"1min":0.45700000000000002,"5min":0.46500000000000002,"15min":0.46600000000000003},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.73099999999999998,"5min":0.752,"15min":0.752},"last":0.502},{"interface":"front","average":{"1min":0.437,"5min":0.47999999999999998,"15min":0.48699999999999999},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.64700000000000002,"5min":0.65800000000000003,"15min":0.65800000000000003},"last":0.42299999999999999}]},{"osd":2,"last update":"Tue Feb 6 17:24:03 2024","interfaces":[{"interface":"back","average":{"1min":0.45100000000000001,"5min":0.47099999999999997,"15min":0.47499999999999998},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.65300000000000002,"5min":0.65800000000000003,"15min":0.65800000000000003},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.47599999999999998,"5min":0.47999999999999998,"15min":0.48099999999999998},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.432}]},{"osd":3,"last update":"Tue Feb 6 17:24:03 2024","interfaces":[{"interface":"back","average":{"1min":0.44700000000000001,"5min":0.46200000000000002,"15min":0.46400000000000002},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.70899999999999996,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.46200000000000002},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.495,"15min":0.497},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.66400000000000003,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.51500000000000001}]},{"osd":4,"last update":"Tue Feb 6 17:24:03 2024","interfaces":[{"interface":"back","average":{"1min":0.36299999999999999,"5min":0.33900000000000002,"15min":0.33500000000000002},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.56000000000000005,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.372},{"interface":"front","average":{"1min":0.39000000000000001,"5min":0.35399999999999998,"15min":0.34799999999999998},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"last":0.34999999999999998}]},{"osd":6,"last update":"Tue Feb 6 17:23:39 2024","interfaces":[{"interface":"back","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"last":0.48099999999999998},{"interface":"front","average":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.33800000000000002}]},{"osd":7,"last update":"Tue Feb 6 17:23:46 2024","interfaces":[{"interface":"back","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.40200000000000002},{"interface":"front","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.625,"5min":0.625,"15min":0.625},"last":0.38800000000000001}]}]}]}} 2024-02-06T17:24:24.490 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-06T17:24:24.490 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-06T17:24:24.491 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-06T17:24:24.491 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid a15007fc-c513-11ee-95b6-87774f69a715 -- ceph health --format=json 2024-02-06T17:24:24.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:24 smithi096 bash[35573]: cluster 2024-02-06T17:24:23.649183+0000 mgr.y (mgr.14140) 216 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:24.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:24 smithi096 bash[35573]: audit 2024-02-06T17:24:23.708715+0000 mgr.y (mgr.14140) 217 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-06T17:24:24.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:24 smithi096 bash[38906]: cluster 2024-02-06T17:24:23.649183+0000 mgr.y (mgr.14140) 216 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:24.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:24 smithi096 bash[38906]: audit 2024-02-06T17:24:23.708715+0000 mgr.y (mgr.14140) 217 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-06T17:24:24.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:24 smithi096 bash[35573]: audit 2024-02-06T17:24:24.433279+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:24.432036\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:24.432135\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:24.432170\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:24.432202\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:24.432232\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:24.432263\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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-02-06T17:24:24.432293\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:24:12.594715\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:24:24.432323\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:24:24.432353\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}}, \"last_daemon_update\": \"2024-02-06T17:24:24.432438\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:24:24.772 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:24 smithi096 bash[35573]: audit 2024-02-06T17:24:24.436358+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:24.432036\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:24.432135\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:24.432170\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:24.432202\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:24.432232\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:24.432263\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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-02-06T17:24:24.432293\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:24:12.594715\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:24:24.432323\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:24:24.432353\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}}, \"last_daemon_update\": \"2024-02-06T17:24:24.432438\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:24:24.772 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:24 smithi096 bash[35573]: audit 2024-02-06T17:24:24.438572+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:24:24.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:24 smithi096 bash[38906]: audit 2024-02-06T17:24:24.433279+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:24.432036\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:24.432135\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:24.432170\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:24.432202\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:24.432232\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:24.432263\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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-02-06T17:24:24.432293\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:24:12.594715\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:24:24.432323\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:24:24.432353\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}}, \"last_daemon_update\": \"2024-02-06T17:24:24.432438\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:24:24.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:24 smithi096 bash[38906]: audit 2024-02-06T17:24:24.436358+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:24.432036\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:24.432135\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:24.432170\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:24.432202\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:24.432232\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:24.432263\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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-02-06T17:24:24.432293\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:24:12.594715\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:24:24.432323\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:24:24.432353\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}}, \"last_daemon_update\": \"2024-02-06T17:24:24.432438\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:24:24.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:24 smithi096 bash[38906]: audit 2024-02-06T17:24:24.438572+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:24:24.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:24 smithi102 bash[35648]: cluster 2024-02-06T17:24:23.649183+0000 mgr.y (mgr.14140) 216 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:24.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:24 smithi102 bash[35648]: audit 2024-02-06T17:24:23.708715+0000 mgr.y (mgr.14140) 217 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-06T17:24:24.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:24 smithi102 bash[35648]: audit 2024-02-06T17:24:24.433279+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:24.432036\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:24.432135\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:24.432170\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:24.432202\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:24.432232\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:24.432263\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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-02-06T17:24:24.432293\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:24:12.594715\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:24:24.432323\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:24:24.432353\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}}, \"last_daemon_update\": \"2024-02-06T17:24:24.432438\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:24:24.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:24 smithi102 bash[35648]: audit 2024-02-06T17:24:24.436358+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:24.432036\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:24.432135\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:24.432170\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:24.432202\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:24.432232\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:24.432263\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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-02-06T17:24:24.432293\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:24:12.594715\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:24:24.432323\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:24:24.432353\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}}, \"last_daemon_update\": \"2024-02-06T17:24:24.432438\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:24:24.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:24 smithi102 bash[35648]: audit 2024-02-06T17:24:24.438572+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:24:26.946 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:26 smithi096 bash[35573]: cluster 2024-02-06T17:24:25.649600+0000 mgr.y (mgr.14140) 218 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:26.946 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:26 smithi096 bash[38906]: cluster 2024-02-06T17:24:25.649600+0000 mgr.y (mgr.14140) 218 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:27.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:26 smithi102 bash[35648]: cluster 2024-02-06T17:24:25.649600+0000 mgr.y (mgr.14140) 218 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:27.413 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-02-06T17:24:28.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:27 smithi096 bash[35573]: audit 2024-02-06T17:24:27.412916+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.96:0/1882392824' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-06T17:24:28.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:27 smithi096 bash[38906]: audit 2024-02-06T17:24:27.412916+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.96:0/1882392824' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-06T17:24:28.162 INFO:teuthology.orchestra.run.smithi096.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-06T17:24:28.163 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-06T17:24:28.163 INFO:tasks.cephadm:Setup complete, yielding 2024-02-06T17:24:28.163 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-06T17:24:28.175 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi096.front.sepia.ceph.com 2024-02-06T17:24:28.175 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'radosgw-admin realm create --rgw-realm=r --default' 2024-02-06T17:24:28.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:27 smithi102 bash[35648]: audit 2024-02-06T17:24:27.412916+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.96:0/1882392824' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-06T17:24:28.889 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:28 smithi096 bash[35573]: cluster 2024-02-06T17:24:27.649952+0000 mgr.y (mgr.14140) 219 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:28.889 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:28 smithi096 bash[38906]: cluster 2024-02-06T17:24:27.649952+0000 mgr.y (mgr.14140) 219 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:29.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:28 smithi102 bash[35648]: cluster 2024-02-06T17:24:27.649952+0000 mgr.y (mgr.14140) 219 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:31.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:30 smithi096 bash[35573]: cluster 2024-02-06T17:24:29.650203+0000 mgr.y (mgr.14140) 220 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:31.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:30 smithi096 bash[38906]: cluster 2024-02-06T17:24:29.650203+0000 mgr.y (mgr.14140) 220 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:31.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:30 smithi102 bash[35648]: cluster 2024-02-06T17:24:29.650203+0000 mgr.y (mgr.14140) 220 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:32.008 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:31 smithi102 bash[35648]: audit 2024-02-06T17:24:31.294922+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293494\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293573\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293608\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293642\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293671\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:31.293701\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:31.293733\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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-02-06T17:24:31.293763\", \"created\": \"2024-02-06T17:23:09.103431\", \"started\": \"2024-02-06T17:23:19.622335\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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-02-06T17:24:31.293797\", \"created\": \"2024-02-06T17:23:27.358009\", \"started\": \"2024-02-06T17:24:08.476439\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266\"}}, \"last_daemon_update\": \"2024-02-06T17:24:31.293878\", \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:24:32.009 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:31 smithi102 bash[35648]: audit 2024-02-06T17:24:31.298229+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293494\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293573\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293608\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293642\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293671\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:31.293701\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:31.293733\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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-02-06T17:24:31.293763\", \"created\": \"2024-02-06T17:23:09.103431\", \"started\": \"2024-02-06T17:23:19.622335\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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-02-06T17:24:31.293797\", \"created\": \"2024-02-06T17:23:27.358009\", \"started\": \"2024-02-06T17:24:08.476439\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266\"}}, \"last_daemon_update\": \"2024-02-06T17:24:31.293878\", \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:24:32.009 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:31 smithi102 bash[35648]: audit 2024-02-06T17:24:31.298880+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:24:32.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:31 smithi096 bash[35573]: audit 2024-02-06T17:24:31.294922+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293494\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293573\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293608\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293642\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293671\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:31.293701\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:31.293733\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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-02-06T17:24:31.293763\", \"created\": \"2024-02-06T17:23:09.103431\", \"started\": \"2024-02-06T17:23:19.622335\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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-02-06T17:24:31.293797\", \"created\": \"2024-02-06T17:23:27.358009\", \"started\": \"2024-02-06T17:24:08.476439\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266\"}}, \"last_daemon_update\": \"2024-02-06T17:24:31.293878\", \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:24:32.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:31 smithi096 bash[38906]: audit 2024-02-06T17:24:31.294922+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293494\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293573\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293608\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293642\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293671\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:31.293701\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:31.293733\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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-02-06T17:24:31.293763\", \"created\": \"2024-02-06T17:23:09.103431\", \"started\": \"2024-02-06T17:23:19.622335\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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-02-06T17:24:31.293797\", \"created\": \"2024-02-06T17:23:27.358009\", \"started\": \"2024-02-06T17:24:08.476439\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266\"}}, \"last_daemon_update\": \"2024-02-06T17:24:31.293878\", \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:24:32.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:31 smithi096 bash[35573]: audit 2024-02-06T17:24:31.298229+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293494\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293573\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293608\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293642\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293671\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:31.293701\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:31.293733\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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-02-06T17:24:31.293763\", \"created\": \"2024-02-06T17:23:09.103431\", \"started\": \"2024-02-06T17:23:19.622335\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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-02-06T17:24:31.293797\", \"created\": \"2024-02-06T17:23:27.358009\", \"started\": \"2024-02-06T17:24:08.476439\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266\"}}, \"last_daemon_update\": \"2024-02-06T17:24:31.293878\", \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:24:32.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:31 smithi096 bash[35573]: audit 2024-02-06T17:24:31.298880+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:24:32.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:31 smithi096 bash[38906]: audit 2024-02-06T17:24:31.298229+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293494\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293573\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293608\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293642\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293671\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:31.293701\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:31.293733\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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-02-06T17:24:31.293763\", \"created\": \"2024-02-06T17:23:09.103431\", \"started\": \"2024-02-06T17:23:19.622335\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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-02-06T17:24:31.293797\", \"created\": \"2024-02-06T17:23:27.358009\", \"started\": \"2024-02-06T17:24:08.476439\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266\"}}, \"last_daemon_update\": \"2024-02-06T17:24:31.293878\", \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:24:32.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:31 smithi096 bash[38906]: audit 2024-02-06T17:24:31.298880+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:24:32.768 INFO:teuthology.orchestra.run.smithi096.stdout:{ 2024-02-06T17:24:32.769 INFO:teuthology.orchestra.run.smithi096.stdout: "id": "f2cf0ead-13fc-4fc4-8913-b9e4203918b3", 2024-02-06T17:24:32.769 INFO:teuthology.orchestra.run.smithi096.stdout: "name": "r", 2024-02-06T17:24:32.769 INFO:teuthology.orchestra.run.smithi096.stdout: "current_period": "eac6618e-5c53-4ddf-b40f-fe534683b9fc", 2024-02-06T17:24:32.769 INFO:teuthology.orchestra.run.smithi096.stdout: "epoch": 1 2024-02-06T17:24:32.769 INFO:teuthology.orchestra.run.smithi096.stdout:} 2024-02-06T17:24:33.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:32 smithi096 bash[35573]: cluster 2024-02-06T17:24:31.650649+0000 mgr.y (mgr.14140) 221 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:33.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:32 smithi096 bash[35573]: cluster 2024-02-06T17:24:31.733594+0000 mon.a (mon.0) 548 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-06T17:24:33.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:32 smithi096 bash[35573]: audit 2024-02-06T17:24:31.738608+0000 mon.a (mon.0) 549 : audit [INF] from='client.? 172.21.15.96:0/233528961' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-06T17:24:33.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:32 smithi096 bash[38906]: cluster 2024-02-06T17:24:31.650649+0000 mgr.y (mgr.14140) 221 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:33.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:32 smithi096 bash[38906]: cluster 2024-02-06T17:24:31.733594+0000 mon.a (mon.0) 548 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-06T17:24:33.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:32 smithi096 bash[38906]: audit 2024-02-06T17:24:31.738608+0000 mon.a (mon.0) 549 : audit [INF] from='client.? 172.21.15.96:0/233528961' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-06T17:24:33.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:32 smithi102 bash[35648]: cluster 2024-02-06T17:24:31.650649+0000 mgr.y (mgr.14140) 221 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:24:33.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:32 smithi102 bash[35648]: cluster 2024-02-06T17:24:31.733594+0000 mon.a (mon.0) 548 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-06T17:24:33.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:32 smithi102 bash[35648]: audit 2024-02-06T17:24:31.738608+0000 mon.a (mon.0) 549 : audit [INF] from='client.? 172.21.15.96:0/233528961' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-06T17:24:33.585 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'radosgw-admin zonegroup create --rgw-zonegroup=default --master --default' 2024-02-06T17:24:33.815 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:33 smithi102 bash[35648]: audit 2024-02-06T17:24:32.736326+0000 mon.a (mon.0) 550 : audit [INF] from='client.? 172.21.15.96:0/233528961' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-02-06T17:24:33.815 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:33 smithi102 bash[35648]: cluster 2024-02-06T17:24:32.736378+0000 mon.a (mon.0) 551 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-06T17:24:33.815 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:33 smithi102 bash[35648]: cluster 2024-02-06T17:24:33.738386+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-02-06T17:24:33.951 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:33 smithi096 bash[35573]: audit 2024-02-06T17:24:32.736326+0000 mon.a (mon.0) 550 : audit [INF] from='client.? 172.21.15.96:0/233528961' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-02-06T17:24:33.951 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:33 smithi096 bash[35573]: cluster 2024-02-06T17:24:32.736378+0000 mon.a (mon.0) 551 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-06T17:24:33.951 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:33 smithi096 bash[35573]: cluster 2024-02-06T17:24:33.738386+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-02-06T17:24:33.951 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:33 smithi096 bash[38906]: audit 2024-02-06T17:24:32.736326+0000 mon.a (mon.0) 550 : audit [INF] from='client.? 172.21.15.96:0/233528961' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-02-06T17:24:33.951 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:33 smithi096 bash[38906]: cluster 2024-02-06T17:24:32.736378+0000 mon.a (mon.0) 551 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-06T17:24:33.951 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:33 smithi096 bash[38906]: cluster 2024-02-06T17:24:33.738386+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-02-06T17:24:34.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:34 smithi102 bash[35648]: cluster 2024-02-06T17:24:33.651006+0000 mgr.y (mgr.14140) 222 : cluster [DBG] pgmap v213: 33 pgs: 10 active+clean, 5 creating+peering, 18 unknown; 181 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 511 B/s wr, 0 op/s 2024-02-06T17:24:35.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:34 smithi096 bash[35573]: cluster 2024-02-06T17:24:33.651006+0000 mgr.y (mgr.14140) 222 : cluster [DBG] pgmap v213: 33 pgs: 10 active+clean, 5 creating+peering, 18 unknown; 181 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 511 B/s wr, 0 op/s 2024-02-06T17:24:35.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:34 smithi096 bash[38906]: cluster 2024-02-06T17:24:33.651006+0000 mgr.y (mgr.14140) 222 : cluster [DBG] pgmap v213: 33 pgs: 10 active+clean, 5 creating+peering, 18 unknown; 181 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 511 B/s wr, 0 op/s 2024-02-06T17:24:35.693 INFO:teuthology.orchestra.run.smithi096.stdout:{ 2024-02-06T17:24:35.693 INFO:teuthology.orchestra.run.smithi096.stdout: "id": "bb69eeb0-8249-4145-8891-c2e05b248c91", 2024-02-06T17:24:35.693 INFO:teuthology.orchestra.run.smithi096.stdout: "name": "default", 2024-02-06T17:24:35.693 INFO:teuthology.orchestra.run.smithi096.stdout: "api_name": "default", 2024-02-06T17:24:35.693 INFO:teuthology.orchestra.run.smithi096.stdout: "is_master": "true", 2024-02-06T17:24:35.693 INFO:teuthology.orchestra.run.smithi096.stdout: "endpoints": [], 2024-02-06T17:24:35.693 INFO:teuthology.orchestra.run.smithi096.stdout: "hostnames": [], 2024-02-06T17:24:35.693 INFO:teuthology.orchestra.run.smithi096.stdout: "hostnames_s3website": [], 2024-02-06T17:24:35.693 INFO:teuthology.orchestra.run.smithi096.stdout: "master_zone": "", 2024-02-06T17:24:35.693 INFO:teuthology.orchestra.run.smithi096.stdout: "zones": [], 2024-02-06T17:24:35.694 INFO:teuthology.orchestra.run.smithi096.stdout: "placement_targets": [], 2024-02-06T17:24:35.694 INFO:teuthology.orchestra.run.smithi096.stdout: "default_placement": "", 2024-02-06T17:24:35.694 INFO:teuthology.orchestra.run.smithi096.stdout: "realm_id": "f2cf0ead-13fc-4fc4-8913-b9e4203918b3", 2024-02-06T17:24:35.694 INFO:teuthology.orchestra.run.smithi096.stdout: "sync_policy": { 2024-02-06T17:24:35.694 INFO:teuthology.orchestra.run.smithi096.stdout: "groups": [] 2024-02-06T17:24:35.694 INFO:teuthology.orchestra.run.smithi096.stdout: } 2024-02-06T17:24:35.694 INFO:teuthology.orchestra.run.smithi096.stdout:} 2024-02-06T17:24:36.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:35 smithi096 bash[35573]: audit 2024-02-06T17:24:34.779651+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778492\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778566\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778598\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778627\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778655\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:34.778683\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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-02-06T17:24:34.778710\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:24:12.594715\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:24:34.778738\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:24:34.778765\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}}, \"last_daemon_update\": \"2024-02-06T17:24:34.778872\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:24:36.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:35 smithi096 bash[38906]: audit 2024-02-06T17:24:34.779651+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778492\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778566\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778598\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778627\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778655\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:34.778683\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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-02-06T17:24:34.778710\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:24:12.594715\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:24:34.778738\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:24:34.778765\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}}, \"last_daemon_update\": \"2024-02-06T17:24:34.778872\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:24:36.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:35 smithi096 bash[38906]: audit 2024-02-06T17:24:34.782184+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778492\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778566\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778598\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778627\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778655\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:34.778683\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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-02-06T17:24:34.778710\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:24:12.594715\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:24:34.778738\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:24:34.778765\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}}, \"last_daemon_update\": \"2024-02-06T17:24:34.778872\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:24:36.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:35 smithi096 bash[35573]: audit 2024-02-06T17:24:34.782184+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778492\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778566\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778598\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778627\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778655\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:34.778683\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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-02-06T17:24:34.778710\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:24:12.594715\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:24:34.778738\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:24:34.778765\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}}, \"last_daemon_update\": \"2024-02-06T17:24:34.778872\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:24:36.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:35 smithi102 bash[35648]: audit 2024-02-06T17:24:34.779651+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778492\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778566\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778598\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778627\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778655\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:34.778683\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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-02-06T17:24:34.778710\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:24:12.594715\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:24:34.778738\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:24:34.778765\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}}, \"last_daemon_update\": \"2024-02-06T17:24:34.778872\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:24:36.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:35 smithi102 bash[35648]: audit 2024-02-06T17:24:34.782184+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778492\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778566\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778598\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778627\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778655\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:34.778683\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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-02-06T17:24:34.778710\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:24:12.594715\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:24:34.778738\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:24:34.778765\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}}, \"last_daemon_update\": \"2024-02-06T17:24:34.778872\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:24:36.312 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default' 2024-02-06T17:24:37.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:36 smithi096 bash[35573]: cluster 2024-02-06T17:24:35.651377+0000 mgr.y (mgr.14140) 223 : cluster [DBG] pgmap v215: 33 pgs: 11 active+clean, 5 creating+peering, 17 unknown; 181 B data, 4.0 MiB used, 707 GiB / 715 GiB avail; 682 B/s wr, 0 op/s 2024-02-06T17:24:37.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:36 smithi096 bash[38906]: cluster 2024-02-06T17:24:35.651377+0000 mgr.y (mgr.14140) 223 : cluster [DBG] pgmap v215: 33 pgs: 11 active+clean, 5 creating+peering, 17 unknown; 181 B data, 4.0 MiB used, 707 GiB / 715 GiB avail; 682 B/s wr, 0 op/s 2024-02-06T17:24:37.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:36 smithi102 bash[35648]: cluster 2024-02-06T17:24:35.651377+0000 mgr.y (mgr.14140) 223 : cluster [DBG] pgmap v215: 33 pgs: 11 active+clean, 5 creating+peering, 17 unknown; 181 B data, 4.0 MiB used, 707 GiB / 715 GiB avail; 682 B/s wr, 0 op/s 2024-02-06T17:24:38.148 INFO:teuthology.orchestra.run.smithi096.stdout:{ 2024-02-06T17:24:38.149 INFO:teuthology.orchestra.run.smithi096.stdout: "id": "56f39180-0e2d-4944-87bb-d5cd4392b560", 2024-02-06T17:24:38.149 INFO:teuthology.orchestra.run.smithi096.stdout: "name": "z", 2024-02-06T17:24:38.149 INFO:teuthology.orchestra.run.smithi096.stdout: "domain_root": "z.rgw.meta:root", 2024-02-06T17:24:38.149 INFO:teuthology.orchestra.run.smithi096.stdout: "control_pool": "z.rgw.control", 2024-02-06T17:24:38.149 INFO:teuthology.orchestra.run.smithi096.stdout: "gc_pool": "z.rgw.log:gc", 2024-02-06T17:24:38.149 INFO:teuthology.orchestra.run.smithi096.stdout: "lc_pool": "z.rgw.log:lc", 2024-02-06T17:24:38.149 INFO:teuthology.orchestra.run.smithi096.stdout: "log_pool": "z.rgw.log", 2024-02-06T17:24:38.150 INFO:teuthology.orchestra.run.smithi096.stdout: "intent_log_pool": "z.rgw.log:intent", 2024-02-06T17:24:38.150 INFO:teuthology.orchestra.run.smithi096.stdout: "usage_log_pool": "z.rgw.log:usage", 2024-02-06T17:24:38.150 INFO:teuthology.orchestra.run.smithi096.stdout: "roles_pool": "z.rgw.meta:roles", 2024-02-06T17:24:38.150 INFO:teuthology.orchestra.run.smithi096.stdout: "reshard_pool": "z.rgw.log:reshard", 2024-02-06T17:24:38.150 INFO:teuthology.orchestra.run.smithi096.stdout: "user_keys_pool": "z.rgw.meta:users.keys", 2024-02-06T17:24:38.150 INFO:teuthology.orchestra.run.smithi096.stdout: "user_email_pool": "z.rgw.meta:users.email", 2024-02-06T17:24:38.150 INFO:teuthology.orchestra.run.smithi096.stdout: "user_swift_pool": "z.rgw.meta:users.swift", 2024-02-06T17:24:38.150 INFO:teuthology.orchestra.run.smithi096.stdout: "user_uid_pool": "z.rgw.meta:users.uid", 2024-02-06T17:24:38.151 INFO:teuthology.orchestra.run.smithi096.stdout: "otp_pool": "z.rgw.otp", 2024-02-06T17:24:38.151 INFO:teuthology.orchestra.run.smithi096.stdout: "system_key": { 2024-02-06T17:24:38.151 INFO:teuthology.orchestra.run.smithi096.stdout: "access_key": "", 2024-02-06T17:24:38.151 INFO:teuthology.orchestra.run.smithi096.stdout: "secret_key": "" 2024-02-06T17:24:38.151 INFO:teuthology.orchestra.run.smithi096.stdout: }, 2024-02-06T17:24:38.151 INFO:teuthology.orchestra.run.smithi096.stdout: "placement_pools": [ 2024-02-06T17:24:38.151 INFO:teuthology.orchestra.run.smithi096.stdout: { 2024-02-06T17:24:38.151 INFO:teuthology.orchestra.run.smithi096.stdout: "key": "default-placement", 2024-02-06T17:24:38.151 INFO:teuthology.orchestra.run.smithi096.stdout: "val": { 2024-02-06T17:24:38.151 INFO:teuthology.orchestra.run.smithi096.stdout: "index_pool": "z.rgw.buckets.index", 2024-02-06T17:24:38.152 INFO:teuthology.orchestra.run.smithi096.stdout: "storage_classes": { 2024-02-06T17:24:38.152 INFO:teuthology.orchestra.run.smithi096.stdout: "STANDARD": { 2024-02-06T17:24:38.152 INFO:teuthology.orchestra.run.smithi096.stdout: "data_pool": "z.rgw.buckets.data" 2024-02-06T17:24:38.152 INFO:teuthology.orchestra.run.smithi096.stdout: } 2024-02-06T17:24:38.152 INFO:teuthology.orchestra.run.smithi096.stdout: }, 2024-02-06T17:24:38.152 INFO:teuthology.orchestra.run.smithi096.stdout: "data_extra_pool": "z.rgw.buckets.non-ec", 2024-02-06T17:24:38.152 INFO:teuthology.orchestra.run.smithi096.stdout: "index_type": 0 2024-02-06T17:24:38.152 INFO:teuthology.orchestra.run.smithi096.stdout: } 2024-02-06T17:24:38.152 INFO:teuthology.orchestra.run.smithi096.stdout: } 2024-02-06T17:24:38.152 INFO:teuthology.orchestra.run.smithi096.stdout: ], 2024-02-06T17:24:38.152 INFO:teuthology.orchestra.run.smithi096.stdout: "realm_id": "f2cf0ead-13fc-4fc4-8913-b9e4203918b3" 2024-02-06T17:24:38.153 INFO:teuthology.orchestra.run.smithi096.stdout:} 2024-02-06T17:24:38.933 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'radosgw-admin period update --rgw-realm=r --commit' 2024-02-06T17:24:39.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:38 smithi102 bash[35648]: cluster 2024-02-06T17:24:37.651882+0000 mgr.y (mgr.14140) 224 : cluster [DBG] pgmap v216: 33 pgs: 33 active+clean; 562 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 170 B/s rd, 1.5 KiB/s wr, 2 op/s 2024-02-06T17:24:39.268 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:38 smithi096 bash[35573]: cluster 2024-02-06T17:24:37.651882+0000 mgr.y (mgr.14140) 224 : cluster [DBG] pgmap v216: 33 pgs: 33 active+clean; 562 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 170 B/s rd, 1.5 KiB/s wr, 2 op/s 2024-02-06T17:24:39.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:38 smithi096 bash[38906]: cluster 2024-02-06T17:24:37.651882+0000 mgr.y (mgr.14140) 224 : cluster [DBG] pgmap v216: 33 pgs: 33 active+clean; 562 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 170 B/s rd, 1.5 KiB/s wr, 2 op/s 2024-02-06T17:24:41.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:40 smithi102 bash[35648]: cluster 2024-02-06T17:24:39.652204+0000 mgr.y (mgr.14140) 225 : cluster [DBG] pgmap v217: 33 pgs: 33 active+clean; 996 B data, 4.3 MiB used, 707 GiB / 715 GiB avail; 517 B/s rd, 1.5 KiB/s wr, 2 op/s 2024-02-06T17:24:41.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:40 smithi096 bash[35573]: cluster 2024-02-06T17:24:39.652204+0000 mgr.y (mgr.14140) 225 : cluster [DBG] pgmap v217: 33 pgs: 33 active+clean; 996 B data, 4.3 MiB used, 707 GiB / 715 GiB avail; 517 B/s rd, 1.5 KiB/s wr, 2 op/s 2024-02-06T17:24:41.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:40 smithi096 bash[38906]: cluster 2024-02-06T17:24:39.652204+0000 mgr.y (mgr.14140) 225 : cluster [DBG] pgmap v217: 33 pgs: 33 active+clean; 996 B data, 4.3 MiB used, 707 GiB / 715 GiB avail; 517 B/s rd, 1.5 KiB/s wr, 2 op/s 2024-02-06T17:24:42.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:41 smithi096 bash[35573]: cluster 2024-02-06T17:24:40.937150+0000 mon.a (mon.0) 555 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-02-06T17:24:42.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:41 smithi096 bash[35573]: audit 2024-02-06T17:24:40.938639+0000 mon.a (mon.0) 556 : audit [INF] from='client.? 172.21.15.96:0/3051735849' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-02-06T17:24:42.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:41 smithi096 bash[38906]: cluster 2024-02-06T17:24:40.937150+0000 mon.a (mon.0) 555 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-02-06T17:24:42.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:41 smithi096 bash[38906]: audit 2024-02-06T17:24:40.938639+0000 mon.a (mon.0) 556 : audit [INF] from='client.? 172.21.15.96:0/3051735849' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-02-06T17:24:42.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:41 smithi102 bash[35648]: cluster 2024-02-06T17:24:40.937150+0000 mon.a (mon.0) 555 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-02-06T17:24:42.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:41 smithi102 bash[35648]: audit 2024-02-06T17:24:40.938639+0000 mon.a (mon.0) 556 : audit [INF] from='client.? 172.21.15.96:0/3051735849' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-02-06T17:24:43.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:42 smithi096 bash[35573]: cluster 2024-02-06T17:24:41.652521+0000 mgr.y (mgr.14140) 226 : cluster [DBG] pgmap v219: 65 pgs: 32 unknown, 33 active+clean; 1.8 KiB data, 4.3 MiB used, 707 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2024-02-06T17:24:43.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:42 smithi096 bash[35573]: audit 2024-02-06T17:24:41.946410+0000 mon.a (mon.0) 557 : audit [INF] from='client.? 172.21.15.96:0/3051735849' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-02-06T17:24:43.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:42 smithi096 bash[35573]: cluster 2024-02-06T17:24:41.946528+0000 mon.a (mon.0) 558 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-02-06T17:24:43.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:42 smithi096 bash[38906]: cluster 2024-02-06T17:24:41.652521+0000 mgr.y (mgr.14140) 226 : cluster [DBG] pgmap v219: 65 pgs: 32 unknown, 33 active+clean; 1.8 KiB data, 4.3 MiB used, 707 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2024-02-06T17:24:43.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:42 smithi096 bash[38906]: audit 2024-02-06T17:24:41.946410+0000 mon.a (mon.0) 557 : audit [INF] from='client.? 172.21.15.96:0/3051735849' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-02-06T17:24:43.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:42 smithi096 bash[38906]: cluster 2024-02-06T17:24:41.946528+0000 mon.a (mon.0) 558 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-02-06T17:24:43.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:42 smithi102 bash[35648]: cluster 2024-02-06T17:24:41.652521+0000 mgr.y (mgr.14140) 226 : cluster [DBG] pgmap v219: 65 pgs: 32 unknown, 33 active+clean; 1.8 KiB data, 4.3 MiB used, 707 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2024-02-06T17:24:43.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:42 smithi102 bash[35648]: audit 2024-02-06T17:24:41.946410+0000 mon.a (mon.0) 557 : audit [INF] from='client.? 172.21.15.96:0/3051735849' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-02-06T17:24:43.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:42 smithi102 bash[35648]: cluster 2024-02-06T17:24:41.946528+0000 mon.a (mon.0) 558 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-02-06T17:24:44.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:43 smithi096 bash[35573]: cluster 2024-02-06T17:24:42.958425+0000 mon.a (mon.0) 559 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-02-06T17:24:44.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:43 smithi096 bash[35573]: audit 2024-02-06T17:24:42.961762+0000 mon.a (mon.0) 560 : audit [INF] from='client.? 172.21.15.96:0/3051735849' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-02-06T17:24:44.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:43 smithi096 bash[38906]: cluster 2024-02-06T17:24:42.958425+0000 mon.a (mon.0) 559 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-02-06T17:24:44.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:43 smithi096 bash[38906]: audit 2024-02-06T17:24:42.961762+0000 mon.a (mon.0) 560 : audit [INF] from='client.? 172.21.15.96:0/3051735849' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-02-06T17:24:44.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:43 smithi102 bash[35648]: cluster 2024-02-06T17:24:42.958425+0000 mon.a (mon.0) 559 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-02-06T17:24:44.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:43 smithi102 bash[35648]: audit 2024-02-06T17:24:42.961762+0000 mon.a (mon.0) 560 : audit [INF] from='client.? 172.21.15.96:0/3051735849' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-02-06T17:24:45.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:44 smithi096 bash[35573]: cluster 2024-02-06T17:24:43.653111+0000 mgr.y (mgr.14140) 227 : cluster [DBG] pgmap v222: 97 pgs: 13 creating+peering, 37 unknown, 47 active+clean; 1.8 KiB data, 4.4 MiB used, 707 GiB / 715 GiB avail; 3.3 KiB/s rd, 1.2 KiB/s wr, 4 op/s 2024-02-06T17:24:45.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:44 smithi096 bash[35573]: audit 2024-02-06T17:24:43.960344+0000 mon.a (mon.0) 561 : audit [INF] from='client.? 172.21.15.96:0/3051735849' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-02-06T17:24:45.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:44 smithi096 bash[35573]: cluster 2024-02-06T17:24:43.960455+0000 mon.a (mon.0) 562 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-02-06T17:24:45.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:44 smithi096 bash[38906]: cluster 2024-02-06T17:24:43.653111+0000 mgr.y (mgr.14140) 227 : cluster [DBG] pgmap v222: 97 pgs: 13 creating+peering, 37 unknown, 47 active+clean; 1.8 KiB data, 4.4 MiB used, 707 GiB / 715 GiB avail; 3.3 KiB/s rd, 1.2 KiB/s wr, 4 op/s 2024-02-06T17:24:45.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:44 smithi096 bash[38906]: audit 2024-02-06T17:24:43.960344+0000 mon.a (mon.0) 561 : audit [INF] from='client.? 172.21.15.96:0/3051735849' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-02-06T17:24:45.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:44 smithi096 bash[38906]: cluster 2024-02-06T17:24:43.960455+0000 mon.a (mon.0) 562 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-02-06T17:24:45.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:44 smithi102 bash[35648]: cluster 2024-02-06T17:24:43.653111+0000 mgr.y (mgr.14140) 227 : cluster [DBG] pgmap v222: 97 pgs: 13 creating+peering, 37 unknown, 47 active+clean; 1.8 KiB data, 4.4 MiB used, 707 GiB / 715 GiB avail; 3.3 KiB/s rd, 1.2 KiB/s wr, 4 op/s 2024-02-06T17:24:45.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:44 smithi102 bash[35648]: audit 2024-02-06T17:24:43.960344+0000 mon.a (mon.0) 561 : audit [INF] from='client.? 172.21.15.96:0/3051735849' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-02-06T17:24:45.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:44 smithi102 bash[35648]: cluster 2024-02-06T17:24:43.960455+0000 mon.a (mon.0) 562 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-02-06T17:24:46.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:45 smithi096 bash[35573]: cluster 2024-02-06T17:24:44.971241+0000 mon.a (mon.0) 563 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-02-06T17:24:46.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:45 smithi096 bash[35573]: audit 2024-02-06T17:24:44.978182+0000 mon.a (mon.0) 564 : audit [INF] from='client.? 172.21.15.96:0/3711767515' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-02-06T17:24:46.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:45 smithi096 bash[35573]: audit 2024-02-06T17:24:45.975793+0000 mon.a (mon.0) 565 : audit [INF] from='client.? 172.21.15.96:0/3711767515' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-02-06T17:24:46.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:45 smithi096 bash[35573]: cluster 2024-02-06T17:24:45.975850+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-02-06T17:24:46.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:45 smithi096 bash[35573]: audit 2024-02-06T17:24:45.978638+0000 mon.a (mon.0) 567 : audit [INF] from='client.? 172.21.15.96:0/3711767515' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-06T17:24:46.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:45 smithi096 bash[38906]: cluster 2024-02-06T17:24:44.971241+0000 mon.a (mon.0) 563 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-02-06T17:24:46.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:45 smithi096 bash[38906]: audit 2024-02-06T17:24:44.978182+0000 mon.a (mon.0) 564 : audit [INF] from='client.? 172.21.15.96:0/3711767515' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-02-06T17:24:46.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:45 smithi096 bash[38906]: audit 2024-02-06T17:24:45.975793+0000 mon.a (mon.0) 565 : audit [INF] from='client.? 172.21.15.96:0/3711767515' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-02-06T17:24:46.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:45 smithi096 bash[38906]: cluster 2024-02-06T17:24:45.975850+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-02-06T17:24:46.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:45 smithi096 bash[38906]: audit 2024-02-06T17:24:45.978638+0000 mon.a (mon.0) 567 : audit [INF] from='client.? 172.21.15.96:0/3711767515' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-06T17:24:46.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:45 smithi102 bash[35648]: cluster 2024-02-06T17:24:44.971241+0000 mon.a (mon.0) 563 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-02-06T17:24:46.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:45 smithi102 bash[35648]: audit 2024-02-06T17:24:44.978182+0000 mon.a (mon.0) 564 : audit [INF] from='client.? 172.21.15.96:0/3711767515' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-02-06T17:24:46.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:45 smithi102 bash[35648]: audit 2024-02-06T17:24:45.975793+0000 mon.a (mon.0) 565 : audit [INF] from='client.? 172.21.15.96:0/3711767515' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-02-06T17:24:46.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:45 smithi102 bash[35648]: cluster 2024-02-06T17:24:45.975850+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-02-06T17:24:46.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:45 smithi102 bash[35648]: audit 2024-02-06T17:24:45.978638+0000 mon.a (mon.0) 567 : audit [INF] from='client.? 172.21.15.96:0/3711767515' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-06T17:24:47.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:47 smithi096 bash[35573]: cluster 2024-02-06T17:24:45.653570+0000 mgr.y (mgr.14140) 228 : cluster [DBG] pgmap v225: 129 pgs: 13 creating+peering, 56 unknown, 60 active+clean; 1.8 KiB data, 4.4 MiB used, 707 GiB / 715 GiB avail; 2.7 KiB/s rd, 2 op/s 2024-02-06T17:24:47.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:47 smithi096 bash[35573]: audit 2024-02-06T17:24:46.975066+0000 mon.a (mon.0) 568 : audit [INF] from='client.? 172.21.15.96:0/3711767515' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-06T17:24:47.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:47 smithi096 bash[35573]: cluster 2024-02-06T17:24:46.975116+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-02-06T17:24:47.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:47 smithi096 bash[35573]: audit 2024-02-06T17:24:46.976339+0000 mon.a (mon.0) 570 : audit [INF] from='client.? 172.21.15.96:0/3711767515' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-02-06T17:24:47.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:47 smithi096 bash[38906]: cluster 2024-02-06T17:24:45.653570+0000 mgr.y (mgr.14140) 228 : cluster [DBG] pgmap v225: 129 pgs: 13 creating+peering, 56 unknown, 60 active+clean; 1.8 KiB data, 4.4 MiB used, 707 GiB / 715 GiB avail; 2.7 KiB/s rd, 2 op/s 2024-02-06T17:24:47.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:47 smithi096 bash[38906]: audit 2024-02-06T17:24:46.975066+0000 mon.a (mon.0) 568 : audit [INF] from='client.? 172.21.15.96:0/3711767515' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-06T17:24:47.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:47 smithi096 bash[38906]: cluster 2024-02-06T17:24:46.975116+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-02-06T17:24:47.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:47 smithi096 bash[38906]: audit 2024-02-06T17:24:46.976339+0000 mon.a (mon.0) 570 : audit [INF] from='client.? 172.21.15.96:0/3711767515' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-02-06T17:24:47.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:47 smithi102 bash[35648]: cluster 2024-02-06T17:24:45.653570+0000 mgr.y (mgr.14140) 228 : cluster [DBG] pgmap v225: 129 pgs: 13 creating+peering, 56 unknown, 60 active+clean; 1.8 KiB data, 4.4 MiB used, 707 GiB / 715 GiB avail; 2.7 KiB/s rd, 2 op/s 2024-02-06T17:24:47.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:47 smithi102 bash[35648]: audit 2024-02-06T17:24:46.975066+0000 mon.a (mon.0) 568 : audit [INF] from='client.? 172.21.15.96:0/3711767515' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-06T17:24:47.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:47 smithi102 bash[35648]: cluster 2024-02-06T17:24:46.975116+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-02-06T17:24:47.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:47 smithi102 bash[35648]: audit 2024-02-06T17:24:46.976339+0000 mon.a (mon.0) 570 : audit [INF] from='client.? 172.21.15.96:0/3711767515' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-02-06T17:24:48.061 INFO:teuthology.orchestra.run.smithi096.stdout:{ 2024-02-06T17:24:48.061 INFO:teuthology.orchestra.run.smithi096.stdout: "id": "ae4a378d-efdc-4c34-9df0-95ac051da87f", 2024-02-06T17:24:48.061 INFO:teuthology.orchestra.run.smithi096.stdout: "epoch": 1, 2024-02-06T17:24:48.061 INFO:teuthology.orchestra.run.smithi096.stdout: "predecessor_uuid": "eac6618e-5c53-4ddf-b40f-fe534683b9fc", 2024-02-06T17:24:48.061 INFO:teuthology.orchestra.run.smithi096.stdout: "sync_status": [], 2024-02-06T17:24:48.061 INFO:teuthology.orchestra.run.smithi096.stdout: "period_map": { 2024-02-06T17:24:48.061 INFO:teuthology.orchestra.run.smithi096.stdout: "id": "ae4a378d-efdc-4c34-9df0-95ac051da87f", 2024-02-06T17:24:48.061 INFO:teuthology.orchestra.run.smithi096.stdout: "zonegroups": [ 2024-02-06T17:24:48.061 INFO:teuthology.orchestra.run.smithi096.stdout: { 2024-02-06T17:24:48.061 INFO:teuthology.orchestra.run.smithi096.stdout: "id": "bb69eeb0-8249-4145-8891-c2e05b248c91", 2024-02-06T17:24:48.062 INFO:teuthology.orchestra.run.smithi096.stdout: "name": "default", 2024-02-06T17:24:48.062 INFO:teuthology.orchestra.run.smithi096.stdout: "api_name": "default", 2024-02-06T17:24:48.062 INFO:teuthology.orchestra.run.smithi096.stdout: "is_master": "true", 2024-02-06T17:24:48.062 INFO:teuthology.orchestra.run.smithi096.stdout: "endpoints": [], 2024-02-06T17:24:48.062 INFO:teuthology.orchestra.run.smithi096.stdout: "hostnames": [], 2024-02-06T17:24:48.062 INFO:teuthology.orchestra.run.smithi096.stdout: "hostnames_s3website": [], 2024-02-06T17:24:48.062 INFO:teuthology.orchestra.run.smithi096.stdout: "master_zone": "56f39180-0e2d-4944-87bb-d5cd4392b560", 2024-02-06T17:24:48.062 INFO:teuthology.orchestra.run.smithi096.stdout: "zones": [ 2024-02-06T17:24:48.062 INFO:teuthology.orchestra.run.smithi096.stdout: { 2024-02-06T17:24:48.062 INFO:teuthology.orchestra.run.smithi096.stdout: "id": "56f39180-0e2d-4944-87bb-d5cd4392b560", 2024-02-06T17:24:48.062 INFO:teuthology.orchestra.run.smithi096.stdout: "name": "z", 2024-02-06T17:24:48.062 INFO:teuthology.orchestra.run.smithi096.stdout: "endpoints": [], 2024-02-06T17:24:48.062 INFO:teuthology.orchestra.run.smithi096.stdout: "log_meta": "false", 2024-02-06T17:24:48.062 INFO:teuthology.orchestra.run.smithi096.stdout: "log_data": "false", 2024-02-06T17:24:48.062 INFO:teuthology.orchestra.run.smithi096.stdout: "bucket_index_max_shards": 11, 2024-02-06T17:24:48.063 INFO:teuthology.orchestra.run.smithi096.stdout: "read_only": "false", 2024-02-06T17:24:48.063 INFO:teuthology.orchestra.run.smithi096.stdout: "tier_type": "", 2024-02-06T17:24:48.063 INFO:teuthology.orchestra.run.smithi096.stdout: "sync_from_all": "true", 2024-02-06T17:24:48.063 INFO:teuthology.orchestra.run.smithi096.stdout: "sync_from": [], 2024-02-06T17:24:48.063 INFO:teuthology.orchestra.run.smithi096.stdout: "redirect_zone": "" 2024-02-06T17:24:48.063 INFO:teuthology.orchestra.run.smithi096.stdout: } 2024-02-06T17:24:48.063 INFO:teuthology.orchestra.run.smithi096.stdout: ], 2024-02-06T17:24:48.063 INFO:teuthology.orchestra.run.smithi096.stdout: "placement_targets": [ 2024-02-06T17:24:48.063 INFO:teuthology.orchestra.run.smithi096.stdout: { 2024-02-06T17:24:48.063 INFO:teuthology.orchestra.run.smithi096.stdout: "name": "default-placement", 2024-02-06T17:24:48.063 INFO:teuthology.orchestra.run.smithi096.stdout: "tags": [], 2024-02-06T17:24:48.063 INFO:teuthology.orchestra.run.smithi096.stdout: "storage_classes": [ 2024-02-06T17:24:48.063 INFO:teuthology.orchestra.run.smithi096.stdout: "STANDARD" 2024-02-06T17:24:48.063 INFO:teuthology.orchestra.run.smithi096.stdout: ] 2024-02-06T17:24:48.063 INFO:teuthology.orchestra.run.smithi096.stdout: } 2024-02-06T17:24:48.063 INFO:teuthology.orchestra.run.smithi096.stdout: ], 2024-02-06T17:24:48.063 INFO:teuthology.orchestra.run.smithi096.stdout: "default_placement": "default-placement", 2024-02-06T17:24:48.064 INFO:teuthology.orchestra.run.smithi096.stdout: "realm_id": "f2cf0ead-13fc-4fc4-8913-b9e4203918b3", 2024-02-06T17:24:48.064 INFO:teuthology.orchestra.run.smithi096.stdout: "sync_policy": { 2024-02-06T17:24:48.064 INFO:teuthology.orchestra.run.smithi096.stdout: "groups": [] 2024-02-06T17:24:48.064 INFO:teuthology.orchestra.run.smithi096.stdout: } 2024-02-06T17:24:48.064 INFO:teuthology.orchestra.run.smithi096.stdout: } 2024-02-06T17:24:48.064 INFO:teuthology.orchestra.run.smithi096.stdout: ], 2024-02-06T17:24:48.064 INFO:teuthology.orchestra.run.smithi096.stdout: "short_zone_ids": [ 2024-02-06T17:24:48.064 INFO:teuthology.orchestra.run.smithi096.stdout: { 2024-02-06T17:24:48.064 INFO:teuthology.orchestra.run.smithi096.stdout: "key": "56f39180-0e2d-4944-87bb-d5cd4392b560", 2024-02-06T17:24:48.064 INFO:teuthology.orchestra.run.smithi096.stdout: "val": 1240193168 2024-02-06T17:24:48.064 INFO:teuthology.orchestra.run.smithi096.stdout: } 2024-02-06T17:24:48.064 INFO:teuthology.orchestra.run.smithi096.stdout: ] 2024-02-06T17:24:48.064 INFO:teuthology.orchestra.run.smithi096.stdout: }, 2024-02-06T17:24:48.064 INFO:teuthology.orchestra.run.smithi096.stdout: "master_zonegroup": "bb69eeb0-8249-4145-8891-c2e05b248c91", 2024-02-06T17:24:48.064 INFO:teuthology.orchestra.run.smithi096.stdout: "master_zone": "56f39180-0e2d-4944-87bb-d5cd4392b560", 2024-02-06T17:24:48.064 INFO:teuthology.orchestra.run.smithi096.stdout: "period_config": { 2024-02-06T17:24:48.065 INFO:teuthology.orchestra.run.smithi096.stdout: "bucket_quota": { 2024-02-06T17:24:48.065 INFO:teuthology.orchestra.run.smithi096.stdout: "enabled": false, 2024-02-06T17:24:48.065 INFO:teuthology.orchestra.run.smithi096.stdout: "check_on_raw": false, 2024-02-06T17:24:48.065 INFO:teuthology.orchestra.run.smithi096.stdout: "max_size": -1, 2024-02-06T17:24:48.065 INFO:teuthology.orchestra.run.smithi096.stdout: "max_size_kb": 0, 2024-02-06T17:24:48.065 INFO:teuthology.orchestra.run.smithi096.stdout: "max_objects": -1 2024-02-06T17:24:48.065 INFO:teuthology.orchestra.run.smithi096.stdout: }, 2024-02-06T17:24:48.065 INFO:teuthology.orchestra.run.smithi096.stdout: "user_quota": { 2024-02-06T17:24:48.065 INFO:teuthology.orchestra.run.smithi096.stdout: "enabled": false, 2024-02-06T17:24:48.065 INFO:teuthology.orchestra.run.smithi096.stdout: "check_on_raw": false, 2024-02-06T17:24:48.065 INFO:teuthology.orchestra.run.smithi096.stdout: "max_size": -1, 2024-02-06T17:24:48.065 INFO:teuthology.orchestra.run.smithi096.stdout: "max_size_kb": 0, 2024-02-06T17:24:48.065 INFO:teuthology.orchestra.run.smithi096.stdout: "max_objects": -1 2024-02-06T17:24:48.065 INFO:teuthology.orchestra.run.smithi096.stdout: } 2024-02-06T17:24:48.065 INFO:teuthology.orchestra.run.smithi096.stdout: }, 2024-02-06T17:24:48.065 INFO:teuthology.orchestra.run.smithi096.stdout: "realm_id": "f2cf0ead-13fc-4fc4-8913-b9e4203918b3", 2024-02-06T17:24:48.066 INFO:teuthology.orchestra.run.smithi096.stdout: "realm_name": "r", 2024-02-06T17:24:48.066 INFO:teuthology.orchestra.run.smithi096.stdout: "realm_epoch": 2 2024-02-06T17:24:48.066 INFO:teuthology.orchestra.run.smithi096.stdout:} 2024-02-06T17:24:48.787 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'ceph orch apply rgw r z --placement=2 --port=8000' 2024-02-06T17:24:49.179 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:48 smithi096 bash[38906]: cluster 2024-02-06T17:24:47.654226+0000 mgr.y (mgr.14140) 229 : cluster [DBG] pgmap v228: 129 pgs: 21 creating+peering, 12 unknown, 96 active+clean; 1.8 KiB data, 4.7 MiB used, 707 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-06T17:24:49.180 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:48 smithi096 bash[38906]: audit 2024-02-06T17:24:47.976842+0000 mon.a (mon.0) 571 : audit [INF] from='client.? 172.21.15.96:0/3711767515' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-02-06T17:24:49.180 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:48 smithi096 bash[38906]: cluster 2024-02-06T17:24:47.976896+0000 mon.a (mon.0) 572 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-02-06T17:24:49.180 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:48 smithi096 bash[35573]: cluster 2024-02-06T17:24:47.654226+0000 mgr.y (mgr.14140) 229 : cluster [DBG] pgmap v228: 129 pgs: 21 creating+peering, 12 unknown, 96 active+clean; 1.8 KiB data, 4.7 MiB used, 707 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-06T17:24:49.180 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:48 smithi096 bash[35573]: audit 2024-02-06T17:24:47.976842+0000 mon.a (mon.0) 571 : audit [INF] from='client.? 172.21.15.96:0/3711767515' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-02-06T17:24:49.180 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:48 smithi096 bash[35573]: cluster 2024-02-06T17:24:47.976896+0000 mon.a (mon.0) 572 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-02-06T17:24:49.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:48 smithi102 bash[35648]: cluster 2024-02-06T17:24:47.654226+0000 mgr.y (mgr.14140) 229 : cluster [DBG] pgmap v228: 129 pgs: 21 creating+peering, 12 unknown, 96 active+clean; 1.8 KiB data, 4.7 MiB used, 707 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-02-06T17:24:49.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:48 smithi102 bash[35648]: audit 2024-02-06T17:24:47.976842+0000 mon.a (mon.0) 571 : audit [INF] from='client.? 172.21.15.96:0/3711767515' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-02-06T17:24:49.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:48 smithi102 bash[35648]: cluster 2024-02-06T17:24:47.976896+0000 mon.a (mon.0) 572 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-02-06T17:24:50.830 INFO:teuthology.orchestra.run.smithi096.stdout:Scheduled rgw update... 2024-02-06T17:24:51.173 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:50 smithi096 bash[35573]: cluster 2024-02-06T17:24:49.654674+0000 mgr.y (mgr.14140) 230 : cluster [DBG] pgmap v230: 129 pgs: 14 creating+peering, 115 active+clean; 3.7 KiB data, 5.0 MiB used, 707 GiB / 715 GiB avail; 1.1 KiB/s rd, 4.7 KiB/s wr, 18 op/s 2024-02-06T17:24:51.173 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:50 smithi096 bash[35573]: audit 2024-02-06T17:24:50.826167+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-02-06T17:24:50.825885\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2024-02-06T17:24:51.173 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:50 smithi096 bash[35573]: audit 2024-02-06T17:24:50.828900+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-02-06T17:24:50.825885\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2024-02-06T17:24:51.173 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:50 smithi096 bash[35573]: audit 2024-02-06T17:24:50.830981+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2024-02-06T17:24:51.173 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:50 smithi096 bash[35573]: audit 2024-02-06T17:24:50.836978+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2024-02-06T17:24:51.173 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:50 smithi096 bash[35573]: audit 2024-02-06T17:24:50.837680+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2024-02-06T17:24:51.174 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:50 smithi096 bash[35573]: audit 2024-02-06T17:24:50.843541+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2024-02-06T17:24:51.174 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:50 smithi096 bash[35573]: audit 2024-02-06T17:24:50.844253+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2024-02-06T17:24:51.174 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:50 smithi096 bash[35573]: audit 2024-02-06T17:24:50.849713+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2024-02-06T17:24:51.174 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:50 smithi096 bash[35573]: audit 2024-02-06T17:24:50.850384+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi102.bnlttq", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-02-06T17:24:51.174 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:50 smithi096 bash[35573]: audit 2024-02-06T17:24:50.855457+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi102.bnlttq", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-02-06T17:24:51.174 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:50 smithi096 bash[35573]: audit 2024-02-06T17:24:50.856188+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:24:51.174 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:50 smithi096 bash[35573]: audit 2024-02-06T17:24:50.856872+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi102.bnlttq", "key": "container_image"}]: dispatch 2024-02-06T17:24:51.174 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:50 smithi096 bash[38906]: cluster 2024-02-06T17:24:49.654674+0000 mgr.y (mgr.14140) 230 : cluster [DBG] pgmap v230: 129 pgs: 14 creating+peering, 115 active+clean; 3.7 KiB data, 5.0 MiB used, 707 GiB / 715 GiB avail; 1.1 KiB/s rd, 4.7 KiB/s wr, 18 op/s 2024-02-06T17:24:51.174 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:50 smithi096 bash[38906]: audit 2024-02-06T17:24:50.826167+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-02-06T17:24:50.825885\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2024-02-06T17:24:51.174 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:50 smithi096 bash[38906]: audit 2024-02-06T17:24:50.828900+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-02-06T17:24:50.825885\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2024-02-06T17:24:51.174 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:50 smithi096 bash[38906]: audit 2024-02-06T17:24:50.830981+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2024-02-06T17:24:51.174 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:50 smithi096 bash[38906]: audit 2024-02-06T17:24:50.836978+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2024-02-06T17:24:51.175 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:50 smithi096 bash[38906]: audit 2024-02-06T17:24:50.837680+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2024-02-06T17:24:51.175 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:50 smithi096 bash[38906]: audit 2024-02-06T17:24:50.843541+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2024-02-06T17:24:51.175 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:50 smithi096 bash[38906]: audit 2024-02-06T17:24:50.844253+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2024-02-06T17:24:51.175 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:50 smithi096 bash[38906]: audit 2024-02-06T17:24:50.849713+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2024-02-06T17:24:51.175 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:50 smithi096 bash[38906]: audit 2024-02-06T17:24:50.850384+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi102.bnlttq", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-02-06T17:24:51.175 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:50 smithi096 bash[38906]: audit 2024-02-06T17:24:50.855457+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi102.bnlttq", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-02-06T17:24:51.175 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:50 smithi096 bash[38906]: audit 2024-02-06T17:24:50.856188+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:24:51.175 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:50 smithi096 bash[38906]: audit 2024-02-06T17:24:50.856872+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi102.bnlttq", "key": "container_image"}]: dispatch 2024-02-06T17:24:51.298 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:50 smithi102 bash[35648]: cluster 2024-02-06T17:24:49.654674+0000 mgr.y (mgr.14140) 230 : cluster [DBG] pgmap v230: 129 pgs: 14 creating+peering, 115 active+clean; 3.7 KiB data, 5.0 MiB used, 707 GiB / 715 GiB avail; 1.1 KiB/s rd, 4.7 KiB/s wr, 18 op/s 2024-02-06T17:24:51.298 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:50 smithi102 bash[35648]: audit 2024-02-06T17:24:50.826167+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-02-06T17:24:50.825885\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2024-02-06T17:24:51.298 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:50 smithi102 bash[35648]: audit 2024-02-06T17:24:50.828900+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-02-06T17:24:50.825885\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2024-02-06T17:24:51.298 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:50 smithi102 bash[35648]: audit 2024-02-06T17:24:50.830981+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2024-02-06T17:24:51.298 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:50 smithi102 bash[35648]: audit 2024-02-06T17:24:50.836978+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2024-02-06T17:24:51.299 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:50 smithi102 bash[35648]: audit 2024-02-06T17:24:50.837680+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2024-02-06T17:24:51.299 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:50 smithi102 bash[35648]: audit 2024-02-06T17:24:50.843541+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2024-02-06T17:24:51.299 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:50 smithi102 bash[35648]: audit 2024-02-06T17:24:50.844253+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2024-02-06T17:24:51.299 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:50 smithi102 bash[35648]: audit 2024-02-06T17:24:50.849713+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2024-02-06T17:24:51.299 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:50 smithi102 bash[35648]: audit 2024-02-06T17:24:50.850384+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi102.bnlttq", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-02-06T17:24:51.299 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:50 smithi102 bash[35648]: audit 2024-02-06T17:24:50.855457+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi102.bnlttq", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-02-06T17:24:51.299 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:50 smithi102 bash[35648]: audit 2024-02-06T17:24:50.856188+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:24:51.299 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:50 smithi102 bash[35648]: audit 2024-02-06T17:24:50.856872+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi102.bnlttq", "key": "container_image"}]: dispatch 2024-02-06T17:24:51.481 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'sleep 120' 2024-02-06T17:24:52.147 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:51 smithi096 bash[35573]: audit 2024-02-06T17:24:50.825369+0000 mgr.y (mgr.14140) 231 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:24:52.147 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:51 smithi096 bash[35573]: cephadm 2024-02-06T17:24:50.825871+0000 mgr.y (mgr.14140) 232 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-02-06T17:24:52.147 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:51 smithi096 bash[35573]: cephadm 2024-02-06T17:24:50.856587+0000 mgr.y (mgr.14140) 233 : cephadm [INF] Deploying daemon rgw.r.z.smithi102.bnlttq on smithi102 2024-02-06T17:24:52.147 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:51 smithi096 bash[38906]: audit 2024-02-06T17:24:50.825369+0000 mgr.y (mgr.14140) 231 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:24:52.147 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:51 smithi096 bash[38906]: cephadm 2024-02-06T17:24:50.825871+0000 mgr.y (mgr.14140) 232 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-02-06T17:24:52.147 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:51 smithi096 bash[38906]: cephadm 2024-02-06T17:24:50.856587+0000 mgr.y (mgr.14140) 233 : cephadm [INF] Deploying daemon rgw.r.z.smithi102.bnlttq on smithi102 2024-02-06T17:24:52.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:51 smithi102 bash[35648]: audit 2024-02-06T17:24:50.825369+0000 mgr.y (mgr.14140) 231 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:24:52.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:51 smithi102 bash[35648]: cephadm 2024-02-06T17:24:50.825871+0000 mgr.y (mgr.14140) 232 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-02-06T17:24:52.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:51 smithi102 bash[35648]: cephadm 2024-02-06T17:24:50.856587+0000 mgr.y (mgr.14140) 233 : cephadm [INF] Deploying daemon rgw.r.z.smithi102.bnlttq on smithi102 2024-02-06T17:24:53.050 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:52 smithi102 bash[35648]: cluster 2024-02-06T17:24:51.655202+0000 mgr.y (mgr.14140) 234 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 5.7 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail; 1023 B/s rd, 5.7 KiB/s wr, 21 op/s 2024-02-06T17:24:53.051 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:52 smithi102 bash[35648]: audit 2024-02-06T17:24:52.837141+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778492\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778566\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778598\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778627\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778655\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:34.778683\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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-02-06T17:24:34.778710\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:24:12.594715\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:24:34.778738\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:24:34.778765\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}, \"rgw.r.z.smithi102.bnlttq\": {\"hostname\": \"smithi102\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:24:53.051 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:52 smithi102 bash[35648]: audit 2024-02-06T17:24:52.840079+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778492\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778566\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778598\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778627\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778655\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:34.778683\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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-02-06T17:24:34.778710\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:24:12.594715\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:24:34.778738\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:24:34.778765\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}, \"rgw.r.z.smithi102.bnlttq\": {\"hostname\": \"smithi102\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:24:53.051 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:52 smithi102 bash[35648]: audit 2024-02-06T17:24:52.840617+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi096.byanyc", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-02-06T17:24:53.051 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:52 smithi102 bash[35648]: audit 2024-02-06T17:24:52.843067+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi096.byanyc", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-02-06T17:24:53.051 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:52 smithi102 bash[35648]: audit 2024-02-06T17:24:52.843738+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:24:53.051 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:52 smithi102 bash[35648]: audit 2024-02-06T17:24:52.844580+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi096.byanyc", "key": "container_image"}]: dispatch 2024-02-06T17:24:53.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:52 smithi096 bash[35573]: cluster 2024-02-06T17:24:51.655202+0000 mgr.y (mgr.14140) 234 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 5.7 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail; 1023 B/s rd, 5.7 KiB/s wr, 21 op/s 2024-02-06T17:24:53.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:52 smithi096 bash[38906]: cluster 2024-02-06T17:24:51.655202+0000 mgr.y (mgr.14140) 234 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 5.7 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail; 1023 B/s rd, 5.7 KiB/s wr, 21 op/s 2024-02-06T17:24:53.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:52 smithi096 bash[35573]: audit 2024-02-06T17:24:52.837141+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778492\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778566\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778598\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778627\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778655\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:34.778683\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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-02-06T17:24:34.778710\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:24:12.594715\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:24:34.778738\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:24:34.778765\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}, \"rgw.r.z.smithi102.bnlttq\": {\"hostname\": \"smithi102\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:24:53.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:52 smithi096 bash[35573]: audit 2024-02-06T17:24:52.840079+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778492\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778566\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778598\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778627\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778655\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:34.778683\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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-02-06T17:24:34.778710\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:24:12.594715\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:24:34.778738\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:24:34.778765\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}, \"rgw.r.z.smithi102.bnlttq\": {\"hostname\": \"smithi102\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:24:53.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:52 smithi096 bash[35573]: audit 2024-02-06T17:24:52.840617+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi096.byanyc", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-02-06T17:24:53.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:52 smithi096 bash[35573]: audit 2024-02-06T17:24:52.843067+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi096.byanyc", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-02-06T17:24:53.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:52 smithi096 bash[35573]: audit 2024-02-06T17:24:52.843738+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:24:53.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:52 smithi096 bash[35573]: audit 2024-02-06T17:24:52.844580+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi096.byanyc", "key": "container_image"}]: dispatch 2024-02-06T17:24:53.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:52 smithi096 bash[38906]: audit 2024-02-06T17:24:52.837141+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778492\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778566\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778598\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778627\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778655\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:34.778683\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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-02-06T17:24:34.778710\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:24:12.594715\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:24:34.778738\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:24:34.778765\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}, \"rgw.r.z.smithi102.bnlttq\": {\"hostname\": \"smithi102\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:24:53.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:52 smithi096 bash[38906]: audit 2024-02-06T17:24:52.840079+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778492\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778566\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778598\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778627\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:34.778655\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:34.778683\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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-02-06T17:24:34.778710\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:24:12.594715\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:24:34.778738\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:24:34.778765\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}, \"rgw.r.z.smithi102.bnlttq\": {\"hostname\": \"smithi102\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:24:53.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:52 smithi096 bash[38906]: audit 2024-02-06T17:24:52.840617+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi096.byanyc", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-02-06T17:24:53.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:52 smithi096 bash[38906]: audit 2024-02-06T17:24:52.843067+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi096.byanyc", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-02-06T17:24:53.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:52 smithi096 bash[38906]: audit 2024-02-06T17:24:52.843738+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:24:53.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:52 smithi096 bash[38906]: audit 2024-02-06T17:24:52.844580+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi096.byanyc", "key": "container_image"}]: dispatch 2024-02-06T17:24:54.054 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:54 smithi096 bash[35573]: cephadm 2024-02-06T17:24:52.844212+0000 mgr.y (mgr.14140) 235 : cephadm [INF] Deploying daemon rgw.r.z.smithi096.byanyc on smithi096 2024-02-06T17:24:54.054 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:54 smithi096 bash[38906]: cephadm 2024-02-06T17:24:52.844212+0000 mgr.y (mgr.14140) 235 : cephadm [INF] Deploying daemon rgw.r.z.smithi096.byanyc on smithi096 2024-02-06T17:24:54.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:54 smithi102 bash[35648]: cephadm 2024-02-06T17:24:52.844212+0000 mgr.y (mgr.14140) 235 : cephadm [INF] Deploying daemon rgw.r.z.smithi096.byanyc on smithi096 2024-02-06T17:24:55.057 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:55 smithi096 bash[35573]: cluster 2024-02-06T17:24:53.655644+0000 mgr.y (mgr.14140) 236 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 6.9 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 11 KiB/s rd, 5.1 KiB/s wr, 40 op/s 2024-02-06T17:24:55.058 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:55 smithi096 bash[38906]: cluster 2024-02-06T17:24:53.655644+0000 mgr.y (mgr.14140) 236 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 6.9 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 11 KiB/s rd, 5.1 KiB/s wr, 40 op/s 2024-02-06T17:24:55.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:55 smithi102 bash[35648]: cluster 2024-02-06T17:24:53.655644+0000 mgr.y (mgr.14140) 236 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 6.9 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 11 KiB/s rd, 5.1 KiB/s wr, 40 op/s 2024-02-06T17:24:56.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:56 smithi096 bash[35573]: audit 2024-02-06T17:24:55.119359+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293494\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293573\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293608\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293642\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293671\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:31.293701\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:31.293733\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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-02-06T17:24:31.293763\", \"created\": \"2024-02-06T17:23:09.103431\", \"started\": \"2024-02-06T17:23:19.622335\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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-02-06T17:24:31.293797\", \"created\": \"2024-02-06T17:23:27.358009\", \"started\": \"2024-02-06T17:24:08.476439\"}, \"rgw.r.z.smithi096.byanyc\": {\"hostname\": \"smithi096\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:24:56.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:56 smithi096 bash[38906]: audit 2024-02-06T17:24:55.119359+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293494\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293573\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293608\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293642\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293671\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:31.293701\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:31.293733\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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-02-06T17:24:31.293763\", \"created\": \"2024-02-06T17:23:09.103431\", \"started\": \"2024-02-06T17:23:19.622335\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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-02-06T17:24:31.293797\", \"created\": \"2024-02-06T17:23:27.358009\", \"started\": \"2024-02-06T17:24:08.476439\"}, \"rgw.r.z.smithi096.byanyc\": {\"hostname\": \"smithi096\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:24:56.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:56 smithi096 bash[35573]: audit 2024-02-06T17:24:55.124090+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293494\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293573\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293608\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293642\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293671\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:31.293701\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:31.293733\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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-02-06T17:24:31.293763\", \"created\": \"2024-02-06T17:23:09.103431\", \"started\": \"2024-02-06T17:23:19.622335\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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-02-06T17:24:31.293797\", \"created\": \"2024-02-06T17:23:27.358009\", \"started\": \"2024-02-06T17:24:08.476439\"}, \"rgw.r.z.smithi096.byanyc\": {\"hostname\": \"smithi096\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:24:56.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:56 smithi096 bash[35573]: audit 2024-02-06T17:24:55.124934+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:24:56.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:56 smithi096 bash[38906]: audit 2024-02-06T17:24:55.124090+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293494\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293573\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293608\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293642\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293671\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:31.293701\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:31.293733\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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-02-06T17:24:31.293763\", \"created\": \"2024-02-06T17:23:09.103431\", \"started\": \"2024-02-06T17:23:19.622335\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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-02-06T17:24:31.293797\", \"created\": \"2024-02-06T17:23:27.358009\", \"started\": \"2024-02-06T17:24:08.476439\"}, \"rgw.r.z.smithi096.byanyc\": {\"hostname\": \"smithi096\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:24:56.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:56 smithi096 bash[38906]: audit 2024-02-06T17:24:55.124934+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:24:56.341 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:56 smithi102 bash[35648]: audit 2024-02-06T17:24:55.119359+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293494\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293573\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293608\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293642\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293671\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:31.293701\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:31.293733\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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-02-06T17:24:31.293763\", \"created\": \"2024-02-06T17:23:09.103431\", \"started\": \"2024-02-06T17:23:19.622335\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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-02-06T17:24:31.293797\", \"created\": \"2024-02-06T17:23:27.358009\", \"started\": \"2024-02-06T17:24:08.476439\"}, \"rgw.r.z.smithi096.byanyc\": {\"hostname\": \"smithi096\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:24:56.341 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:56 smithi102 bash[35648]: audit 2024-02-06T17:24:55.124090+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293494\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293573\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293608\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293642\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:31.293671\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:31.293701\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:31.293733\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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-02-06T17:24:31.293763\", \"created\": \"2024-02-06T17:23:09.103431\", \"started\": \"2024-02-06T17:23:19.622335\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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-02-06T17:24:31.293797\", \"created\": \"2024-02-06T17:23:27.358009\", \"started\": \"2024-02-06T17:24:08.476439\"}, \"rgw.r.z.smithi096.byanyc\": {\"hostname\": \"smithi096\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:24:56.341 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:56 smithi102 bash[35648]: audit 2024-02-06T17:24:55.124934+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:24:57.049 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:57 smithi096 bash[38906]: cluster 2024-02-06T17:24:55.656012+0000 mgr.y (mgr.14140) 237 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 6.9 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 17 KiB/s rd, 4.5 KiB/s wr, 50 op/s 2024-02-06T17:24:57.049 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:57 smithi096 bash[35573]: cluster 2024-02-06T17:24:55.656012+0000 mgr.y (mgr.14140) 237 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 6.9 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 17 KiB/s rd, 4.5 KiB/s wr, 50 op/s 2024-02-06T17:24:57.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:57 smithi102 bash[35648]: cluster 2024-02-06T17:24:55.656012+0000 mgr.y (mgr.14140) 237 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 6.9 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 17 KiB/s rd, 4.5 KiB/s wr, 50 op/s 2024-02-06T17:24:59.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:59 smithi096 bash[35573]: cluster 2024-02-06T17:24:57.656572+0000 mgr.y (mgr.14140) 238 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 60 KiB/s rd, 4.1 KiB/s wr, 128 op/s 2024-02-06T17:24:59.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:59 smithi096 bash[38906]: cluster 2024-02-06T17:24:57.656572+0000 mgr.y (mgr.14140) 238 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 60 KiB/s rd, 4.1 KiB/s wr, 128 op/s 2024-02-06T17:24:59.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:59 smithi096 bash[35573]: audit 2024-02-06T17:24:58.245867+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:58.244705\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:58.244778\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:58.244810\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:58.244848\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:58.244876\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:58.244905\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:58.244933\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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-02-06T17:24:58.244961\", \"created\": \"2024-02-06T17:23:09.103431\", \"started\": \"2024-02-06T17:23:19.622335\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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-02-06T17:24:58.244990\", \"created\": \"2024-02-06T17:23:27.358009\", \"started\": \"2024-02-06T17:24:08.476439\"}, \"rgw.r.z.smithi096.byanyc\": {\"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:58.245018\", \"created\": \"2024-02-06T17:24:55.086978\", \"started\": \"2024-02-06T17:24:55.120175\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545\"}}, \"last_daemon_update\": \"2024-02-06T17:24:58.245103\", \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:24:59.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:59 smithi096 bash[38906]: audit 2024-02-06T17:24:58.245867+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:58.244705\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:58.244778\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:58.244810\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:58.244848\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:58.244876\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:58.244905\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:58.244933\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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-02-06T17:24:58.244961\", \"created\": \"2024-02-06T17:23:09.103431\", \"started\": \"2024-02-06T17:23:19.622335\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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-02-06T17:24:58.244990\", \"created\": \"2024-02-06T17:23:27.358009\", \"started\": \"2024-02-06T17:24:08.476439\"}, \"rgw.r.z.smithi096.byanyc\": {\"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:58.245018\", \"created\": \"2024-02-06T17:24:55.086978\", \"started\": \"2024-02-06T17:24:55.120175\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545\"}}, \"last_daemon_update\": \"2024-02-06T17:24:58.245103\", \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:24:59.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:59 smithi096 bash[35573]: audit 2024-02-06T17:24:58.248974+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:58.244705\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:58.244778\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:58.244810\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:58.244848\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:58.244876\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:58.244905\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:58.244933\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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-02-06T17:24:58.244961\", \"created\": \"2024-02-06T17:23:09.103431\", \"started\": \"2024-02-06T17:23:19.622335\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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-02-06T17:24:58.244990\", \"created\": \"2024-02-06T17:23:27.358009\", \"started\": \"2024-02-06T17:24:08.476439\"}, \"rgw.r.z.smithi096.byanyc\": {\"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:58.245018\", \"created\": \"2024-02-06T17:24:55.086978\", \"started\": \"2024-02-06T17:24:55.120175\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545\"}}, \"last_daemon_update\": \"2024-02-06T17:24:58.245103\", \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:24:59.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:24:59 smithi096 bash[35573]: audit 2024-02-06T17:24:58.249485+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:24:59.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:59 smithi096 bash[38906]: audit 2024-02-06T17:24:58.248974+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:58.244705\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:58.244778\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:58.244810\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:58.244848\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:58.244876\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:58.244905\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:58.244933\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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-02-06T17:24:58.244961\", \"created\": \"2024-02-06T17:23:09.103431\", \"started\": \"2024-02-06T17:23:19.622335\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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-02-06T17:24:58.244990\", \"created\": \"2024-02-06T17:23:27.358009\", \"started\": \"2024-02-06T17:24:08.476439\"}, \"rgw.r.z.smithi096.byanyc\": {\"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:58.245018\", \"created\": \"2024-02-06T17:24:55.086978\", \"started\": \"2024-02-06T17:24:55.120175\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545\"}}, \"last_daemon_update\": \"2024-02-06T17:24:58.245103\", \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:24:59.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:24:59 smithi096 bash[38906]: audit 2024-02-06T17:24:58.249485+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:24:59.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:59 smithi102 bash[35648]: cluster 2024-02-06T17:24:57.656572+0000 mgr.y (mgr.14140) 238 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 60 KiB/s rd, 4.1 KiB/s wr, 128 op/s 2024-02-06T17:24:59.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:59 smithi102 bash[35648]: audit 2024-02-06T17:24:58.245867+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:58.244705\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:58.244778\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:58.244810\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:58.244848\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:58.244876\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:58.244905\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:58.244933\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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-02-06T17:24:58.244961\", \"created\": \"2024-02-06T17:23:09.103431\", \"started\": \"2024-02-06T17:23:19.622335\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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-02-06T17:24:58.244990\", \"created\": \"2024-02-06T17:23:27.358009\", \"started\": \"2024-02-06T17:24:08.476439\"}, \"rgw.r.z.smithi096.byanyc\": {\"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:58.245018\", \"created\": \"2024-02-06T17:24:55.086978\", \"started\": \"2024-02-06T17:24:55.120175\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545\"}}, \"last_daemon_update\": \"2024-02-06T17:24:58.245103\", \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]: dispatch 2024-02-06T17:24:59.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:59 smithi102 bash[35648]: audit 2024-02-06T17:24:58.248974+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:58.244705\", \"created\": \"2024-02-06T17:18:08.013366\", \"started\": \"2024-02-06T17:18:12.575975\"}, \"mgr.y\": {\"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:58.244778\", \"created\": \"2024-02-06T17:18:14.660214\", \"started\": \"2024-02-06T17:18:14.691013\"}, \"mon.c\": {\"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:58.244810\", \"created\": \"2024-02-06T17:19:31.969436\", \"started\": \"2024-02-06T17:19:32.001471\"}, \"osd.0\": {\"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:58.244848\", \"created\": \"2024-02-06T17:20:22.847259\", \"started\": \"2024-02-06T17:20:26.293280\"}, \"osd.1\": {\"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:58.244876\", \"created\": \"2024-02-06T17:20:42.352810\", \"started\": \"2024-02-06T17:20:44.778590\"}, \"osd.2\": {\"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:58.244905\", \"created\": \"2024-02-06T17:21:01.944359\", \"started\": \"2024-02-06T17:21:05.917740\"}, \"osd.3\": {\"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:24:58.244933\", \"created\": \"2024-02-06T17:21:21.253915\", \"started\": \"2024-02-06T17:21:23.576615\"}, \"node-exporter.a\": {\"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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-02-06T17:24:58.244961\", \"created\": \"2024-02-06T17:23:09.103431\", \"started\": \"2024-02-06T17:23:19.622335\"}, \"alertmanager.a\": {\"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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-02-06T17:24:58.244990\", \"created\": \"2024-02-06T17:23:27.358009\", \"started\": \"2024-02-06T17:24:08.476439\"}, \"rgw.r.z.smithi096.byanyc\": {\"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:24:58.245018\", \"created\": \"2024-02-06T17:24:55.086978\", \"started\": \"2024-02-06T17:24:55.120175\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545\"}}, \"last_daemon_update\": \"2024-02-06T17:24:58.245103\", \"last_device_update\": \"2024-02-06T17:21:27.851959\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.96\"]}, \"last_host_check\": \"2024-02-06T17:18:42.201933\"}"}]': finished 2024-02-06T17:24:59.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:24:59 smithi102 bash[35648]: audit 2024-02-06T17:24:58.249485+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:25:01.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:25:01 smithi096 bash[35573]: cluster 2024-02-06T17:24:59.657143+0000 mgr.y (mgr.14140) 239 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 87 KiB/s rd, 3.5 KiB/s wr, 168 op/s 2024-02-06T17:25:01.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:25:01 smithi096 bash[38906]: cluster 2024-02-06T17:24:59.657143+0000 mgr.y (mgr.14140) 239 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 87 KiB/s rd, 3.5 KiB/s wr, 168 op/s 2024-02-06T17:25:01.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:25:01 smithi102 bash[35648]: cluster 2024-02-06T17:24:59.657143+0000 mgr.y (mgr.14140) 239 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 87 KiB/s rd, 3.5 KiB/s wr, 168 op/s 2024-02-06T17:25:02.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:25:02 smithi102 bash[35648]: audit 2024-02-06T17:25:01.685256+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.683891\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.683985\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684023\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684056\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684089\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:25:01.684138\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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-02-06T17:25:01.684169\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:24:12.594715\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:25:01.684200\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:25:01.684231\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}, \"rgw.r.z.smithi102.bnlttq\": {\"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684263\", \"created\": \"2024-02-06T17:24:52.806415\", \"started\": \"2024-02-06T17:24:52.837975\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018\"}}, \"last_daemon_update\": \"2024-02-06T17:25:01.684352\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:25:02.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:25:02 smithi102 bash[35648]: audit 2024-02-06T17:25:01.688592+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.683891\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.683985\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684023\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684056\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684089\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:25:01.684138\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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-02-06T17:25:01.684169\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:24:12.594715\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:25:01.684200\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:25:01.684231\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}, \"rgw.r.z.smithi102.bnlttq\": {\"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684263\", \"created\": \"2024-02-06T17:24:52.806415\", \"started\": \"2024-02-06T17:24:52.837975\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018\"}}, \"last_daemon_update\": \"2024-02-06T17:25:01.684352\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:25:02.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:25:02 smithi096 bash[35573]: audit 2024-02-06T17:25:01.685256+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.683891\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.683985\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684023\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684056\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684089\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:25:01.684138\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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-02-06T17:25:01.684169\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:24:12.594715\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:25:01.684200\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:25:01.684231\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}, \"rgw.r.z.smithi102.bnlttq\": {\"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684263\", \"created\": \"2024-02-06T17:24:52.806415\", \"started\": \"2024-02-06T17:24:52.837975\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018\"}}, \"last_daemon_update\": \"2024-02-06T17:25:01.684352\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:25:02.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:25:02 smithi096 bash[38906]: audit 2024-02-06T17:25:01.685256+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.683891\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.683985\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684023\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684056\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684089\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:25:01.684138\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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-02-06T17:25:01.684169\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:24:12.594715\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:25:01.684200\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:25:01.684231\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}, \"rgw.r.z.smithi102.bnlttq\": {\"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684263\", \"created\": \"2024-02-06T17:24:52.806415\", \"started\": \"2024-02-06T17:24:52.837975\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018\"}}, \"last_daemon_update\": \"2024-02-06T17:25:01.684352\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:25:02.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:25:02 smithi096 bash[38906]: audit 2024-02-06T17:25:01.688592+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.683891\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.683985\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684023\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684056\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684089\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:25:01.684138\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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-02-06T17:25:01.684169\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:24:12.594715\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:25:01.684200\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:25:01.684231\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}, \"rgw.r.z.smithi102.bnlttq\": {\"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684263\", \"created\": \"2024-02-06T17:24:52.806415\", \"started\": \"2024-02-06T17:24:52.837975\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018\"}}, \"last_daemon_update\": \"2024-02-06T17:25:01.684352\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:25:02.521 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:25:02 smithi096 bash[35573]: audit 2024-02-06T17:25:01.688592+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.683891\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"60b410b1f782\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.683985\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:20:06.158538\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684023\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684056\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684089\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:25:01.684138\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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-02-06T17:25:01.684169\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:24:12.594715\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:25:01.684200\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:25:01.684231\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}, \"rgw.r.z.smithi102.bnlttq\": {\"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684263\", \"created\": \"2024-02-06T17:24:52.806415\", \"started\": \"2024-02-06T17:24:52.837975\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:04.217812\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018\"}}, \"last_daemon_update\": \"2024-02-06T17:25:01.684352\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:25:03.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:25:03 smithi102 bash[35648]: cluster 2024-02-06T17:25:01.657653+0000 mgr.y (mgr.14140) 240 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 1.6 KiB/s wr, 171 op/s 2024-02-06T17:25:03.519 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:25:03 smithi096 bash[35573]: cluster 2024-02-06T17:25:01.657653+0000 mgr.y (mgr.14140) 240 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 1.6 KiB/s wr, 171 op/s 2024-02-06T17:25:03.520 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:25:03 smithi096 bash[38906]: cluster 2024-02-06T17:25:01.657653+0000 mgr.y (mgr.14140) 240 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 1.6 KiB/s wr, 171 op/s 2024-02-06T17:25:04.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:25:04 smithi102 bash[35648]: cluster 2024-02-06T17:25:03.658518+0000 mgr.y (mgr.14140) 241 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 597 B/s wr, 168 op/s 2024-02-06T17:25:05.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:25:04 smithi096 bash[35573]: cluster 2024-02-06T17:25:03.658518+0000 mgr.y (mgr.14140) 241 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 597 B/s wr, 168 op/s 2024-02-06T17:25:05.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:25:04 smithi096 bash[38906]: cluster 2024-02-06T17:25:03.658518+0000 mgr.y (mgr.14140) 241 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 597 B/s wr, 168 op/s 2024-02-06T17:25:07.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:25:06 smithi096 bash[35573]: cluster 2024-02-06T17:25:05.659053+0000 mgr.y (mgr.14140) 242 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 86 KiB/s rd, 170 B/s wr, 152 op/s 2024-02-06T17:25:07.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:25:06 smithi096 bash[38906]: cluster 2024-02-06T17:25:05.659053+0000 mgr.y (mgr.14140) 242 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 86 KiB/s rd, 170 B/s wr, 152 op/s 2024-02-06T17:25:07.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:25:06 smithi102 bash[35648]: cluster 2024-02-06T17:25:05.659053+0000 mgr.y (mgr.14140) 242 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 86 KiB/s rd, 170 B/s wr, 152 op/s 2024-02-06T17:25:09.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:25:08 smithi096 bash[35573]: cluster 2024-02-06T17:25:07.659789+0000 mgr.y (mgr.14140) 243 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 81 KiB/s rd, 170 B/s wr, 142 op/s 2024-02-06T17:25:09.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:25:08 smithi096 bash[38906]: cluster 2024-02-06T17:25:07.659789+0000 mgr.y (mgr.14140) 243 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 81 KiB/s rd, 170 B/s wr, 142 op/s 2024-02-06T17:25:09.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:25:08 smithi102 bash[35648]: cluster 2024-02-06T17:25:07.659789+0000 mgr.y (mgr.14140) 243 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 81 KiB/s rd, 170 B/s wr, 142 op/s 2024-02-06T17:25:11.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:25:10 smithi096 bash[35573]: cluster 2024-02-06T17:25:09.660499+0000 mgr.y (mgr.14140) 244 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 44 KiB/s rd, 0 B/s wr, 71 op/s 2024-02-06T17:25:11.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:25:10 smithi096 bash[38906]: cluster 2024-02-06T17:25:09.660499+0000 mgr.y (mgr.14140) 244 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 44 KiB/s rd, 0 B/s wr, 71 op/s 2024-02-06T17:25:11.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:25:10 smithi102 bash[35648]: cluster 2024-02-06T17:25:09.660499+0000 mgr.y (mgr.14140) 244 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 44 KiB/s rd, 0 B/s wr, 71 op/s 2024-02-06T17:25:13.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:25:12 smithi096 bash[35573]: cluster 2024-02-06T17:25:11.661286+0000 mgr.y (mgr.14140) 245 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 9.2 KiB/s rd, 0 B/s wr, 14 op/s 2024-02-06T17:25:13.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:25:12 smithi096 bash[38906]: cluster 2024-02-06T17:25:11.661286+0000 mgr.y (mgr.14140) 245 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 9.2 KiB/s rd, 0 B/s wr, 14 op/s 2024-02-06T17:25:13.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:25:12 smithi102 bash[35648]: cluster 2024-02-06T17:25:11.661286+0000 mgr.y (mgr.14140) 245 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 9.2 KiB/s rd, 0 B/s wr, 14 op/s 2024-02-06T17:25:14.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:25:14 smithi102 bash[35648]: cluster 2024-02-06T17:25:13.661974+0000 mgr.y (mgr.14140) 246 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:15.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:25:14 smithi096 bash[35573]: cluster 2024-02-06T17:25:13.661974+0000 mgr.y (mgr.14140) 246 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:15.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:25:14 smithi096 bash[38906]: cluster 2024-02-06T17:25:13.661974+0000 mgr.y (mgr.14140) 246 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:17.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:25:16 smithi096 bash[35573]: cluster 2024-02-06T17:25:15.662469+0000 mgr.y (mgr.14140) 247 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:17.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:25:16 smithi096 bash[38906]: cluster 2024-02-06T17:25:15.662469+0000 mgr.y (mgr.14140) 247 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:17.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:25:16 smithi102 bash[35648]: cluster 2024-02-06T17:25:15.662469+0000 mgr.y (mgr.14140) 247 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:19.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:25:18 smithi096 bash[35573]: cluster 2024-02-06T17:25:17.663167+0000 mgr.y (mgr.14140) 248 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:19.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:25:18 smithi096 bash[38906]: cluster 2024-02-06T17:25:17.663167+0000 mgr.y (mgr.14140) 248 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:19.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:25:18 smithi102 bash[35648]: cluster 2024-02-06T17:25:17.663167+0000 mgr.y (mgr.14140) 248 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:21.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:25:20 smithi096 bash[35573]: cluster 2024-02-06T17:25:19.663776+0000 mgr.y (mgr.14140) 249 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:21.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:25:20 smithi096 bash[38906]: cluster 2024-02-06T17:25:19.663776+0000 mgr.y (mgr.14140) 249 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:21.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:25:20 smithi102 bash[35648]: cluster 2024-02-06T17:25:19.663776+0000 mgr.y (mgr.14140) 249 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:23.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:25:22 smithi096 bash[35573]: cluster 2024-02-06T17:25:21.664400+0000 mgr.y (mgr.14140) 250 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:23.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:25:22 smithi096 bash[38906]: cluster 2024-02-06T17:25:21.664400+0000 mgr.y (mgr.14140) 250 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:23.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:25:22 smithi102 bash[35648]: cluster 2024-02-06T17:25:21.664400+0000 mgr.y (mgr.14140) 250 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:24.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:25:24 smithi102 bash[35648]: cluster 2024-02-06T17:25:23.664983+0000 mgr.y (mgr.14140) 251 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:25.019 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:25:24 smithi096 bash[35573]: cluster 2024-02-06T17:25:23.664983+0000 mgr.y (mgr.14140) 251 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:25.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:25:24 smithi096 bash[38906]: cluster 2024-02-06T17:25:23.664983+0000 mgr.y (mgr.14140) 251 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:27.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:25:26 smithi096 bash[35573]: cluster 2024-02-06T17:25:25.665375+0000 mgr.y (mgr.14140) 252 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:27.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:25:26 smithi096 bash[38906]: cluster 2024-02-06T17:25:25.665375+0000 mgr.y (mgr.14140) 252 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:27.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:25:26 smithi102 bash[35648]: cluster 2024-02-06T17:25:25.665375+0000 mgr.y (mgr.14140) 252 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:29.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:25:28 smithi096 bash[35573]: cluster 2024-02-06T17:25:27.665970+0000 mgr.y (mgr.14140) 253 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:29.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:25:28 smithi096 bash[38906]: cluster 2024-02-06T17:25:27.665970+0000 mgr.y (mgr.14140) 253 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:29.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:25:28 smithi102 bash[35648]: cluster 2024-02-06T17:25:27.665970+0000 mgr.y (mgr.14140) 253 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:31.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:25:30 smithi096 bash[38906]: cluster 2024-02-06T17:25:29.666652+0000 mgr.y (mgr.14140) 254 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:31.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:25:30 smithi096 bash[35573]: cluster 2024-02-06T17:25:29.666652+0000 mgr.y (mgr.14140) 254 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:31.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:25:30 smithi102 bash[35648]: cluster 2024-02-06T17:25:29.666652+0000 mgr.y (mgr.14140) 254 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:33.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:25:32 smithi096 bash[35573]: cluster 2024-02-06T17:25:31.667288+0000 mgr.y (mgr.14140) 255 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:33.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:25:32 smithi096 bash[38906]: cluster 2024-02-06T17:25:31.667288+0000 mgr.y (mgr.14140) 255 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:33.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:25:32 smithi102 bash[35648]: cluster 2024-02-06T17:25:31.667288+0000 mgr.y (mgr.14140) 255 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:34.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:25:34 smithi102 bash[35648]: cluster 2024-02-06T17:25:33.668082+0000 mgr.y (mgr.14140) 256 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:35.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:25:34 smithi096 bash[35573]: cluster 2024-02-06T17:25:33.668082+0000 mgr.y (mgr.14140) 256 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:35.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:25:34 smithi096 bash[38906]: cluster 2024-02-06T17:25:33.668082+0000 mgr.y (mgr.14140) 256 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:37.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:25:36 smithi096 bash[35573]: cluster 2024-02-06T17:25:35.668527+0000 mgr.y (mgr.14140) 257 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:37.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:25:36 smithi096 bash[38906]: cluster 2024-02-06T17:25:35.668527+0000 mgr.y (mgr.14140) 257 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:37.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:25:36 smithi102 bash[35648]: cluster 2024-02-06T17:25:35.668527+0000 mgr.y (mgr.14140) 257 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:39.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:25:38 smithi096 bash[35573]: cluster 2024-02-06T17:25:37.669214+0000 mgr.y (mgr.14140) 258 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:39.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:25:38 smithi096 bash[38906]: cluster 2024-02-06T17:25:37.669214+0000 mgr.y (mgr.14140) 258 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:39.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:25:38 smithi102 bash[35648]: cluster 2024-02-06T17:25:37.669214+0000 mgr.y (mgr.14140) 258 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:41.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:25:40 smithi096 bash[35573]: cluster 2024-02-06T17:25:39.669801+0000 mgr.y (mgr.14140) 259 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:41.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:25:40 smithi096 bash[38906]: cluster 2024-02-06T17:25:39.669801+0000 mgr.y (mgr.14140) 259 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:41.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:25:40 smithi102 bash[35648]: cluster 2024-02-06T17:25:39.669801+0000 mgr.y (mgr.14140) 259 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:43.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:25:42 smithi096 bash[35573]: cluster 2024-02-06T17:25:41.670463+0000 mgr.y (mgr.14140) 260 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:43.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:25:42 smithi096 bash[38906]: cluster 2024-02-06T17:25:41.670463+0000 mgr.y (mgr.14140) 260 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:43.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:25:42 smithi102 bash[35648]: cluster 2024-02-06T17:25:41.670463+0000 mgr.y (mgr.14140) 260 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:44.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:25:44 smithi102 bash[35648]: cluster 2024-02-06T17:25:43.671068+0000 mgr.y (mgr.14140) 261 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:45.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:25:44 smithi096 bash[35573]: cluster 2024-02-06T17:25:43.671068+0000 mgr.y (mgr.14140) 261 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:45.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:25:44 smithi096 bash[38906]: cluster 2024-02-06T17:25:43.671068+0000 mgr.y (mgr.14140) 261 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:47.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:25:46 smithi096 bash[35573]: cluster 2024-02-06T17:25:45.671508+0000 mgr.y (mgr.14140) 262 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:47.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:25:46 smithi096 bash[38906]: cluster 2024-02-06T17:25:45.671508+0000 mgr.y (mgr.14140) 262 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:47.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:25:46 smithi102 bash[35648]: cluster 2024-02-06T17:25:45.671508+0000 mgr.y (mgr.14140) 262 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:49.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:25:48 smithi096 bash[35573]: cluster 2024-02-06T17:25:47.672334+0000 mgr.y (mgr.14140) 263 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:49.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:25:48 smithi096 bash[38906]: cluster 2024-02-06T17:25:47.672334+0000 mgr.y (mgr.14140) 263 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:49.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:25:48 smithi102 bash[35648]: cluster 2024-02-06T17:25:47.672334+0000 mgr.y (mgr.14140) 263 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:51.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:25:50 smithi096 bash[35573]: cluster 2024-02-06T17:25:49.672929+0000 mgr.y (mgr.14140) 264 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:51.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:25:50 smithi096 bash[38906]: cluster 2024-02-06T17:25:49.672929+0000 mgr.y (mgr.14140) 264 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:51.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:25:50 smithi102 bash[35648]: cluster 2024-02-06T17:25:49.672929+0000 mgr.y (mgr.14140) 264 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:53.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:25:52 smithi096 bash[35573]: cluster 2024-02-06T17:25:51.673505+0000 mgr.y (mgr.14140) 265 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:53.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:25:52 smithi096 bash[38906]: cluster 2024-02-06T17:25:51.673505+0000 mgr.y (mgr.14140) 265 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:53.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:25:52 smithi102 bash[35648]: cluster 2024-02-06T17:25:51.673505+0000 mgr.y (mgr.14140) 265 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:54.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:25:54 smithi102 bash[35648]: cluster 2024-02-06T17:25:53.674321+0000 mgr.y (mgr.14140) 266 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:55.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:25:54 smithi096 bash[35573]: cluster 2024-02-06T17:25:53.674321+0000 mgr.y (mgr.14140) 266 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:55.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:25:54 smithi096 bash[38906]: cluster 2024-02-06T17:25:53.674321+0000 mgr.y (mgr.14140) 266 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:57.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:25:56 smithi096 bash[38906]: cluster 2024-02-06T17:25:55.674777+0000 mgr.y (mgr.14140) 267 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:57.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:25:56 smithi096 bash[35573]: cluster 2024-02-06T17:25:55.674777+0000 mgr.y (mgr.14140) 267 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:57.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:25:56 smithi102 bash[35648]: cluster 2024-02-06T17:25:55.674777+0000 mgr.y (mgr.14140) 267 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:59.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:25:58 smithi096 bash[35573]: cluster 2024-02-06T17:25:57.675531+0000 mgr.y (mgr.14140) 268 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:59.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:25:58 smithi096 bash[38906]: cluster 2024-02-06T17:25:57.675531+0000 mgr.y (mgr.14140) 268 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:25:59.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:25:58 smithi102 bash[35648]: cluster 2024-02-06T17:25:57.675531+0000 mgr.y (mgr.14140) 268 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:01.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:26:00 smithi096 bash[35573]: cluster 2024-02-06T17:25:59.676197+0000 mgr.y (mgr.14140) 269 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:01.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:26:00 smithi096 bash[38906]: cluster 2024-02-06T17:25:59.676197+0000 mgr.y (mgr.14140) 269 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:01.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:26:00 smithi102 bash[35648]: cluster 2024-02-06T17:25:59.676197+0000 mgr.y (mgr.14140) 269 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:03.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:26:02 smithi096 bash[35573]: cluster 2024-02-06T17:26:01.676790+0000 mgr.y (mgr.14140) 270 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:03.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:26:02 smithi096 bash[38906]: cluster 2024-02-06T17:26:01.676790+0000 mgr.y (mgr.14140) 270 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:03.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:26:02 smithi102 bash[35648]: cluster 2024-02-06T17:26:01.676790+0000 mgr.y (mgr.14140) 270 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:04.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:26:04 smithi102 bash[35648]: cluster 2024-02-06T17:26:03.677376+0000 mgr.y (mgr.14140) 271 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:05.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:26:04 smithi096 bash[35573]: cluster 2024-02-06T17:26:03.677376+0000 mgr.y (mgr.14140) 271 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:05.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:26:04 smithi096 bash[38906]: cluster 2024-02-06T17:26:03.677376+0000 mgr.y (mgr.14140) 271 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:07.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:26:06 smithi096 bash[35573]: cluster 2024-02-06T17:26:05.677857+0000 mgr.y (mgr.14140) 272 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:07.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:26:06 smithi096 bash[38906]: cluster 2024-02-06T17:26:05.677857+0000 mgr.y (mgr.14140) 272 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:07.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:26:06 smithi102 bash[35648]: cluster 2024-02-06T17:26:05.677857+0000 mgr.y (mgr.14140) 272 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:09.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:26:08 smithi096 bash[35573]: cluster 2024-02-06T17:26:07.678575+0000 mgr.y (mgr.14140) 273 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:09.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:26:08 smithi096 bash[38906]: cluster 2024-02-06T17:26:07.678575+0000 mgr.y (mgr.14140) 273 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:09.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:26:08 smithi102 bash[35648]: cluster 2024-02-06T17:26:07.678575+0000 mgr.y (mgr.14140) 273 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:11.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:26:10 smithi096 bash[35573]: cluster 2024-02-06T17:26:09.679319+0000 mgr.y (mgr.14140) 274 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:11.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:26:10 smithi096 bash[38906]: cluster 2024-02-06T17:26:09.679319+0000 mgr.y (mgr.14140) 274 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:11.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:26:10 smithi102 bash[35648]: cluster 2024-02-06T17:26:09.679319+0000 mgr.y (mgr.14140) 274 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:13.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:26:12 smithi096 bash[38906]: cluster 2024-02-06T17:26:11.680002+0000 mgr.y (mgr.14140) 275 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:13.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:26:12 smithi096 bash[35573]: cluster 2024-02-06T17:26:11.680002+0000 mgr.y (mgr.14140) 275 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:13.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:26:12 smithi102 bash[35648]: cluster 2024-02-06T17:26:11.680002+0000 mgr.y (mgr.14140) 275 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:14.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:26:14 smithi102 bash[35648]: cluster 2024-02-06T17:26:13.680581+0000 mgr.y (mgr.14140) 276 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:15.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:26:14 smithi096 bash[35573]: cluster 2024-02-06T17:26:13.680581+0000 mgr.y (mgr.14140) 276 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:15.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:26:14 smithi096 bash[38906]: cluster 2024-02-06T17:26:13.680581+0000 mgr.y (mgr.14140) 276 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:17.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:26:16 smithi096 bash[35573]: cluster 2024-02-06T17:26:15.681146+0000 mgr.y (mgr.14140) 277 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:17.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:26:16 smithi096 bash[38906]: cluster 2024-02-06T17:26:15.681146+0000 mgr.y (mgr.14140) 277 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:17.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:26:16 smithi102 bash[35648]: cluster 2024-02-06T17:26:15.681146+0000 mgr.y (mgr.14140) 277 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:19.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:26:18 smithi096 bash[35573]: cluster 2024-02-06T17:26:17.681746+0000 mgr.y (mgr.14140) 278 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:19.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:26:18 smithi096 bash[38906]: cluster 2024-02-06T17:26:17.681746+0000 mgr.y (mgr.14140) 278 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:19.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:26:18 smithi102 bash[35648]: cluster 2024-02-06T17:26:17.681746+0000 mgr.y (mgr.14140) 278 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:21.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:26:20 smithi096 bash[35573]: cluster 2024-02-06T17:26:19.682146+0000 mgr.y (mgr.14140) 279 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:21.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:26:20 smithi096 bash[38906]: cluster 2024-02-06T17:26:19.682146+0000 mgr.y (mgr.14140) 279 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:21.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:26:20 smithi102 bash[35648]: cluster 2024-02-06T17:26:19.682146+0000 mgr.y (mgr.14140) 279 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:23.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:26:22 smithi096 bash[35573]: cluster 2024-02-06T17:26:21.682783+0000 mgr.y (mgr.14140) 280 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:23.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:26:22 smithi096 bash[38906]: cluster 2024-02-06T17:26:21.682783+0000 mgr.y (mgr.14140) 280 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:23.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:26:22 smithi102 bash[35648]: cluster 2024-02-06T17:26:21.682783+0000 mgr.y (mgr.14140) 280 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:24.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:26:24 smithi102 bash[35648]: cluster 2024-02-06T17:26:23.683387+0000 mgr.y (mgr.14140) 281 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:25.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:26:24 smithi096 bash[35573]: cluster 2024-02-06T17:26:23.683387+0000 mgr.y (mgr.14140) 281 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:25.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:26:24 smithi096 bash[38906]: cluster 2024-02-06T17:26:23.683387+0000 mgr.y (mgr.14140) 281 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:27.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:26:26 smithi096 bash[35573]: cluster 2024-02-06T17:26:25.683948+0000 mgr.y (mgr.14140) 282 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:27.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:26:26 smithi096 bash[38906]: cluster 2024-02-06T17:26:25.683948+0000 mgr.y (mgr.14140) 282 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:27.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:26:26 smithi102 bash[35648]: cluster 2024-02-06T17:26:25.683948+0000 mgr.y (mgr.14140) 282 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:29.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:26:28 smithi096 bash[35573]: cluster 2024-02-06T17:26:27.684472+0000 mgr.y (mgr.14140) 283 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:29.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:26:28 smithi096 bash[38906]: cluster 2024-02-06T17:26:27.684472+0000 mgr.y (mgr.14140) 283 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:29.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:26:28 smithi102 bash[35648]: cluster 2024-02-06T17:26:27.684472+0000 mgr.y (mgr.14140) 283 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:31.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:26:30 smithi096 bash[35573]: cluster 2024-02-06T17:26:29.685116+0000 mgr.y (mgr.14140) 284 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:31.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:26:30 smithi096 bash[38906]: cluster 2024-02-06T17:26:29.685116+0000 mgr.y (mgr.14140) 284 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:31.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:26:30 smithi102 bash[35648]: cluster 2024-02-06T17:26:29.685116+0000 mgr.y (mgr.14140) 284 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:33.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:26:32 smithi096 bash[35573]: cluster 2024-02-06T17:26:31.685745+0000 mgr.y (mgr.14140) 285 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:33.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:26:32 smithi096 bash[38906]: cluster 2024-02-06T17:26:31.685745+0000 mgr.y (mgr.14140) 285 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:33.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:26:32 smithi102 bash[35648]: cluster 2024-02-06T17:26:31.685745+0000 mgr.y (mgr.14140) 285 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:34.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:26:34 smithi102 bash[35648]: cluster 2024-02-06T17:26:33.686560+0000 mgr.y (mgr.14140) 286 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:35.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:26:34 smithi096 bash[35573]: cluster 2024-02-06T17:26:33.686560+0000 mgr.y (mgr.14140) 286 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:35.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:26:34 smithi096 bash[38906]: cluster 2024-02-06T17:26:33.686560+0000 mgr.y (mgr.14140) 286 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:37.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:26:36 smithi096 bash[35573]: cluster 2024-02-06T17:26:35.687064+0000 mgr.y (mgr.14140) 287 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:37.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:26:36 smithi096 bash[38906]: cluster 2024-02-06T17:26:35.687064+0000 mgr.y (mgr.14140) 287 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:37.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:26:36 smithi102 bash[35648]: cluster 2024-02-06T17:26:35.687064+0000 mgr.y (mgr.14140) 287 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:39.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:26:38 smithi096 bash[35573]: cluster 2024-02-06T17:26:37.687696+0000 mgr.y (mgr.14140) 288 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:39.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:26:38 smithi096 bash[38906]: cluster 2024-02-06T17:26:37.687696+0000 mgr.y (mgr.14140) 288 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:39.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:26:38 smithi102 bash[35648]: cluster 2024-02-06T17:26:37.687696+0000 mgr.y (mgr.14140) 288 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:41.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:26:40 smithi096 bash[35573]: cluster 2024-02-06T17:26:39.688388+0000 mgr.y (mgr.14140) 289 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:41.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:26:40 smithi096 bash[38906]: cluster 2024-02-06T17:26:39.688388+0000 mgr.y (mgr.14140) 289 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:41.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:26:40 smithi102 bash[35648]: cluster 2024-02-06T17:26:39.688388+0000 mgr.y (mgr.14140) 289 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:43.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:26:42 smithi096 bash[35573]: cluster 2024-02-06T17:26:41.689103+0000 mgr.y (mgr.14140) 290 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:43.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:26:42 smithi096 bash[38906]: cluster 2024-02-06T17:26:41.689103+0000 mgr.y (mgr.14140) 290 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:43.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:26:42 smithi102 bash[35648]: cluster 2024-02-06T17:26:41.689103+0000 mgr.y (mgr.14140) 290 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:44.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:26:44 smithi102 bash[35648]: cluster 2024-02-06T17:26:43.689689+0000 mgr.y (mgr.14140) 291 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:45.019 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:26:44 smithi096 bash[35573]: cluster 2024-02-06T17:26:43.689689+0000 mgr.y (mgr.14140) 291 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:45.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:26:44 smithi096 bash[38906]: cluster 2024-02-06T17:26:43.689689+0000 mgr.y (mgr.14140) 291 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:47.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:26:46 smithi096 bash[35573]: cluster 2024-02-06T17:26:45.690197+0000 mgr.y (mgr.14140) 292 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:47.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:26:46 smithi096 bash[38906]: cluster 2024-02-06T17:26:45.690197+0000 mgr.y (mgr.14140) 292 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:47.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:26:46 smithi102 bash[35648]: cluster 2024-02-06T17:26:45.690197+0000 mgr.y (mgr.14140) 292 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:49.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:26:48 smithi096 bash[35573]: cluster 2024-02-06T17:26:47.690971+0000 mgr.y (mgr.14140) 293 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:49.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:26:48 smithi096 bash[38906]: cluster 2024-02-06T17:26:47.690971+0000 mgr.y (mgr.14140) 293 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:49.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:26:48 smithi102 bash[35648]: cluster 2024-02-06T17:26:47.690971+0000 mgr.y (mgr.14140) 293 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:51.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:26:50 smithi096 bash[38906]: cluster 2024-02-06T17:26:49.691467+0000 mgr.y (mgr.14140) 294 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:51.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:26:50 smithi096 bash[35573]: cluster 2024-02-06T17:26:49.691467+0000 mgr.y (mgr.14140) 294 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:51.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:26:50 smithi102 bash[35648]: cluster 2024-02-06T17:26:49.691467+0000 mgr.y (mgr.14140) 294 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:53.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:26:52 smithi096 bash[35573]: cluster 2024-02-06T17:26:51.692020+0000 mgr.y (mgr.14140) 295 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:53.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:26:52 smithi096 bash[38906]: cluster 2024-02-06T17:26:51.692020+0000 mgr.y (mgr.14140) 295 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:53.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:26:52 smithi102 bash[35648]: cluster 2024-02-06T17:26:51.692020+0000 mgr.y (mgr.14140) 295 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:54.249 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-02-06T17:26:54.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:26:54 smithi102 bash[35648]: cluster 2024-02-06T17:26:53.692770+0000 mgr.y (mgr.14140) 296 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:55.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:26:54 smithi096 bash[35573]: cluster 2024-02-06T17:26:53.692770+0000 mgr.y (mgr.14140) 296 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:55.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:26:54 smithi096 bash[38906]: cluster 2024-02-06T17:26:53.692770+0000 mgr.y (mgr.14140) 296 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:56.971 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:26:56 smithi096 bash[35573]: cluster 2024-02-06T17:26:55.693266+0000 mgr.y (mgr.14140) 297 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:56.971 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:26:56 smithi096 bash[35573]: audit 2024-02-06T17:26:56.345542+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.96:0/789764307' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-02-06T17:26:56.971 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:26:56 smithi096 bash[35573]: audit 2024-02-06T17:26:56.345826+0000 mon.a (mon.0) 599 : 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-02-06T17:26:56.971 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:26:56 smithi096 bash[35573]: audit 2024-02-06T17:26:56.349284+0000 mon.a (mon.0) 600 : 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-02-06T17:26:56.972 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:26:56 smithi096 bash[38906]: cluster 2024-02-06T17:26:55.693266+0000 mgr.y (mgr.14140) 297 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:56.972 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:26:56 smithi096 bash[38906]: audit 2024-02-06T17:26:56.345542+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.96:0/789764307' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-02-06T17:26:56.972 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:26:56 smithi096 bash[38906]: audit 2024-02-06T17:26:56.345826+0000 mon.a (mon.0) 599 : 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-02-06T17:26:56.972 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:26:56 smithi096 bash[38906]: audit 2024-02-06T17:26:56.349284+0000 mon.a (mon.0) 600 : 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-02-06T17:26:56.981 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-02-06T17:26:57.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:26:56 smithi102 bash[35648]: cluster 2024-02-06T17:26:55.693266+0000 mgr.y (mgr.14140) 297 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:57.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:26:56 smithi102 bash[35648]: audit 2024-02-06T17:26:56.345542+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.96:0/789764307' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-02-06T17:26:57.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:26:56 smithi102 bash[35648]: audit 2024-02-06T17:26:56.345826+0000 mon.a (mon.0) 599 : 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-02-06T17:26:57.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:26:56 smithi102 bash[35648]: audit 2024-02-06T17:26:56.349284+0000 mon.a (mon.0) 600 : 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-02-06T17:26:59.000 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:26:58 smithi096 bash[35573]: cluster 2024-02-06T17:26:57.693777+0000 mgr.y (mgr.14140) 298 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:59.000 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:26:58 smithi096 bash[38906]: cluster 2024-02-06T17:26:57.693777+0000 mgr.y (mgr.14140) 298 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:59.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:26:58 smithi102 bash[35648]: cluster 2024-02-06T17:26:57.693777+0000 mgr.y (mgr.14140) 298 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:26:59.646 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-02-06T17:27:00.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:26:59 smithi096 bash[35573]: audit 2024-02-06T17:26:58.968785+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.96:0/2632996925' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2024-02-06T17:27:00.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:26:59 smithi096 bash[35573]: audit 2024-02-06T17:26:58.969063+0000 mon.a (mon.0) 601 : 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-02-06T17:27:00.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:26:59 smithi096 bash[35573]: audit 2024-02-06T17:26:58.973079+0000 mon.a (mon.0) 602 : 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-02-06T17:27:00.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:26:59 smithi096 bash[38906]: audit 2024-02-06T17:26:58.968785+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.96:0/2632996925' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2024-02-06T17:27:00.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:26:59 smithi096 bash[38906]: audit 2024-02-06T17:26:58.969063+0000 mon.a (mon.0) 601 : 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-02-06T17:27:00.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:26:59 smithi096 bash[38906]: audit 2024-02-06T17:26:58.973079+0000 mon.a (mon.0) 602 : 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-02-06T17:27:00.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:26:59 smithi102 bash[35648]: audit 2024-02-06T17:26:58.968785+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.96:0/2632996925' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2024-02-06T17:27:00.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:26:59 smithi102 bash[35648]: audit 2024-02-06T17:26:58.969063+0000 mon.a (mon.0) 601 : 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-02-06T17:27:00.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:26:59 smithi102 bash[35648]: audit 2024-02-06T17:26:58.973079+0000 mon.a (mon.0) 602 : 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-02-06T17:27:01.151 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:00 smithi096 bash[38906]: cluster 2024-02-06T17:26:59.694223+0000 mgr.y (mgr.14140) 299 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:01.151 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:00 smithi096 bash[35573]: cluster 2024-02-06T17:26:59.694223+0000 mgr.y (mgr.14140) 299 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:01.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:00 smithi102 bash[35648]: cluster 2024-02-06T17:26:59.694223+0000 mgr.y (mgr.14140) 299 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:01.840 INFO:teuthology.orchestra.run.smithi096.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943 2024-02-06T17:27:02.251 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:01 smithi096 bash[35573]: audit 2024-02-06T17:27:01.835929+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"progress_id\": \"79b35dc9-3415-4a96-9fea-74c94bfdbdb2\"}"}]: dispatch 2024-02-06T17:27:02.251 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:01 smithi096 bash[35573]: audit 2024-02-06T17:27:01.838545+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"progress_id\": \"79b35dc9-3415-4a96-9fea-74c94bfdbdb2\"}"}]': finished 2024-02-06T17:27:02.252 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:01 smithi096 bash[38906]: audit 2024-02-06T17:27:01.835929+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"progress_id\": \"79b35dc9-3415-4a96-9fea-74c94bfdbdb2\"}"}]: dispatch 2024-02-06T17:27:02.252 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:01 smithi096 bash[38906]: audit 2024-02-06T17:27:01.838545+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"progress_id\": \"79b35dc9-3415-4a96-9fea-74c94bfdbdb2\"}"}]': finished 2024-02-06T17:27:02.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:01 smithi102 bash[35648]: audit 2024-02-06T17:27:01.835929+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"progress_id\": \"79b35dc9-3415-4a96-9fea-74c94bfdbdb2\"}"}]: dispatch 2024-02-06T17:27:02.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:01 smithi102 bash[35648]: audit 2024-02-06T17:27:01.838545+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"progress_id\": \"79b35dc9-3415-4a96-9fea-74c94bfdbdb2\"}"}]': finished 2024-02-06T17:27:02.686 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-06T17:27:02.696 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi096.front.sepia.ceph.com 2024-02-06T17:27:02.696 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- 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-02-06T17:27:02.985 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:02 smithi096 bash[35573]: cluster 2024-02-06T17:27:01.694724+0000 mgr.y (mgr.14140) 300 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:02.985 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:02 smithi096 bash[35573]: audit 2024-02-06T17:27:01.835120+0000 mgr.y (mgr.14140) 301 : audit [DBG] from='client.24601 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:27:02.985 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:02 smithi096 bash[35573]: cephadm 2024-02-06T17:27:01.841362+0000 mgr.y (mgr.14140) 302 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943 2024-02-06T17:27:03.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:02 smithi096 bash[38906]: cluster 2024-02-06T17:27:01.694724+0000 mgr.y (mgr.14140) 300 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:03.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:02 smithi096 bash[38906]: audit 2024-02-06T17:27:01.835120+0000 mgr.y (mgr.14140) 301 : audit [DBG] from='client.24601 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:27:03.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:02 smithi096 bash[38906]: cephadm 2024-02-06T17:27:01.841362+0000 mgr.y (mgr.14140) 302 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943 2024-02-06T17:27:03.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:02 smithi102 bash[35648]: cluster 2024-02-06T17:27:01.694724+0000 mgr.y (mgr.14140) 300 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:03.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:02 smithi102 bash[35648]: audit 2024-02-06T17:27:01.835120+0000 mgr.y (mgr.14140) 301 : audit [DBG] from='client.24601 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:27:03.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:02 smithi102 bash[35648]: cephadm 2024-02-06T17:27:01.841362+0000 mgr.y (mgr.14140) 302 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943 2024-02-06T17:27:04.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:04 smithi096 bash[35573]: cluster 2024-02-06T17:27:03.695149+0000 mgr.y (mgr.14140) 303 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:04.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:04 smithi096 bash[38906]: cluster 2024-02-06T17:27:03.695149+0000 mgr.y (mgr.14140) 303 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:04.903 INFO:teuthology.orchestra.run.smithi096.stdout:true 2024-02-06T17:27:04.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:04 smithi102 bash[35648]: cluster 2024-02-06T17:27:03.695149+0000 mgr.y (mgr.14140) 303 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:05.483 INFO:teuthology.orchestra.run.smithi096.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-06T17:27:05.483 INFO:teuthology.orchestra.run.smithi096.stdout:alertmanager.a smithi096 running (2m) 2m ago 3m docker.io/prom/alertmanager:latest 9f27df16978d 4e0c27057214 2024-02-06T17:27:05.484 INFO:teuthology.orchestra.run.smithi096.stdout:grafana.a smithi102 running (3m) 2m ago 3m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 178e8fd2aeb6 2024-02-06T17:27:05.484 INFO:teuthology.orchestra.run.smithi096.stdout:mgr.x smithi102 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 60b410b1f782 2024-02-06T17:27:05.484 INFO:teuthology.orchestra.run.smithi096.stdout:mgr.y smithi096 running (8m) 2m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 666a5b2074dd 2024-02-06T17:27:05.484 INFO:teuthology.orchestra.run.smithi096.stdout:mon.a smithi096 running (8m) 2m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f371d96c0988 2024-02-06T17:27:05.484 INFO:teuthology.orchestra.run.smithi096.stdout:mon.b smithi102 running (7m) 2m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 530c93dcf04b 2024-02-06T17:27:05.484 INFO:teuthology.orchestra.run.smithi096.stdout:mon.c smithi096 running (7m) 2m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a6875f0cd5c1 2024-02-06T17:27:05.484 INFO:teuthology.orchestra.run.smithi096.stdout:node-exporter.a smithi096 running (3m) 2m ago 3m docker.io/prom/node-exporter:latest 72c9c2088986 cc91c934b28c 2024-02-06T17:27:05.484 INFO:teuthology.orchestra.run.smithi096.stdout:node-exporter.b smithi102 running (3m) 2m ago 3m docker.io/prom/node-exporter:latest 72c9c2088986 0eea92309f1f 2024-02-06T17:27:05.484 INFO:teuthology.orchestra.run.smithi096.stdout:osd.0 smithi096 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cbb0a34dd70a 2024-02-06T17:27:05.484 INFO:teuthology.orchestra.run.smithi096.stdout:osd.1 smithi096 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 56028a962ebc 2024-02-06T17:27:05.484 INFO:teuthology.orchestra.run.smithi096.stdout:osd.2 smithi096 running (5m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 92b6ab272f33 2024-02-06T17:27:05.484 INFO:teuthology.orchestra.run.smithi096.stdout:osd.3 smithi096 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 fe6f9f835cd5 2024-02-06T17:27:05.484 INFO:teuthology.orchestra.run.smithi096.stdout:osd.4 smithi102 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 c417e6df90c5 2024-02-06T17:27:05.484 INFO:teuthology.orchestra.run.smithi096.stdout:osd.5 smithi102 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 3b90a8ce2c0f 2024-02-06T17:27:05.485 INFO:teuthology.orchestra.run.smithi096.stdout:osd.6 smithi102 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 945130e80629 2024-02-06T17:27:05.485 INFO:teuthology.orchestra.run.smithi096.stdout:osd.7 smithi102 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 eee02def27df 2024-02-06T17:27:05.485 INFO:teuthology.orchestra.run.smithi096.stdout:prometheus.a smithi102 running (2m) 2m ago 3m docker.io/prom/prometheus:latest 2a72b385beaf c9a595677ff3 2024-02-06T17:27:05.485 INFO:teuthology.orchestra.run.smithi096.stdout:rgw.r.z.smithi096.byanyc smithi096 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6896d2e99a4d 2024-02-06T17:27:05.485 INFO:teuthology.orchestra.run.smithi096.stdout:rgw.r.z.smithi102.bnlttq smithi102 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 fb8ee4a760f1 2024-02-06T17:27:05.797 INFO:teuthology.orchestra.run.smithi096.stdout:{ 2024-02-06T17:27:05.797 INFO:teuthology.orchestra.run.smithi096.stdout: "mon": { 2024-02-06T17:27:05.797 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-02-06T17:27:05.797 INFO:teuthology.orchestra.run.smithi096.stdout: }, 2024-02-06T17:27:05.797 INFO:teuthology.orchestra.run.smithi096.stdout: "mgr": { 2024-02-06T17:27:05.797 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-02-06T17:27:05.797 INFO:teuthology.orchestra.run.smithi096.stdout: }, 2024-02-06T17:27:05.797 INFO:teuthology.orchestra.run.smithi096.stdout: "osd": { 2024-02-06T17:27:05.797 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-02-06T17:27:05.797 INFO:teuthology.orchestra.run.smithi096.stdout: }, 2024-02-06T17:27:05.797 INFO:teuthology.orchestra.run.smithi096.stdout: "mds": {}, 2024-02-06T17:27:05.797 INFO:teuthology.orchestra.run.smithi096.stdout: "rgw": { 2024-02-06T17:27:05.797 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-02-06T17:27:05.797 INFO:teuthology.orchestra.run.smithi096.stdout: }, 2024-02-06T17:27:05.798 INFO:teuthology.orchestra.run.smithi096.stdout: "overall": { 2024-02-06T17:27:05.798 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2024-02-06T17:27:05.798 INFO:teuthology.orchestra.run.smithi096.stdout: } 2024-02-06T17:27:05.798 INFO:teuthology.orchestra.run.smithi096.stdout:} 2024-02-06T17:27:05.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:05 smithi102 bash[35648]: audit 2024-02-06T17:27:04.890987+0000 mgr.y (mgr.14140) 304 : audit [DBG] from='client.14697 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:27:06.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:05 smithi096 bash[35573]: audit 2024-02-06T17:27:04.890987+0000 mgr.y (mgr.14140) 304 : audit [DBG] from='client.14697 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:27:06.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:05 smithi096 bash[38906]: audit 2024-02-06T17:27:04.890987+0000 mgr.y (mgr.14140) 304 : audit [DBG] from='client.14697 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:27:06.088 INFO:teuthology.orchestra.run.smithi096.stdout:{ 2024-02-06T17:27:06.088 INFO:teuthology.orchestra.run.smithi096.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943", 2024-02-06T17:27:06.088 INFO:teuthology.orchestra.run.smithi096.stdout: "in_progress": true, 2024-02-06T17:27:06.088 INFO:teuthology.orchestra.run.smithi096.stdout: "services_complete": [], 2024-02-06T17:27:06.088 INFO:teuthology.orchestra.run.smithi096.stdout: "message": "" 2024-02-06T17:27:06.088 INFO:teuthology.orchestra.run.smithi096.stdout:} 2024-02-06T17:27:07.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:06 smithi096 bash[38906]: audit 2024-02-06T17:27:05.189585+0000 mgr.y (mgr.14140) 305 : audit [DBG] from='client.24613 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:27:07.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:06 smithi096 bash[38906]: audit 2024-02-06T17:27:05.479626+0000 mgr.y (mgr.14140) 306 : audit [DBG] from='client.24619 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:27:07.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:06 smithi096 bash[38906]: cluster 2024-02-06T17:27:05.695565+0000 mgr.y (mgr.14140) 307 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:07.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:06 smithi096 bash[38906]: audit 2024-02-06T17:27:05.796647+0000 mon.c (mon.1) 28 : audit [DBG] from='client.? 172.21.15.96:0/3544201368' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:27:07.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:06 smithi096 bash[38906]: audit 2024-02-06T17:27:06.087091+0000 mgr.y (mgr.14140) 308 : audit [DBG] from='client.24631 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:27:07.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:06 smithi096 bash[35573]: audit 2024-02-06T17:27:05.189585+0000 mgr.y (mgr.14140) 305 : audit [DBG] from='client.24613 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:27:07.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:06 smithi096 bash[35573]: audit 2024-02-06T17:27:05.479626+0000 mgr.y (mgr.14140) 306 : audit [DBG] from='client.24619 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:27:07.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:06 smithi096 bash[35573]: cluster 2024-02-06T17:27:05.695565+0000 mgr.y (mgr.14140) 307 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:07.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:06 smithi096 bash[35573]: audit 2024-02-06T17:27:05.796647+0000 mon.c (mon.1) 28 : audit [DBG] from='client.? 172.21.15.96:0/3544201368' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:27:07.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:06 smithi096 bash[35573]: audit 2024-02-06T17:27:06.087091+0000 mgr.y (mgr.14140) 308 : audit [DBG] from='client.24631 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:27:07.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:06 smithi102 bash[35648]: audit 2024-02-06T17:27:05.189585+0000 mgr.y (mgr.14140) 305 : audit [DBG] from='client.24613 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:27:07.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:06 smithi102 bash[35648]: audit 2024-02-06T17:27:05.479626+0000 mgr.y (mgr.14140) 306 : audit [DBG] from='client.24619 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:27:07.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:06 smithi102 bash[35648]: cluster 2024-02-06T17:27:05.695565+0000 mgr.y (mgr.14140) 307 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:07.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:06 smithi102 bash[35648]: audit 2024-02-06T17:27:05.796647+0000 mon.c (mon.1) 28 : audit [DBG] from='client.? 172.21.15.96:0/3544201368' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:27:07.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:06 smithi102 bash[35648]: audit 2024-02-06T17:27:06.087091+0000 mgr.y (mgr.14140) 308 : audit [DBG] from='client.24631 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:27:09.019 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:08 smithi096 bash[35573]: cluster 2024-02-06T17:27:07.696035+0000 mgr.y (mgr.14140) 309 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:09.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:08 smithi096 bash[38906]: cluster 2024-02-06T17:27:07.696035+0000 mgr.y (mgr.14140) 309 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:09.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:08 smithi102 bash[35648]: cluster 2024-02-06T17:27:07.696035+0000 mgr.y (mgr.14140) 309 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:11.019 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:10 smithi096 bash[35573]: cluster 2024-02-06T17:27:09.696448+0000 mgr.y (mgr.14140) 310 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:11.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:10 smithi096 bash[38906]: cluster 2024-02-06T17:27:09.696448+0000 mgr.y (mgr.14140) 310 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:11.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:10 smithi102 bash[35648]: cluster 2024-02-06T17:27:09.696448+0000 mgr.y (mgr.14140) 310 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:13.019 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:12 smithi096 bash[35573]: cluster 2024-02-06T17:27:11.697056+0000 mgr.y (mgr.14140) 311 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:13.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:12 smithi096 bash[38906]: cluster 2024-02-06T17:27:11.697056+0000 mgr.y (mgr.14140) 311 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:13.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:12 smithi102 bash[35648]: cluster 2024-02-06T17:27:11.697056+0000 mgr.y (mgr.14140) 311 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:14.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:14 smithi102 bash[35648]: cluster 2024-02-06T17:27:13.697497+0000 mgr.y (mgr.14140) 312 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:15.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:14 smithi096 bash[35573]: cluster 2024-02-06T17:27:13.697497+0000 mgr.y (mgr.14140) 312 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:15.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:14 smithi096 bash[38906]: cluster 2024-02-06T17:27:13.697497+0000 mgr.y (mgr.14140) 312 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:17.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:16 smithi096 bash[35573]: cluster 2024-02-06T17:27:15.697861+0000 mgr.y (mgr.14140) 313 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:17.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:16 smithi096 bash[38906]: cluster 2024-02-06T17:27:15.697861+0000 mgr.y (mgr.14140) 313 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:17.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:16 smithi102 bash[35648]: cluster 2024-02-06T17:27:15.697861+0000 mgr.y (mgr.14140) 313 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:19.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:18 smithi096 bash[35573]: cluster 2024-02-06T17:27:17.698307+0000 mgr.y (mgr.14140) 314 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:19.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:18 smithi096 bash[38906]: cluster 2024-02-06T17:27:17.698307+0000 mgr.y (mgr.14140) 314 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:19.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:18 smithi102 bash[35648]: cluster 2024-02-06T17:27:17.698307+0000 mgr.y (mgr.14140) 314 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:21.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:20 smithi096 bash[35573]: cluster 2024-02-06T17:27:19.698712+0000 mgr.y (mgr.14140) 315 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:21.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:20 smithi096 bash[38906]: cluster 2024-02-06T17:27:19.698712+0000 mgr.y (mgr.14140) 315 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:21.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:20 smithi102 bash[35648]: cluster 2024-02-06T17:27:19.698712+0000 mgr.y (mgr.14140) 315 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:23.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:22 smithi096 bash[35573]: cluster 2024-02-06T17:27:21.699147+0000 mgr.y (mgr.14140) 316 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:23.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:22 smithi096 bash[38906]: cluster 2024-02-06T17:27:21.699147+0000 mgr.y (mgr.14140) 316 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:23.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:22 smithi102 bash[35648]: cluster 2024-02-06T17:27:21.699147+0000 mgr.y (mgr.14140) 316 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:24.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:24 smithi102 bash[35648]: cluster 2024-02-06T17:27:23.699589+0000 mgr.y (mgr.14140) 317 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:25.019 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:24 smithi096 bash[35573]: cluster 2024-02-06T17:27:23.699589+0000 mgr.y (mgr.14140) 317 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:25.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:24 smithi096 bash[38906]: cluster 2024-02-06T17:27:23.699589+0000 mgr.y (mgr.14140) 317 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:27.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:26 smithi096 bash[35573]: cluster 2024-02-06T17:27:25.699977+0000 mgr.y (mgr.14140) 318 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:27.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:26 smithi096 bash[38906]: cluster 2024-02-06T17:27:25.699977+0000 mgr.y (mgr.14140) 318 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:27.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:26 smithi102 bash[35648]: cluster 2024-02-06T17:27:25.699977+0000 mgr.y (mgr.14140) 318 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:29.003 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:28 smithi096 bash[38906]: cluster 2024-02-06T17:27:27.700587+0000 mgr.y (mgr.14140) 319 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:29.003 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:28 smithi096 bash[35573]: cluster 2024-02-06T17:27:27.700587+0000 mgr.y (mgr.14140) 319 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:29.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:28 smithi102 bash[35648]: cluster 2024-02-06T17:27:27.700587+0000 mgr.y (mgr.14140) 319 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:30.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:29 smithi096 bash[35573]: audit 2024-02-06T17:27:29.378924+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"progress_id\": \"79b35dc9-3415-4a96-9fea-74c94bfdbdb2\", \"target_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"target_version\": \"ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)\"}"}]: dispatch 2024-02-06T17:27:30.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:29 smithi096 bash[35573]: audit 2024-02-06T17:27:29.381675+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"progress_id\": \"79b35dc9-3415-4a96-9fea-74c94bfdbdb2\", \"target_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"target_version\": \"ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)\"}"}]': finished 2024-02-06T17:27:30.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:29 smithi096 bash[35573]: audit 2024-02-06T17:27:29.382176+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:27:30.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:29 smithi096 bash[38906]: audit 2024-02-06T17:27:29.378924+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"progress_id\": \"79b35dc9-3415-4a96-9fea-74c94bfdbdb2\", \"target_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"target_version\": \"ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)\"}"}]: dispatch 2024-02-06T17:27:30.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:29 smithi096 bash[38906]: audit 2024-02-06T17:27:29.381675+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"progress_id\": \"79b35dc9-3415-4a96-9fea-74c94bfdbdb2\", \"target_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"target_version\": \"ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)\"}"}]': finished 2024-02-06T17:27:30.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:29 smithi096 bash[38906]: audit 2024-02-06T17:27:29.382176+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:27:30.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:29 smithi102 bash[35648]: audit 2024-02-06T17:27:29.378924+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"progress_id\": \"79b35dc9-3415-4a96-9fea-74c94bfdbdb2\", \"target_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"target_version\": \"ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)\"}"}]: dispatch 2024-02-06T17:27:30.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:29 smithi102 bash[35648]: audit 2024-02-06T17:27:29.381675+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"progress_id\": \"79b35dc9-3415-4a96-9fea-74c94bfdbdb2\", \"target_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"target_version\": \"ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)\"}"}]': finished 2024-02-06T17:27:30.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:29 smithi102 bash[35648]: audit 2024-02-06T17:27:29.382176+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:27:31.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:30 smithi096 bash[35573]: cephadm 2024-02-06T17:27:29.381961+0000 mgr.y (mgr.14140) 320 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943 with id 3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c 2024-02-06T17:27:31.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:30 smithi096 bash[35573]: cephadm 2024-02-06T17:27:29.382954+0000 mgr.y (mgr.14140) 321 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-02-06T17:27:31.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:30 smithi096 bash[35573]: cephadm 2024-02-06T17:27:29.383225+0000 mgr.y (mgr.14140) 322 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-02-06T17:27:31.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:30 smithi096 bash[35573]: cephadm 2024-02-06T17:27:29.590090+0000 mgr.y (mgr.14140) 323 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943 on smithi102 2024-02-06T17:27:31.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:30 smithi096 bash[35573]: cluster 2024-02-06T17:27:29.701238+0000 mgr.y (mgr.14140) 324 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:31.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:30 smithi096 bash[38906]: cephadm 2024-02-06T17:27:29.381961+0000 mgr.y (mgr.14140) 320 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943 with id 3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c 2024-02-06T17:27:31.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:30 smithi096 bash[38906]: cephadm 2024-02-06T17:27:29.382954+0000 mgr.y (mgr.14140) 321 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-02-06T17:27:31.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:30 smithi096 bash[38906]: cephadm 2024-02-06T17:27:29.383225+0000 mgr.y (mgr.14140) 322 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-02-06T17:27:31.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:30 smithi096 bash[38906]: cephadm 2024-02-06T17:27:29.590090+0000 mgr.y (mgr.14140) 323 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943 on smithi102 2024-02-06T17:27:31.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:30 smithi096 bash[38906]: cluster 2024-02-06T17:27:29.701238+0000 mgr.y (mgr.14140) 324 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:31.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:30 smithi102 bash[35648]: cephadm 2024-02-06T17:27:29.381961+0000 mgr.y (mgr.14140) 320 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943 with id 3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c 2024-02-06T17:27:31.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:30 smithi102 bash[35648]: cephadm 2024-02-06T17:27:29.382954+0000 mgr.y (mgr.14140) 321 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-02-06T17:27:31.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:30 smithi102 bash[35648]: cephadm 2024-02-06T17:27:29.383225+0000 mgr.y (mgr.14140) 322 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-02-06T17:27:31.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:30 smithi102 bash[35648]: cephadm 2024-02-06T17:27:29.590090+0000 mgr.y (mgr.14140) 323 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943 on smithi102 2024-02-06T17:27:31.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:30 smithi102 bash[35648]: cluster 2024-02-06T17:27:29.701238+0000 mgr.y (mgr.14140) 324 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:33.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:32 smithi096 bash[35573]: cluster 2024-02-06T17:27:31.701761+0000 mgr.y (mgr.14140) 325 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:33.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:32 smithi096 bash[38906]: cluster 2024-02-06T17:27:31.701761+0000 mgr.y (mgr.14140) 325 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:33.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:32 smithi102 bash[35648]: cluster 2024-02-06T17:27:31.701761+0000 mgr.y (mgr.14140) 325 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:34.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:34 smithi102 bash[35648]: cluster 2024-02-06T17:27:33.702449+0000 mgr.y (mgr.14140) 326 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:35.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:34 smithi096 bash[35573]: cluster 2024-02-06T17:27:33.702449+0000 mgr.y (mgr.14140) 326 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:35.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:34 smithi096 bash[38906]: cluster 2024-02-06T17:27:33.702449+0000 mgr.y (mgr.14140) 326 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:36.381 INFO:teuthology.orchestra.run.smithi096.stdout:true 2024-02-06T17:27:36.910 INFO:teuthology.orchestra.run.smithi096.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-06T17:27:36.911 INFO:teuthology.orchestra.run.smithi096.stdout:alertmanager.a smithi096 running (3m) 2m ago 4m docker.io/prom/alertmanager:latest 9f27df16978d 4e0c27057214 2024-02-06T17:27:36.911 INFO:teuthology.orchestra.run.smithi096.stdout:grafana.a smithi102 running (3m) 2m ago 3m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 178e8fd2aeb6 2024-02-06T17:27:36.911 INFO:teuthology.orchestra.run.smithi096.stdout:mgr.x smithi102 running (7m) 2m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 60b410b1f782 2024-02-06T17:27:36.911 INFO:teuthology.orchestra.run.smithi096.stdout:mgr.y smithi096 running (9m) 2m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 666a5b2074dd 2024-02-06T17:27:36.911 INFO:teuthology.orchestra.run.smithi096.stdout:mon.a smithi096 running (9m) 2m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f371d96c0988 2024-02-06T17:27:36.911 INFO:teuthology.orchestra.run.smithi096.stdout:mon.b smithi102 running (7m) 2m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 530c93dcf04b 2024-02-06T17:27:36.911 INFO:teuthology.orchestra.run.smithi096.stdout:mon.c smithi096 running (8m) 2m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a6875f0cd5c1 2024-02-06T17:27:36.911 INFO:teuthology.orchestra.run.smithi096.stdout:node-exporter.a smithi096 running (4m) 2m ago 4m docker.io/prom/node-exporter:latest 72c9c2088986 cc91c934b28c 2024-02-06T17:27:36.911 INFO:teuthology.orchestra.run.smithi096.stdout:node-exporter.b smithi102 running (4m) 2m ago 4m docker.io/prom/node-exporter:latest 72c9c2088986 0eea92309f1f 2024-02-06T17:27:36.911 INFO:teuthology.orchestra.run.smithi096.stdout:osd.0 smithi096 running (7m) 2m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cbb0a34dd70a 2024-02-06T17:27:36.911 INFO:teuthology.orchestra.run.smithi096.stdout:osd.1 smithi096 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 56028a962ebc 2024-02-06T17:27:36.911 INFO:teuthology.orchestra.run.smithi096.stdout:osd.2 smithi096 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 92b6ab272f33 2024-02-06T17:27:36.911 INFO:teuthology.orchestra.run.smithi096.stdout:osd.3 smithi096 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 fe6f9f835cd5 2024-02-06T17:27:36.911 INFO:teuthology.orchestra.run.smithi096.stdout:osd.4 smithi102 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 c417e6df90c5 2024-02-06T17:27:36.912 INFO:teuthology.orchestra.run.smithi096.stdout:osd.5 smithi102 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 3b90a8ce2c0f 2024-02-06T17:27:36.912 INFO:teuthology.orchestra.run.smithi096.stdout:osd.6 smithi102 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 945130e80629 2024-02-06T17:27:36.912 INFO:teuthology.orchestra.run.smithi096.stdout:osd.7 smithi102 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 eee02def27df 2024-02-06T17:27:36.912 INFO:teuthology.orchestra.run.smithi096.stdout:prometheus.a smithi102 running (3m) 2m ago 4m docker.io/prom/prometheus:latest 2a72b385beaf c9a595677ff3 2024-02-06T17:27:36.912 INFO:teuthology.orchestra.run.smithi096.stdout:rgw.r.z.smithi096.byanyc smithi096 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6896d2e99a4d 2024-02-06T17:27:36.912 INFO:teuthology.orchestra.run.smithi096.stdout:rgw.r.z.smithi102.bnlttq smithi102 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 fb8ee4a760f1 2024-02-06T17:27:37.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:36 smithi096 bash[35573]: cluster 2024-02-06T17:27:35.702870+0000 mgr.y (mgr.14140) 327 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:37.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:36 smithi096 bash[38906]: cluster 2024-02-06T17:27:35.702870+0000 mgr.y (mgr.14140) 327 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:37.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:36 smithi102 bash[35648]: cluster 2024-02-06T17:27:35.702870+0000 mgr.y (mgr.14140) 327 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:37.201 INFO:teuthology.orchestra.run.smithi096.stdout:{ 2024-02-06T17:27:37.201 INFO:teuthology.orchestra.run.smithi096.stdout: "mon": { 2024-02-06T17:27:37.201 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-02-06T17:27:37.202 INFO:teuthology.orchestra.run.smithi096.stdout: }, 2024-02-06T17:27:37.202 INFO:teuthology.orchestra.run.smithi096.stdout: "mgr": { 2024-02-06T17:27:37.202 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-02-06T17:27:37.202 INFO:teuthology.orchestra.run.smithi096.stdout: }, 2024-02-06T17:27:37.202 INFO:teuthology.orchestra.run.smithi096.stdout: "osd": { 2024-02-06T17:27:37.202 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-02-06T17:27:37.202 INFO:teuthology.orchestra.run.smithi096.stdout: }, 2024-02-06T17:27:37.202 INFO:teuthology.orchestra.run.smithi096.stdout: "mds": {}, 2024-02-06T17:27:37.202 INFO:teuthology.orchestra.run.smithi096.stdout: "rgw": { 2024-02-06T17:27:37.202 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-02-06T17:27:37.202 INFO:teuthology.orchestra.run.smithi096.stdout: }, 2024-02-06T17:27:37.202 INFO:teuthology.orchestra.run.smithi096.stdout: "overall": { 2024-02-06T17:27:37.202 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2024-02-06T17:27:37.202 INFO:teuthology.orchestra.run.smithi096.stdout: } 2024-02-06T17:27:37.202 INFO:teuthology.orchestra.run.smithi096.stdout:} 2024-02-06T17:27:37.471 INFO:teuthology.orchestra.run.smithi096.stdout:{ 2024-02-06T17:27:37.471 INFO:teuthology.orchestra.run.smithi096.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943", 2024-02-06T17:27:37.471 INFO:teuthology.orchestra.run.smithi096.stdout: "in_progress": true, 2024-02-06T17:27:37.471 INFO:teuthology.orchestra.run.smithi096.stdout: "services_complete": [], 2024-02-06T17:27:37.471 INFO:teuthology.orchestra.run.smithi096.stdout: "message": "" 2024-02-06T17:27:37.472 INFO:teuthology.orchestra.run.smithi096.stdout:} 2024-02-06T17:27:38.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:37 smithi096 bash[35573]: audit 2024-02-06T17:27:36.369960+0000 mgr.y (mgr.14140) 328 : audit [DBG] from='client.24637 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:27:38.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:37 smithi096 bash[35573]: audit 2024-02-06T17:27:36.638924+0000 mgr.y (mgr.14140) 329 : audit [DBG] from='client.24643 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:27:38.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:37 smithi096 bash[35573]: audit 2024-02-06T17:27:36.906907+0000 mgr.y (mgr.14140) 330 : audit [DBG] from='client.24649 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:27:38.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:37 smithi096 bash[35573]: audit 2024-02-06T17:27:37.201510+0000 mon.a (mon.0) 608 : audit [DBG] from='client.? 172.21.15.96:0/630890026' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:27:38.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:37 smithi096 bash[38906]: audit 2024-02-06T17:27:36.369960+0000 mgr.y (mgr.14140) 328 : audit [DBG] from='client.24637 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:27:38.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:37 smithi096 bash[38906]: audit 2024-02-06T17:27:36.638924+0000 mgr.y (mgr.14140) 329 : audit [DBG] from='client.24643 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:27:38.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:37 smithi096 bash[38906]: audit 2024-02-06T17:27:36.906907+0000 mgr.y (mgr.14140) 330 : audit [DBG] from='client.24649 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:27:38.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:37 smithi096 bash[38906]: audit 2024-02-06T17:27:37.201510+0000 mon.a (mon.0) 608 : audit [DBG] from='client.? 172.21.15.96:0/630890026' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:27:38.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:37 smithi102 bash[35648]: audit 2024-02-06T17:27:36.369960+0000 mgr.y (mgr.14140) 328 : audit [DBG] from='client.24637 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:27:38.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:37 smithi102 bash[35648]: audit 2024-02-06T17:27:36.638924+0000 mgr.y (mgr.14140) 329 : audit [DBG] from='client.24643 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:27:38.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:37 smithi102 bash[35648]: audit 2024-02-06T17:27:36.906907+0000 mgr.y (mgr.14140) 330 : audit [DBG] from='client.24649 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:27:38.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:37 smithi102 bash[35648]: audit 2024-02-06T17:27:37.201510+0000 mon.a (mon.0) 608 : audit [DBG] from='client.? 172.21.15.96:0/630890026' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:27:39.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:38 smithi102 bash[35648]: audit 2024-02-06T17:27:37.470863+0000 mgr.y (mgr.14140) 331 : audit [DBG] from='client.14751 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:27:39.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:38 smithi102 bash[35648]: cluster 2024-02-06T17:27:37.703440+0000 mgr.y (mgr.14140) 332 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:39.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:38 smithi096 bash[35573]: audit 2024-02-06T17:27:37.470863+0000 mgr.y (mgr.14140) 331 : audit [DBG] from='client.14751 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:27:39.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:38 smithi096 bash[35573]: cluster 2024-02-06T17:27:37.703440+0000 mgr.y (mgr.14140) 332 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:39.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:38 smithi096 bash[38906]: audit 2024-02-06T17:27:37.470863+0000 mgr.y (mgr.14140) 331 : audit [DBG] from='client.14751 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:27:39.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:38 smithi096 bash[38906]: cluster 2024-02-06T17:27:37.703440+0000 mgr.y (mgr.14140) 332 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:41.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:40 smithi102 bash[35648]: cluster 2024-02-06T17:27:39.703936+0000 mgr.y (mgr.14140) 333 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:41.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:40 smithi096 bash[35573]: cluster 2024-02-06T17:27:39.703936+0000 mgr.y (mgr.14140) 333 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:41.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:40 smithi096 bash[38906]: cluster 2024-02-06T17:27:39.703936+0000 mgr.y (mgr.14140) 333 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:43.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:42 smithi102 bash[35648]: cluster 2024-02-06T17:27:41.704589+0000 mgr.y (mgr.14140) 334 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:43.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:42 smithi096 bash[35573]: cluster 2024-02-06T17:27:41.704589+0000 mgr.y (mgr.14140) 334 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:43.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:42 smithi096 bash[38906]: cluster 2024-02-06T17:27:41.704589+0000 mgr.y (mgr.14140) 334 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:44.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:44 smithi102 bash[35648]: cluster 2024-02-06T17:27:43.705325+0000 mgr.y (mgr.14140) 335 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:45.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:44 smithi096 bash[35573]: cluster 2024-02-06T17:27:43.705325+0000 mgr.y (mgr.14140) 335 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:45.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:44 smithi096 bash[38906]: cluster 2024-02-06T17:27:43.705325+0000 mgr.y (mgr.14140) 335 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:47.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:46 smithi096 bash[35573]: cluster 2024-02-06T17:27:45.705810+0000 mgr.y (mgr.14140) 336 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:47.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:46 smithi096 bash[38906]: cluster 2024-02-06T17:27:45.705810+0000 mgr.y (mgr.14140) 336 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:47.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:46 smithi102 bash[35648]: cluster 2024-02-06T17:27:45.705810+0000 mgr.y (mgr.14140) 336 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:49.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:48 smithi102 bash[35648]: cluster 2024-02-06T17:27:47.706447+0000 mgr.y (mgr.14140) 337 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:49.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:48 smithi096 bash[35573]: cluster 2024-02-06T17:27:47.706447+0000 mgr.y (mgr.14140) 337 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:49.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:48 smithi096 bash[38906]: cluster 2024-02-06T17:27:47.706447+0000 mgr.y (mgr.14140) 337 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:51.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:50 smithi102 bash[35648]: cluster 2024-02-06T17:27:49.707057+0000 mgr.y (mgr.14140) 338 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:51.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:50 smithi096 bash[35573]: cluster 2024-02-06T17:27:49.707057+0000 mgr.y (mgr.14140) 338 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:51.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:50 smithi096 bash[38906]: cluster 2024-02-06T17:27:49.707057+0000 mgr.y (mgr.14140) 338 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:53.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:52 smithi102 bash[35648]: cluster 2024-02-06T17:27:51.707789+0000 mgr.y (mgr.14140) 339 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:53.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:52 smithi096 bash[35573]: cluster 2024-02-06T17:27:51.707789+0000 mgr.y (mgr.14140) 339 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:53.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:52 smithi096 bash[38906]: cluster 2024-02-06T17:27:51.707789+0000 mgr.y (mgr.14140) 339 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:55.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:54 smithi096 bash[35573]: cluster 2024-02-06T17:27:53.708444+0000 mgr.y (mgr.14140) 340 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:55.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:54 smithi096 bash[38906]: cluster 2024-02-06T17:27:53.708444+0000 mgr.y (mgr.14140) 340 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:55.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:54 smithi102 bash[35648]: cluster 2024-02-06T17:27:53.708444+0000 mgr.y (mgr.14140) 340 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:56.837 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:56 smithi102 bash[35648]: cluster 2024-02-06T17:27:55.709159+0000 mgr.y (mgr.14140) 341 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:57.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:56 smithi096 bash[35573]: cluster 2024-02-06T17:27:55.709159+0000 mgr.y (mgr.14140) 341 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:57.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:56 smithi096 bash[38906]: cluster 2024-02-06T17:27:55.709159+0000 mgr.y (mgr.14140) 341 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:58.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:57 smithi096 bash[38906]: cephadm 2024-02-06T17:27:57.014909+0000 mgr.y (mgr.14140) 342 : cephadm [INF] Upgrade: It is presumed safe to stop mgr.x 2024-02-06T17:27:58.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:57 smithi096 bash[38906]: cephadm 2024-02-06T17:27:57.014971+0000 mgr.y (mgr.14140) 343 : cephadm [INF] Upgrade: Redeploying mgr.x 2024-02-06T17:27:58.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:57 smithi096 bash[38906]: audit 2024-02-06T17:27:57.015261+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943", "who": "mgr.x"}]: dispatch 2024-02-06T17:27:58.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:57 smithi096 bash[38906]: audit 2024-02-06T17:27:57.019528+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943", "who": "mgr.x"}]': finished 2024-02-06T17:27:58.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:57 smithi096 bash[38906]: audit 2024-02-06T17:27:57.020509+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-02-06T17:27:58.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:57 smithi096 bash[38906]: audit 2024-02-06T17:27:57.021219+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:27:58.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:57 smithi096 bash[38906]: cephadm 2024-02-06T17:27:57.021725+0000 mgr.y (mgr.14140) 344 : cephadm [INF] Deploying daemon mgr.x on smithi102 2024-02-06T17:27:58.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:57 smithi096 bash[38906]: audit 2024-02-06T17:27:57.022107+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-02-06T17:27:58.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:57 smithi096 bash[35573]: cephadm 2024-02-06T17:27:57.014909+0000 mgr.y (mgr.14140) 342 : cephadm [INF] Upgrade: It is presumed safe to stop mgr.x 2024-02-06T17:27:58.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:57 smithi096 bash[35573]: cephadm 2024-02-06T17:27:57.014971+0000 mgr.y (mgr.14140) 343 : cephadm [INF] Upgrade: Redeploying mgr.x 2024-02-06T17:27:58.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:57 smithi096 bash[35573]: audit 2024-02-06T17:27:57.015261+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943", "who": "mgr.x"}]: dispatch 2024-02-06T17:27:58.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:57 smithi096 bash[35573]: audit 2024-02-06T17:27:57.019528+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943", "who": "mgr.x"}]': finished 2024-02-06T17:27:58.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:57 smithi096 bash[35573]: audit 2024-02-06T17:27:57.020509+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-02-06T17:27:58.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:57 smithi096 bash[35573]: audit 2024-02-06T17:27:57.021219+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:27:58.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:57 smithi096 bash[35573]: cephadm 2024-02-06T17:27:57.021725+0000 mgr.y (mgr.14140) 344 : cephadm [INF] Deploying daemon mgr.x on smithi102 2024-02-06T17:27:58.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:57 smithi096 bash[35573]: audit 2024-02-06T17:27:57.022107+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-02-06T17:27:58.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:57 smithi102 bash[35648]: cephadm 2024-02-06T17:27:57.014909+0000 mgr.y (mgr.14140) 342 : cephadm [INF] Upgrade: It is presumed safe to stop mgr.x 2024-02-06T17:27:58.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:57 smithi102 bash[35648]: cephadm 2024-02-06T17:27:57.014971+0000 mgr.y (mgr.14140) 343 : cephadm [INF] Upgrade: Redeploying mgr.x 2024-02-06T17:27:58.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:57 smithi102 bash[35648]: audit 2024-02-06T17:27:57.015261+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943", "who": "mgr.x"}]: dispatch 2024-02-06T17:27:58.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:57 smithi102 bash[35648]: audit 2024-02-06T17:27:57.019528+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943", "who": "mgr.x"}]': finished 2024-02-06T17:27:58.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:57 smithi102 bash[35648]: audit 2024-02-06T17:27:57.020509+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-02-06T17:27:58.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:57 smithi102 bash[35648]: audit 2024-02-06T17:27:57.021219+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:27:58.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:57 smithi102 bash[35648]: cephadm 2024-02-06T17:27:57.021725+0000 mgr.y (mgr.14140) 344 : cephadm [INF] Deploying daemon mgr.x on smithi102 2024-02-06T17:27:58.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:57 smithi102 bash[35648]: audit 2024-02-06T17:27:57.022107+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-02-06T17:27:59.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:27:59 smithi102 bash[35648]: cluster 2024-02-06T17:27:57.709986+0000 mgr.y (mgr.14140) 345 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:59.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:27:59 smithi096 bash[35573]: cluster 2024-02-06T17:27:57.709986+0000 mgr.y (mgr.14140) 345 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:27:59.520 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:27:59 smithi096 bash[38906]: cluster 2024-02-06T17:27:57.709986+0000 mgr.y (mgr.14140) 345 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:01.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:01 smithi102 bash[35648]: cluster 2024-02-06T17:27:59.710717+0000 mgr.y (mgr.14140) 346 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:01.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:01 smithi096 bash[35573]: cluster 2024-02-06T17:27:59.710717+0000 mgr.y (mgr.14140) 346 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:01.520 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:01 smithi096 bash[38906]: cluster 2024-02-06T17:27:59.710717+0000 mgr.y (mgr.14140) 346 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:03.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:03 smithi102 bash[35648]: cluster 2024-02-06T17:28:01.711450+0000 mgr.y (mgr.14140) 347 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:03.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:03 smithi096 bash[35573]: cluster 2024-02-06T17:28:01.711450+0000 mgr.y (mgr.14140) 347 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:03.520 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:03 smithi096 bash[38906]: cluster 2024-02-06T17:28:01.711450+0000 mgr.y (mgr.14140) 347 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:03.939 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:28:03 smithi102 systemd[1]: Stopping Ceph mgr.x for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:28:05.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:04 smithi096 bash[35573]: cluster 2024-02-06T17:28:03.712179+0000 mgr.y (mgr.14140) 348 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:05.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:04 smithi096 bash[38906]: cluster 2024-02-06T17:28:03.712179+0000 mgr.y (mgr.14140) 348 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:05.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:04 smithi102 bash[35648]: cluster 2024-02-06T17:28:03.712179+0000 mgr.y (mgr.14140) 348 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:07.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:06 smithi096 bash[35573]: cluster 2024-02-06T17:28:05.712681+0000 mgr.y (mgr.14140) 349 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:07.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:06 smithi096 bash[38906]: cluster 2024-02-06T17:28:05.712681+0000 mgr.y (mgr.14140) 349 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:07.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:06 smithi102 bash[35648]: cluster 2024-02-06T17:28:05.712681+0000 mgr.y (mgr.14140) 349 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:07.763 INFO:teuthology.orchestra.run.smithi096.stdout:true 2024-02-06T17:28:08.284 INFO:teuthology.orchestra.run.smithi096.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-06T17:28:08.284 INFO:teuthology.orchestra.run.smithi096.stdout:alertmanager.a smithi096 running (3m) 3m ago 4m docker.io/prom/alertmanager:latest 9f27df16978d 4e0c27057214 2024-02-06T17:28:08.284 INFO:teuthology.orchestra.run.smithi096.stdout:grafana.a smithi102 running (4m) 3m ago 4m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 178e8fd2aeb6 2024-02-06T17:28:08.284 INFO:teuthology.orchestra.run.smithi096.stdout:mgr.x smithi102 running (8m) 3m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 60b410b1f782 2024-02-06T17:28:08.284 INFO:teuthology.orchestra.run.smithi096.stdout:mgr.y smithi096 running (9m) 3m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 666a5b2074dd 2024-02-06T17:28:08.284 INFO:teuthology.orchestra.run.smithi096.stdout:mon.a smithi096 running (9m) 3m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f371d96c0988 2024-02-06T17:28:08.284 INFO:teuthology.orchestra.run.smithi096.stdout:mon.b smithi102 running (8m) 3m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 530c93dcf04b 2024-02-06T17:28:08.284 INFO:teuthology.orchestra.run.smithi096.stdout:mon.c smithi096 running (8m) 3m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a6875f0cd5c1 2024-02-06T17:28:08.285 INFO:teuthology.orchestra.run.smithi096.stdout:node-exporter.a smithi096 running (4m) 3m ago 4m docker.io/prom/node-exporter:latest 72c9c2088986 cc91c934b28c 2024-02-06T17:28:08.285 INFO:teuthology.orchestra.run.smithi096.stdout:node-exporter.b smithi102 running (4m) 3m ago 4m docker.io/prom/node-exporter:latest 72c9c2088986 0eea92309f1f 2024-02-06T17:28:08.285 INFO:teuthology.orchestra.run.smithi096.stdout:osd.0 smithi096 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cbb0a34dd70a 2024-02-06T17:28:08.285 INFO:teuthology.orchestra.run.smithi096.stdout:osd.1 smithi096 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 56028a962ebc 2024-02-06T17:28:08.285 INFO:teuthology.orchestra.run.smithi096.stdout:osd.2 smithi096 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 92b6ab272f33 2024-02-06T17:28:08.285 INFO:teuthology.orchestra.run.smithi096.stdout:osd.3 smithi096 running (6m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 fe6f9f835cd5 2024-02-06T17:28:08.285 INFO:teuthology.orchestra.run.smithi096.stdout:osd.4 smithi102 running (6m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 c417e6df90c5 2024-02-06T17:28:08.285 INFO:teuthology.orchestra.run.smithi096.stdout:osd.5 smithi102 running (6m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 3b90a8ce2c0f 2024-02-06T17:28:08.285 INFO:teuthology.orchestra.run.smithi096.stdout:osd.6 smithi102 running (5m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 945130e80629 2024-02-06T17:28:08.285 INFO:teuthology.orchestra.run.smithi096.stdout:osd.7 smithi102 running (5m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 eee02def27df 2024-02-06T17:28:08.285 INFO:teuthology.orchestra.run.smithi096.stdout:prometheus.a smithi102 running (3m) 3m ago 5m docker.io/prom/prometheus:latest 2a72b385beaf c9a595677ff3 2024-02-06T17:28:08.285 INFO:teuthology.orchestra.run.smithi096.stdout:rgw.r.z.smithi096.byanyc smithi096 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6896d2e99a4d 2024-02-06T17:28:08.285 INFO:teuthology.orchestra.run.smithi096.stdout:rgw.r.z.smithi102.bnlttq smithi102 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 fb8ee4a760f1 2024-02-06T17:28:08.572 INFO:teuthology.orchestra.run.smithi096.stdout:{ 2024-02-06T17:28:08.572 INFO:teuthology.orchestra.run.smithi096.stdout: "mon": { 2024-02-06T17:28:08.572 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-02-06T17:28:08.572 INFO:teuthology.orchestra.run.smithi096.stdout: }, 2024-02-06T17:28:08.572 INFO:teuthology.orchestra.run.smithi096.stdout: "mgr": { 2024-02-06T17:28:08.572 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-02-06T17:28:08.572 INFO:teuthology.orchestra.run.smithi096.stdout: }, 2024-02-06T17:28:08.573 INFO:teuthology.orchestra.run.smithi096.stdout: "osd": { 2024-02-06T17:28:08.573 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-02-06T17:28:08.573 INFO:teuthology.orchestra.run.smithi096.stdout: }, 2024-02-06T17:28:08.573 INFO:teuthology.orchestra.run.smithi096.stdout: "mds": {}, 2024-02-06T17:28:08.573 INFO:teuthology.orchestra.run.smithi096.stdout: "rgw": { 2024-02-06T17:28:08.573 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-02-06T17:28:08.573 INFO:teuthology.orchestra.run.smithi096.stdout: }, 2024-02-06T17:28:08.573 INFO:teuthology.orchestra.run.smithi096.stdout: "overall": { 2024-02-06T17:28:08.573 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2024-02-06T17:28:08.573 INFO:teuthology.orchestra.run.smithi096.stdout: } 2024-02-06T17:28:08.573 INFO:teuthology.orchestra.run.smithi096.stdout:} 2024-02-06T17:28:08.843 INFO:teuthology.orchestra.run.smithi096.stdout:{ 2024-02-06T17:28:08.844 INFO:teuthology.orchestra.run.smithi096.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943", 2024-02-06T17:28:08.844 INFO:teuthology.orchestra.run.smithi096.stdout: "in_progress": true, 2024-02-06T17:28:08.844 INFO:teuthology.orchestra.run.smithi096.stdout: "services_complete": [], 2024-02-06T17:28:08.844 INFO:teuthology.orchestra.run.smithi096.stdout: "message": "" 2024-02-06T17:28:08.844 INFO:teuthology.orchestra.run.smithi096.stdout:} 2024-02-06T17:28:09.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:08 smithi096 bash[38906]: cluster 2024-02-06T17:28:07.713172+0000 mgr.y (mgr.14140) 350 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:09.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:08 smithi096 bash[38906]: audit 2024-02-06T17:28:07.751939+0000 mgr.y (mgr.14140) 351 : audit [DBG] from='client.14757 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:28:09.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:08 smithi096 bash[38906]: audit 2024-02-06T17:28:08.020212+0000 mgr.y (mgr.14140) 352 : audit [DBG] from='client.24673 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:28:09.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:08 smithi096 bash[38906]: audit 2024-02-06T17:28:08.571859+0000 mon.a (mon.0) 614 : audit [DBG] from='client.? 172.21.15.96:0/1192119604' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:28:09.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:08 smithi096 bash[35573]: cluster 2024-02-06T17:28:07.713172+0000 mgr.y (mgr.14140) 350 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:09.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:08 smithi096 bash[35573]: audit 2024-02-06T17:28:07.751939+0000 mgr.y (mgr.14140) 351 : audit [DBG] from='client.14757 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:28:09.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:08 smithi096 bash[35573]: audit 2024-02-06T17:28:08.020212+0000 mgr.y (mgr.14140) 352 : audit [DBG] from='client.24673 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:28:09.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:08 smithi096 bash[35573]: audit 2024-02-06T17:28:08.571859+0000 mon.a (mon.0) 614 : audit [DBG] from='client.? 172.21.15.96:0/1192119604' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:28:09.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:08 smithi102 bash[35648]: cluster 2024-02-06T17:28:07.713172+0000 mgr.y (mgr.14140) 350 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:09.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:08 smithi102 bash[35648]: audit 2024-02-06T17:28:07.751939+0000 mgr.y (mgr.14140) 351 : audit [DBG] from='client.14757 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:28:09.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:08 smithi102 bash[35648]: audit 2024-02-06T17:28:08.020212+0000 mgr.y (mgr.14140) 352 : audit [DBG] from='client.24673 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:28:09.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:08 smithi102 bash[35648]: audit 2024-02-06T17:28:08.571859+0000 mon.a (mon.0) 614 : audit [DBG] from='client.? 172.21.15.96:0/1192119604' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:28:10.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:09 smithi102 bash[35648]: audit 2024-02-06T17:28:08.280515+0000 mgr.y (mgr.14140) 353 : audit [DBG] from='client.24679 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:28:10.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:09 smithi102 bash[35648]: audit 2024-02-06T17:28:08.843180+0000 mgr.y (mgr.14140) 354 : audit [DBG] from='client.14781 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:28:10.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:09 smithi096 bash[35573]: audit 2024-02-06T17:28:08.280515+0000 mgr.y (mgr.14140) 353 : audit [DBG] from='client.24679 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:28:10.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:09 smithi096 bash[35573]: audit 2024-02-06T17:28:08.843180+0000 mgr.y (mgr.14140) 354 : audit [DBG] from='client.14781 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:28:10.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:09 smithi096 bash[38906]: audit 2024-02-06T17:28:08.280515+0000 mgr.y (mgr.14140) 353 : audit [DBG] from='client.24679 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:28:10.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:09 smithi096 bash[38906]: audit 2024-02-06T17:28:08.843180+0000 mgr.y (mgr.14140) 354 : audit [DBG] from='client.14781 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:28:11.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:10 smithi102 bash[35648]: cluster 2024-02-06T17:28:09.713917+0000 mgr.y (mgr.14140) 355 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:11.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:10 smithi096 bash[35573]: cluster 2024-02-06T17:28:09.713917+0000 mgr.y (mgr.14140) 355 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:11.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:10 smithi096 bash[38906]: cluster 2024-02-06T17:28:09.713917+0000 mgr.y (mgr.14140) 355 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:13.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:12 smithi102 bash[35648]: cluster 2024-02-06T17:28:11.714675+0000 mgr.y (mgr.14140) 356 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:13.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:12 smithi096 bash[35573]: cluster 2024-02-06T17:28:11.714675+0000 mgr.y (mgr.14140) 356 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:13.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:12 smithi096 bash[38906]: cluster 2024-02-06T17:28:11.714675+0000 mgr.y (mgr.14140) 356 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:14.189 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:28:13 smithi102 podman[48997]: time="2024-02-06T17:28:13Z" level=warning msg="StopSignal SIGTERM failed to stop container ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr.x in 10 seconds, resorting to SIGKILL" 2024-02-06T17:28:14.689 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:28:14 smithi102 podman[48997]: ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr.x 2024-02-06T17:28:15.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:14 smithi096 bash[35573]: cluster 2024-02-06T17:28:13.715349+0000 mgr.y (mgr.14140) 357 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:15.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:14 smithi096 bash[38906]: cluster 2024-02-06T17:28:13.715349+0000 mgr.y (mgr.14140) 357 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:15.139 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:28:14 smithi102 systemd[1]: ceph-a15007fc-c513-11ee-95b6-87774f69a715@mgr.x.service: Main process exited, code=exited, status=137/n/a 2024-02-06T17:28:15.139 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:28:14 smithi102 systemd[1]: ceph-a15007fc-c513-11ee-95b6-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2024-02-06T17:28:15.139 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:28:14 smithi102 systemd[1]: Stopped Ceph mgr.x for a15007fc-c513-11ee-95b6-87774f69a715. 2024-02-06T17:28:15.139 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:28:14 smithi102 systemd[1]: Starting Ceph mgr.x for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:28:15.139 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:28:14 smithi102 podman[49072]: Error: no container with ID or name "ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr.x" found: no such container 2024-02-06T17:28:15.139 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:28:14 smithi102 systemd[1]: Started Ceph mgr.x for a15007fc-c513-11ee-95b6-87774f69a715. 2024-02-06T17:28:15.139 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:14 smithi102 bash[35648]: cluster 2024-02-06T17:28:13.715349+0000 mgr.y (mgr.14140) 357 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:15.939 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:28:15 smithi102 bash[49090]: debug 2024-02-06T17:28:15.571+0000 7fbceaed2700 1 -- 172.21.15.102:0/910919854 <== mon.2 v2:172.21.15.102:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55da13ac44e0 con 0x55da13a99000 2024-02-06T17:28:15.939 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:28:15 smithi102 bash[49090]: debug 2024-02-06T17:28:15.691+0000 7fbcfb4ce680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-06T17:28:15.939 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:28:15 smithi102 bash[49090]: debug 2024-02-06T17:28:15.775+0000 7fbcfb4ce680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-06T17:28:15.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:15 smithi102 bash[35648]: audit 2024-02-06T17:28:14.931648+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.683891\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684023\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684056\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684089\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:25:01.684138\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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-02-06T17:25:01.684169\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:24:12.594715\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:25:01.684200\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:25:01.684231\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}, \"rgw.r.z.smithi102.bnlttq\": {\"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684263\", \"created\": \"2024-02-06T17:24:52.806415\", \"started\": \"2024-02-06T17:24:52.837975\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:28:15.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:15 smithi102 bash[35648]: audit 2024-02-06T17:28:14.934641+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.683891\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684023\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684056\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684089\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:25:01.684138\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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-02-06T17:25:01.684169\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:24:12.594715\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:25:01.684200\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:25:01.684231\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}, \"rgw.r.z.smithi102.bnlttq\": {\"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684263\", \"created\": \"2024-02-06T17:24:52.806415\", \"started\": \"2024-02-06T17:24:52.837975\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:28:15.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:15 smithi102 bash[35648]: audit 2024-02-06T17:28:14.935522+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:28:16.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:15 smithi096 bash[35573]: audit 2024-02-06T17:28:14.931648+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.683891\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684023\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684056\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684089\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:25:01.684138\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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-02-06T17:25:01.684169\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:24:12.594715\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:25:01.684200\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:25:01.684231\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}, \"rgw.r.z.smithi102.bnlttq\": {\"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684263\", \"created\": \"2024-02-06T17:24:52.806415\", \"started\": \"2024-02-06T17:24:52.837975\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:28:16.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:15 smithi096 bash[35573]: audit 2024-02-06T17:28:14.934641+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.683891\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684023\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684056\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684089\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:25:01.684138\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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-02-06T17:25:01.684169\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:24:12.594715\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:25:01.684200\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:25:01.684231\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}, \"rgw.r.z.smithi102.bnlttq\": {\"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684263\", \"created\": \"2024-02-06T17:24:52.806415\", \"started\": \"2024-02-06T17:24:52.837975\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:28:16.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:15 smithi096 bash[35573]: audit 2024-02-06T17:28:14.935522+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:28:16.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:15 smithi096 bash[38906]: audit 2024-02-06T17:28:14.931648+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.683891\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684023\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684056\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684089\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:25:01.684138\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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-02-06T17:25:01.684169\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:24:12.594715\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:25:01.684200\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:25:01.684231\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}, \"rgw.r.z.smithi102.bnlttq\": {\"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684263\", \"created\": \"2024-02-06T17:24:52.806415\", \"started\": \"2024-02-06T17:24:52.837975\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:28:16.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:15 smithi096 bash[38906]: audit 2024-02-06T17:28:14.934641+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.683891\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684023\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684056\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684089\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:25:01.684138\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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-02-06T17:25:01.684169\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:24:12.594715\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:25:01.684200\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:25:01.684231\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}, \"rgw.r.z.smithi102.bnlttq\": {\"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:25:01.684263\", \"created\": \"2024-02-06T17:24:52.806415\", \"started\": \"2024-02-06T17:24:52.837975\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:28:16.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:15 smithi096 bash[38906]: audit 2024-02-06T17:28:14.935522+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-06T17:28:16.349 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:28:16 smithi102 bash[49090]: debug 2024-02-06T17:28:16.146+0000 7fbcfb4ce680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-06T17:28:16.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:16 smithi102 bash[35648]: cluster 2024-02-06T17:28:15.716011+0000 mgr.y (mgr.14140) 358 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:17.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:16 smithi096 bash[35573]: cluster 2024-02-06T17:28:15.716011+0000 mgr.y (mgr.14140) 358 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:17.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:16 smithi096 bash[38906]: cluster 2024-02-06T17:28:15.716011+0000 mgr.y (mgr.14140) 358 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:17.268 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:28:16 smithi102 bash[49090]: debug 2024-02-06T17:28:16.941+0000 7fbcfb4ce680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-06T17:28:17.268 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:28:17 smithi102 bash[49090]: debug 2024-02-06T17:28:17.034+0000 7fbcfb4ce680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-06T17:28:17.620 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:28:17 smithi102 bash[49090]: debug 2024-02-06T17:28:17.268+0000 7fbcfb4ce680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-06T17:28:18.393 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:28:18 smithi102 bash[49090]: debug 2024-02-06T17:28:18.260+0000 7fbcfb4ce680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-06T17:28:18.689 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:28:18 smithi102 bash[49090]: debug 2024-02-06T17:28:18.391+0000 7fbcfb4ce680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-06T17:28:18.689 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:28:18 smithi102 bash[49090]: debug 2024-02-06T17:28:18.471+0000 7fbcfb4ce680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-06T17:28:18.689 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:28:18 smithi102 bash[49090]: debug 2024-02-06T17:28:18.562+0000 7fbcfb4ce680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-06T17:28:19.063 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:28:18 smithi102 bash[49090]: debug 2024-02-06T17:28:18.772+0000 7fbcfb4ce680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-06T17:28:19.063 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:18 smithi102 bash[35648]: cluster 2024-02-06T17:28:17.716713+0000 mgr.y (mgr.14140) 359 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:19.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:18 smithi096 bash[35573]: cluster 2024-02-06T17:28:17.716713+0000 mgr.y (mgr.14140) 359 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:19.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:18 smithi096 bash[38906]: cluster 2024-02-06T17:28:17.716713+0000 mgr.y (mgr.14140) 359 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:19.439 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:28:19 smithi102 bash[49090]: debug 2024-02-06T17:28:19.061+0000 7fbcfb4ce680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-06T17:28:19.439 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:28:19 smithi102 bash[49090]: debug 2024-02-06T17:28:19.160+0000 7fbcfb4ce680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-06T17:28:20.071 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:28:19 smithi102 bash[49090]: debug 2024-02-06T17:28:19.895+0000 7fbcfb4ce680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-06T17:28:20.071 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:28:19 smithi102 bash[49090]: debug 2024-02-06T17:28:19.978+0000 7fbcfb4ce680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-06T17:28:20.071 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:19 smithi102 bash[35648]: audit 2024-02-06T17:28:19.487428+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:28:19.486069\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:28:19.486161\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:28:14.930966\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:28:19.486199\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:28:19.486232\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:28:19.486265\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:28:19.486297\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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-02-06T17:28:19.486330\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:24:12.594715\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:28:19.486362\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:28:19.486394\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}, \"rgw.r.z.smithi102.bnlttq\": {\"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:28:19.486426\", \"created\": \"2024-02-06T17:24:52.806415\", \"started\": \"2024-02-06T17:24:52.837975\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018\"}}, \"last_daemon_update\": \"2024-02-06T17:28:19.486516\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:28:20.071 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:19 smithi102 bash[35648]: audit 2024-02-06T17:28:19.491713+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:28:19.486069\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:28:19.486161\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:28:14.930966\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:28:19.486199\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:28:19.486232\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:28:19.486265\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:28:19.486297\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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-02-06T17:28:19.486330\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:24:12.594715\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:28:19.486362\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:28:19.486394\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}, \"rgw.r.z.smithi102.bnlttq\": {\"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:28:19.486426\", \"created\": \"2024-02-06T17:24:52.806415\", \"started\": \"2024-02-06T17:24:52.837975\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018\"}}, \"last_daemon_update\": \"2024-02-06T17:28:19.486516\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:28:20.072 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:19 smithi102 bash[35648]: audit 2024-02-06T17:28:19.494287+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:28:20.072 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:19 smithi102 bash[35648]: audit 2024-02-06T17:28:19.497737+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-02-06T17:28:20.072 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:19 smithi102 bash[35648]: cluster 2024-02-06T17:28:19.501826+0000 mon.a (mon.0) 622 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-02-06T17:28:20.172 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:19 smithi096 bash[38906]: audit 2024-02-06T17:28:19.487428+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:28:19.486069\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:28:19.486161\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:28:14.930966\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:28:19.486199\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:28:19.486232\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:28:19.486265\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:28:19.486297\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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-02-06T17:28:19.486330\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:24:12.594715\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:28:19.486362\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:28:19.486394\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}, \"rgw.r.z.smithi102.bnlttq\": {\"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:28:19.486426\", \"created\": \"2024-02-06T17:24:52.806415\", \"started\": \"2024-02-06T17:24:52.837975\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018\"}}, \"last_daemon_update\": \"2024-02-06T17:28:19.486516\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:28:20.172 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:19 smithi096 bash[38906]: audit 2024-02-06T17:28:19.491713+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:28:19.486069\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:28:19.486161\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:28:14.930966\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:28:19.486199\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:28:19.486232\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:28:19.486265\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:28:19.486297\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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-02-06T17:28:19.486330\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:24:12.594715\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:28:19.486362\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:28:19.486394\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}, \"rgw.r.z.smithi102.bnlttq\": {\"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:28:19.486426\", \"created\": \"2024-02-06T17:24:52.806415\", \"started\": \"2024-02-06T17:24:52.837975\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018\"}}, \"last_daemon_update\": \"2024-02-06T17:28:19.486516\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:28:20.172 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:19 smithi096 bash[38906]: audit 2024-02-06T17:28:19.494287+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:28:20.172 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:19 smithi096 bash[38906]: audit 2024-02-06T17:28:19.497737+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-02-06T17:28:20.172 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:19 smithi096 bash[38906]: cluster 2024-02-06T17:28:19.501826+0000 mon.a (mon.0) 622 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-02-06T17:28:20.173 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:19 smithi096 bash[35573]: audit 2024-02-06T17:28:19.487428+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:28:19.486069\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:28:19.486161\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:28:14.930966\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:28:19.486199\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:28:19.486232\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:28:19.486265\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:28:19.486297\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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-02-06T17:28:19.486330\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:24:12.594715\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:28:19.486362\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:28:19.486394\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}, \"rgw.r.z.smithi102.bnlttq\": {\"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:28:19.486426\", \"created\": \"2024-02-06T17:24:52.806415\", \"started\": \"2024-02-06T17:24:52.837975\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018\"}}, \"last_daemon_update\": \"2024-02-06T17:28:19.486516\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]: dispatch 2024-02-06T17:28:20.173 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:19 smithi096 bash[35573]: audit 2024-02-06T17:28:19.491713+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:28:19.486069\", \"created\": \"2024-02-06T17:19:52.967795\", \"started\": \"2024-02-06T17:19:52.999369\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:28:19.486161\", \"created\": \"2024-02-06T17:20:06.126521\", \"started\": \"2024-02-06T17:28:14.930966\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:28:19.486199\", \"created\": \"2024-02-06T17:21:37.138611\", \"started\": \"2024-02-06T17:21:39.309856\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:28:19.486232\", \"created\": \"2024-02-06T17:21:54.822234\", \"started\": \"2024-02-06T17:21:56.549542\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:28:19.486265\", \"created\": \"2024-02-06T17:22:13.316840\", \"started\": \"2024-02-06T17:22:35.336462\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-02-06T17:28:19.486297\", \"created\": \"2024-02-06T17:22:37.369323\", \"started\": \"2024-02-06T17:22:39.391106\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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-02-06T17:28:19.486330\", \"created\": \"2024-02-06T17:23:05.932709\", \"started\": \"2024-02-06T17:24:12.594715\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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-02-06T17:28:19.486362\", \"created\": \"2024-02-06T17:23:08.558653\", \"started\": \"2024-02-06T17:23:17.355633\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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-02-06T17:28:19.486394\", \"created\": \"2024-02-06T17:23:48.617792\", \"started\": \"2024-02-06T17:23:48.726098\"}, \"rgw.r.z.smithi102.bnlttq\": {\"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-06T17:28:19.486426\", \"created\": \"2024-02-06T17:24:52.806415\", \"started\": \"2024-02-06T17:24:52.837975\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018\"}}, \"last_daemon_update\": \"2024-02-06T17:28:19.486516\", \"last_device_update\": \"2024-02-06T17:22:42.651247\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-02-06T17:19:19.101666\"}"}]': finished 2024-02-06T17:28:20.173 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:19 smithi096 bash[35573]: audit 2024-02-06T17:28:19.494287+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:28:20.173 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:19 smithi096 bash[35573]: audit 2024-02-06T17:28:19.497737+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-02-06T17:28:20.173 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:19 smithi096 bash[35573]: cluster 2024-02-06T17:28:19.501826+0000 mon.a (mon.0) 622 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-02-06T17:28:20.439 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:28:20 smithi102 bash[49090]: debug 2024-02-06T17:28:20.069+0000 7fbcfb4ce680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-06T17:28:20.439 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:28:20 smithi102 bash[49090]: debug 2024-02-06T17:28:20.242+0000 7fbcfb4ce680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-06T17:28:20.769 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:28:20 smithi102 bash[49090]: debug 2024-02-06T17:28:20.501+0000 7fbcfb4ce680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-06T17:28:20.770 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:28:20 smithi102 bash[49090]: debug 2024-02-06T17:28:20.636+0000 7fbcfb4ce680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-06T17:28:20.775 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:28:20 smithi096 bash[35806]: ignoring --setuser ceph since I am not root 2024-02-06T17:28:20.775 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:28:20 smithi096 bash[35806]: ignoring --setgroup ceph since I am not root 2024-02-06T17:28:21.023 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:28:20 smithi102 bash[49090]: debug 2024-02-06T17:28:20.768+0000 7fbcfb4ce680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-06T17:28:21.023 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:28:20 smithi102 bash[49090]: debug 2024-02-06T17:28:20.939+0000 7fbcfb4ce680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-06T17:28:21.023 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:20 smithi102 bash[35648]: cephadm 2024-02-06T17:28:19.493988+0000 mgr.y (mgr.14140) 360 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943 with id 3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c 2024-02-06T17:28:21.023 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:20 smithi102 bash[35648]: cephadm 2024-02-06T17:28:19.495169+0000 mgr.y (mgr.14140) 361 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-02-06T17:28:21.023 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:20 smithi102 bash[35648]: cephadm 2024-02-06T17:28:19.495465+0000 mgr.y (mgr.14140) 362 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-02-06T17:28:21.024 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:20 smithi102 bash[35648]: cephadm 2024-02-06T17:28:19.497233+0000 mgr.y (mgr.14140) 363 : cephadm [INF] Upgrade: there are 1 other already-upgraded standby mgrs, failing over 2024-02-06T17:28:21.024 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:20 smithi102 bash[35648]: cluster 2024-02-06T17:28:19.717248+0000 mgr.y (mgr.14140) 364 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:21.024 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:20 smithi102 bash[35648]: cluster 2024-02-06T17:28:19.887798+0000 mon.a (mon.0) 623 : cluster [DBG] Standby manager daemon y started 2024-02-06T17:28:21.024 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:20 smithi102 bash[35648]: audit 2024-02-06T17:28:20.496144+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-02-06T17:28:21.024 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:20 smithi102 bash[35648]: cluster 2024-02-06T17:28:20.496189+0000 mon.a (mon.0) 625 : cluster [DBG] mgrmap e15: x(active, starting, since 0.997922s), standbys: y 2024-02-06T17:28:21.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:20 smithi096 bash[35573]: cephadm 2024-02-06T17:28:19.493988+0000 mgr.y (mgr.14140) 360 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943 with id 3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c 2024-02-06T17:28:21.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:20 smithi096 bash[35573]: cephadm 2024-02-06T17:28:19.495169+0000 mgr.y (mgr.14140) 361 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-02-06T17:28:21.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:20 smithi096 bash[35573]: cephadm 2024-02-06T17:28:19.495465+0000 mgr.y (mgr.14140) 362 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-02-06T17:28:21.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:20 smithi096 bash[35573]: cephadm 2024-02-06T17:28:19.497233+0000 mgr.y (mgr.14140) 363 : cephadm [INF] Upgrade: there are 1 other already-upgraded standby mgrs, failing over 2024-02-06T17:28:21.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:20 smithi096 bash[35573]: cluster 2024-02-06T17:28:19.717248+0000 mgr.y (mgr.14140) 364 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:21.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:20 smithi096 bash[35573]: cluster 2024-02-06T17:28:19.887798+0000 mon.a (mon.0) 623 : cluster [DBG] Standby manager daemon y started 2024-02-06T17:28:21.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:20 smithi096 bash[35573]: audit 2024-02-06T17:28:20.496144+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-02-06T17:28:21.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:20 smithi096 bash[35573]: cluster 2024-02-06T17:28:20.496189+0000 mon.a (mon.0) 625 : cluster [DBG] mgrmap e15: x(active, starting, since 0.997922s), standbys: y 2024-02-06T17:28:21.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:20 smithi096 bash[38906]: cephadm 2024-02-06T17:28:19.493988+0000 mgr.y (mgr.14140) 360 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943 with id 3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c 2024-02-06T17:28:21.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:20 smithi096 bash[38906]: cephadm 2024-02-06T17:28:19.495169+0000 mgr.y (mgr.14140) 361 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-02-06T17:28:21.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:20 smithi096 bash[38906]: cephadm 2024-02-06T17:28:19.495465+0000 mgr.y (mgr.14140) 362 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-02-06T17:28:21.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:20 smithi096 bash[38906]: cephadm 2024-02-06T17:28:19.497233+0000 mgr.y (mgr.14140) 363 : cephadm [INF] Upgrade: there are 1 other already-upgraded standby mgrs, failing over 2024-02-06T17:28:21.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:20 smithi096 bash[38906]: cluster 2024-02-06T17:28:19.717248+0000 mgr.y (mgr.14140) 364 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:21.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:20 smithi096 bash[38906]: cluster 2024-02-06T17:28:19.887798+0000 mon.a (mon.0) 623 : cluster [DBG] Standby manager daemon y started 2024-02-06T17:28:21.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:20 smithi096 bash[38906]: audit 2024-02-06T17:28:20.496144+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14140 172.21.15.96:0/569757630' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-02-06T17:28:21.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:20 smithi096 bash[38906]: cluster 2024-02-06T17:28:20.496189+0000 mon.a (mon.0) 625 : cluster [DBG] mgrmap e15: x(active, starting, since 0.997922s), standbys: y 2024-02-06T17:28:21.439 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:28:21 smithi102 bash[49090]: debug 2024-02-06T17:28:21.021+0000 7fbcfb4ce680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-06T17:28:22.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:21 smithi102 bash[35648]: cluster 2024-02-06T17:28:21.036942+0000 mon.a (mon.0) 626 : cluster [INF] Active manager daemon x restarted 2024-02-06T17:28:22.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:21 smithi102 bash[35648]: audit 2024-02-06T17:28:21.037303+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.? 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-02-06T17:28:22.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:21 smithi102 bash[35648]: cluster 2024-02-06T17:28:21.037663+0000 mon.a (mon.0) 627 : cluster [INF] Activating manager daemon x 2024-02-06T17:28:22.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:21 smithi102 bash[35648]: audit 2024-02-06T17:28:21.038072+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-06T17:28:22.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:21 smithi102 bash[35648]: audit 2024-02-06T17:28:21.040599+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-02-06T17:28:22.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:21 smithi102 bash[35648]: audit 2024-02-06T17:28:21.040900+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-06T17:28:22.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:21 smithi102 bash[35648]: cluster 2024-02-06T17:28:21.041358+0000 mon.a (mon.0) 628 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-02-06T17:28:22.269 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:21 smithi096 bash[35573]: cluster 2024-02-06T17:28:21.036942+0000 mon.a (mon.0) 626 : cluster [INF] Active manager daemon x restarted 2024-02-06T17:28:22.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:21 smithi096 bash[35573]: audit 2024-02-06T17:28:21.037303+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.? 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-02-06T17:28:22.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:21 smithi096 bash[35573]: cluster 2024-02-06T17:28:21.037663+0000 mon.a (mon.0) 627 : cluster [INF] Activating manager daemon x 2024-02-06T17:28:22.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:21 smithi096 bash[35573]: audit 2024-02-06T17:28:21.038072+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-06T17:28:22.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:21 smithi096 bash[35573]: audit 2024-02-06T17:28:21.040599+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-02-06T17:28:22.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:21 smithi096 bash[35573]: audit 2024-02-06T17:28:21.040900+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-06T17:28:22.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:21 smithi096 bash[35573]: cluster 2024-02-06T17:28:21.041358+0000 mon.a (mon.0) 628 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-02-06T17:28:22.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:21 smithi096 bash[38906]: cluster 2024-02-06T17:28:21.036942+0000 mon.a (mon.0) 626 : cluster [INF] Active manager daemon x restarted 2024-02-06T17:28:22.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:21 smithi096 bash[38906]: audit 2024-02-06T17:28:21.037303+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.? 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-02-06T17:28:22.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:21 smithi096 bash[38906]: cluster 2024-02-06T17:28:21.037663+0000 mon.a (mon.0) 627 : cluster [INF] Activating manager daemon x 2024-02-06T17:28:22.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:21 smithi096 bash[38906]: audit 2024-02-06T17:28:21.038072+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-06T17:28:22.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:21 smithi096 bash[38906]: audit 2024-02-06T17:28:21.040599+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-02-06T17:28:22.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:21 smithi096 bash[38906]: audit 2024-02-06T17:28:21.040900+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-06T17:28:22.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:21 smithi096 bash[38906]: cluster 2024-02-06T17:28:21.041358+0000 mon.a (mon.0) 628 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-02-06T17:28:23.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:22 smithi102 bash[35648]: cluster 2024-02-06T17:28:21.785599+0000 mon.a (mon.0) 629 : cluster [DBG] mgrmap e16: x(active, starting, since 0.74816s), standbys: y 2024-02-06T17:28:23.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:22 smithi096 bash[35573]: cluster 2024-02-06T17:28:21.785599+0000 mon.a (mon.0) 629 : cluster [DBG] mgrmap e16: x(active, starting, since 0.74816s), standbys: y 2024-02-06T17:28:23.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:22 smithi096 bash[38906]: cluster 2024-02-06T17:28:21.785599+0000 mon.a (mon.0) 629 : cluster [DBG] mgrmap e16: x(active, starting, since 0.74816s), standbys: y 2024-02-06T17:28:25.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:24 smithi096 bash[35573]: cluster 2024-02-06T17:28:24.090850+0000 mon.a (mon.0) 630 : cluster [DBG] Standby manager daemon y restarted 2024-02-06T17:28:25.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:24 smithi096 bash[35573]: cluster 2024-02-06T17:28:24.090931+0000 mon.a (mon.0) 631 : cluster [DBG] Standby manager daemon y started 2024-02-06T17:28:25.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:24 smithi096 bash[35573]: audit 2024-02-06T17:28:24.091748+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.? 172.21.15.96:0/1386112884' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-06T17:28:25.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:24 smithi096 bash[35573]: audit 2024-02-06T17:28:24.092791+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.? 172.21.15.96:0/1386112884' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-06T17:28:25.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:24 smithi096 bash[38906]: cluster 2024-02-06T17:28:24.090850+0000 mon.a (mon.0) 630 : cluster [DBG] Standby manager daemon y restarted 2024-02-06T17:28:25.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:24 smithi096 bash[38906]: cluster 2024-02-06T17:28:24.090931+0000 mon.a (mon.0) 631 : cluster [DBG] Standby manager daemon y started 2024-02-06T17:28:25.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:24 smithi096 bash[38906]: audit 2024-02-06T17:28:24.091748+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.? 172.21.15.96:0/1386112884' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-06T17:28:25.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:24 smithi096 bash[38906]: audit 2024-02-06T17:28:24.092791+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.? 172.21.15.96:0/1386112884' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-06T17:28:25.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:24 smithi102 bash[35648]: cluster 2024-02-06T17:28:24.090850+0000 mon.a (mon.0) 630 : cluster [DBG] Standby manager daemon y restarted 2024-02-06T17:28:25.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:24 smithi102 bash[35648]: cluster 2024-02-06T17:28:24.090931+0000 mon.a (mon.0) 631 : cluster [DBG] Standby manager daemon y started 2024-02-06T17:28:25.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:24 smithi102 bash[35648]: audit 2024-02-06T17:28:24.091748+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.? 172.21.15.96:0/1386112884' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-06T17:28:25.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:24 smithi102 bash[35648]: audit 2024-02-06T17:28:24.092791+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.? 172.21.15.96:0/1386112884' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-06T17:28:26.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:25 smithi096 bash[35573]: cluster 2024-02-06T17:28:24.699126+0000 mon.a (mon.0) 634 : cluster [DBG] mgrmap e17: x(active, starting, since 3s), standbys: y 2024-02-06T17:28:26.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:25 smithi096 bash[35573]: audit 2024-02-06T17:28:24.700688+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-02-06T17:28:26.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:25 smithi096 bash[35573]: audit 2024-02-06T17:28:24.700968+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-02-06T17:28:26.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:25 smithi096 bash[38906]: cluster 2024-02-06T17:28:24.699126+0000 mon.a (mon.0) 634 : cluster [DBG] mgrmap e17: x(active, starting, since 3s), standbys: y 2024-02-06T17:28:26.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:25 smithi096 bash[38906]: audit 2024-02-06T17:28:24.700688+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-02-06T17:28:26.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:25 smithi096 bash[38906]: audit 2024-02-06T17:28:24.700968+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-02-06T17:28:26.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:25 smithi102 bash[35648]: cluster 2024-02-06T17:28:24.699126+0000 mon.a (mon.0) 634 : cluster [DBG] mgrmap e17: x(active, starting, since 3s), standbys: y 2024-02-06T17:28:26.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:25 smithi102 bash[35648]: audit 2024-02-06T17:28:24.700688+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-02-06T17:28:26.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:25 smithi102 bash[35648]: audit 2024-02-06T17:28:24.700968+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-02-06T17:28:28.189 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:28:28 smithi102 bash[49090]: Warning: Permanently added '172.21.15.96' (ECDSA) to the list of known hosts. 2024-02-06T17:28:28.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:27 smithi102 bash[35648]: audit 2024-02-06T17:28:27.787445+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-06T17:28:28.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:27 smithi102 bash[35648]: audit 2024-02-06T17:28:27.787751+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-06T17:28:28.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:27 smithi102 bash[35648]: audit 2024-02-06T17:28:27.787994+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-06T17:28:28.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:27 smithi102 bash[35648]: audit 2024-02-06T17:28:27.789361+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-06T17:28:28.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:27 smithi102 bash[35648]: audit 2024-02-06T17:28:27.789632+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-06T17:28:28.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:27 smithi102 bash[35648]: audit 2024-02-06T17:28:27.789905+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-06T17:28:28.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:27 smithi102 bash[35648]: audit 2024-02-06T17:28:27.790154+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-06T17:28:28.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:27 smithi102 bash[35648]: audit 2024-02-06T17:28:27.790418+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-06T17:28:28.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:27 smithi102 bash[35648]: audit 2024-02-06T17:28:27.790646+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-06T17:28:28.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:27 smithi102 bash[35648]: audit 2024-02-06T17:28:27.790879+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-06T17:28:28.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:27 smithi102 bash[35648]: audit 2024-02-06T17:28:27.791088+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-06T17:28:28.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:27 smithi102 bash[35648]: audit 2024-02-06T17:28:27.792406+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-06T17:28:28.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:27 smithi102 bash[35648]: audit 2024-02-06T17:28:27.792600+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-06T17:28:28.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:27 smithi102 bash[35648]: audit 2024-02-06T17:28:27.792979+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-06T17:28:28.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:27 smithi102 bash[35648]: audit 2024-02-06T17:28:27.794014+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-02-06T17:28:28.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:27 smithi102 bash[35648]: audit 2024-02-06T17:28:27.794731+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-02-06T17:28:28.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:27 smithi102 bash[35648]: audit 2024-02-06T17:28:27.795074+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-02-06T17:28:28.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:27 smithi102 bash[35648]: audit 2024-02-06T17:28:27.795410+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi096"}]: dispatch 2024-02-06T17:28:28.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:27 smithi102 bash[35648]: audit 2024-02-06T17:28:27.795786+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi102"}]: dispatch 2024-02-06T17:28:28.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:27 smithi102 bash[35648]: audit 2024-02-06T17:28:27.796102+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-02-06T17:28:28.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:27 smithi102 bash[35648]: audit 2024-02-06T17:28:27.796464+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-02-06T17:28:28.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:27 smithi102 bash[35648]: audit 2024-02-06T17:28:27.796793+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-02-06T17:28:28.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:27 smithi102 bash[35648]: audit 2024-02-06T17:28:27.797126+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-02-06T17:28:28.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:27 smithi102 bash[35648]: audit 2024-02-06T17:28:27.797435+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-02-06T17:28:28.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:27 smithi102 bash[35648]: audit 2024-02-06T17:28:27.797750+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-02-06T17:28:28.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:27 smithi102 bash[35648]: audit 2024-02-06T17:28:27.798039+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-02-06T17:28:28.192 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:27 smithi102 bash[35648]: audit 2024-02-06T17:28:27.798362+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-02-06T17:28:28.192 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:27 smithi102 bash[35648]: audit 2024-02-06T17:28:27.798650+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-02-06T17:28:28.192 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:27 smithi102 bash[35648]: audit 2024-02-06T17:28:27.798967+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-02-06T17:28:28.192 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:27 smithi102 bash[35648]: audit 2024-02-06T17:28:27.799249+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-02-06T17:28:28.192 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:27 smithi102 bash[35648]: audit 2024-02-06T17:28:27.799552+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-06T17:28:28.192 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:27 smithi102 bash[35648]: audit 2024-02-06T17:28:27.799827+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-06T17:28:28.192 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:27 smithi102 bash[35648]: audit 2024-02-06T17:28:27.800121+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-02-06T17:28:28.192 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:27 smithi102 bash[35648]: audit 2024-02-06T17:28:27.800431+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-02-06T17:28:28.192 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:27 smithi102 bash[35648]: audit 2024-02-06T17:28:27.800735+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-02-06T17:28:28.192 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:27 smithi102 bash[35648]: audit 2024-02-06T17:28:27.801030+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-02-06T17:28:28.192 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:27 smithi102 bash[35648]: cluster 2024-02-06T17:28:27.828182+0000 mon.a (mon.0) 635 : cluster [INF] Manager daemon x is now available 2024-02-06T17:28:28.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[35573]: audit 2024-02-06T17:28:27.787445+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-06T17:28:28.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[35573]: audit 2024-02-06T17:28:27.787751+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-06T17:28:28.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[35573]: audit 2024-02-06T17:28:27.787994+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-06T17:28:28.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[35573]: audit 2024-02-06T17:28:27.789361+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-06T17:28:28.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[35573]: audit 2024-02-06T17:28:27.789632+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-06T17:28:28.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[35573]: audit 2024-02-06T17:28:27.789905+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-06T17:28:28.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[35573]: audit 2024-02-06T17:28:27.790154+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-06T17:28:28.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[35573]: audit 2024-02-06T17:28:27.790418+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-06T17:28:28.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[35573]: audit 2024-02-06T17:28:27.790646+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-06T17:28:28.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[35573]: audit 2024-02-06T17:28:27.790879+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-06T17:28:28.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[35573]: audit 2024-02-06T17:28:27.791088+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-06T17:28:28.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[35573]: audit 2024-02-06T17:28:27.792406+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-06T17:28:28.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[35573]: audit 2024-02-06T17:28:27.792600+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-06T17:28:28.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[35573]: audit 2024-02-06T17:28:27.792979+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-06T17:28:28.274 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[35573]: audit 2024-02-06T17:28:27.794014+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-02-06T17:28:28.274 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[35573]: audit 2024-02-06T17:28:27.794731+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-02-06T17:28:28.274 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[35573]: audit 2024-02-06T17:28:27.795074+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-02-06T17:28:28.274 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[35573]: audit 2024-02-06T17:28:27.795410+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi096"}]: dispatch 2024-02-06T17:28:28.274 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[38906]: audit 2024-02-06T17:28:27.787445+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-06T17:28:28.274 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[38906]: audit 2024-02-06T17:28:27.787751+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-06T17:28:28.274 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[38906]: audit 2024-02-06T17:28:27.787994+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-06T17:28:28.274 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[38906]: audit 2024-02-06T17:28:27.789361+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-06T17:28:28.274 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[38906]: audit 2024-02-06T17:28:27.789632+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-06T17:28:28.274 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[38906]: audit 2024-02-06T17:28:27.789905+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-06T17:28:28.275 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[38906]: audit 2024-02-06T17:28:27.790154+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-06T17:28:28.275 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[38906]: audit 2024-02-06T17:28:27.790418+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-06T17:28:28.275 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[38906]: audit 2024-02-06T17:28:27.790646+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-06T17:28:28.275 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[38906]: audit 2024-02-06T17:28:27.790879+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-06T17:28:28.275 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[38906]: audit 2024-02-06T17:28:27.791088+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-06T17:28:28.275 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[38906]: audit 2024-02-06T17:28:27.792406+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-06T17:28:28.275 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[38906]: audit 2024-02-06T17:28:27.792600+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-06T17:28:28.275 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[38906]: audit 2024-02-06T17:28:27.792979+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-06T17:28:28.275 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[38906]: audit 2024-02-06T17:28:27.794014+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-02-06T17:28:28.275 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[38906]: audit 2024-02-06T17:28:27.794731+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-02-06T17:28:28.275 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[38906]: audit 2024-02-06T17:28:27.795074+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-02-06T17:28:28.275 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[38906]: audit 2024-02-06T17:28:27.795410+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi096"}]: dispatch 2024-02-06T17:28:28.276 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[35573]: audit 2024-02-06T17:28:27.795786+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi102"}]: dispatch 2024-02-06T17:28:28.276 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[35573]: audit 2024-02-06T17:28:27.796102+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-02-06T17:28:28.276 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[35573]: audit 2024-02-06T17:28:27.796464+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-02-06T17:28:28.276 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[35573]: audit 2024-02-06T17:28:27.796793+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-02-06T17:28:28.276 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[35573]: audit 2024-02-06T17:28:27.797126+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-02-06T17:28:28.276 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[35573]: audit 2024-02-06T17:28:27.797435+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-02-06T17:28:28.276 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[35573]: audit 2024-02-06T17:28:27.797750+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-02-06T17:28:28.276 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[35573]: audit 2024-02-06T17:28:27.798039+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-02-06T17:28:28.276 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[35573]: audit 2024-02-06T17:28:27.798362+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-02-06T17:28:28.276 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[35573]: audit 2024-02-06T17:28:27.798650+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-02-06T17:28:28.276 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[35573]: audit 2024-02-06T17:28:27.798967+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-02-06T17:28:28.277 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[35573]: audit 2024-02-06T17:28:27.799249+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-02-06T17:28:28.277 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[35573]: audit 2024-02-06T17:28:27.799552+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-06T17:28:28.277 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[35573]: audit 2024-02-06T17:28:27.799827+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-06T17:28:28.277 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[35573]: audit 2024-02-06T17:28:27.800121+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-02-06T17:28:28.277 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[35573]: audit 2024-02-06T17:28:27.800431+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-02-06T17:28:28.277 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[38906]: audit 2024-02-06T17:28:27.795786+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi102"}]: dispatch 2024-02-06T17:28:28.277 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[38906]: audit 2024-02-06T17:28:27.796102+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-02-06T17:28:28.277 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[38906]: audit 2024-02-06T17:28:27.796464+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-02-06T17:28:28.277 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[38906]: audit 2024-02-06T17:28:27.796793+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-02-06T17:28:28.277 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[38906]: audit 2024-02-06T17:28:27.797126+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-02-06T17:28:28.278 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[38906]: audit 2024-02-06T17:28:27.797435+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-02-06T17:28:28.278 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[38906]: audit 2024-02-06T17:28:27.797750+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-02-06T17:28:28.278 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[38906]: audit 2024-02-06T17:28:27.798039+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-02-06T17:28:28.278 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[38906]: audit 2024-02-06T17:28:27.798362+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-02-06T17:28:28.278 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[38906]: audit 2024-02-06T17:28:27.798650+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-02-06T17:28:28.278 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[38906]: audit 2024-02-06T17:28:27.798967+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-02-06T17:28:28.278 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[38906]: audit 2024-02-06T17:28:27.799249+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-02-06T17:28:28.278 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[38906]: audit 2024-02-06T17:28:27.799552+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-06T17:28:28.278 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[38906]: audit 2024-02-06T17:28:27.799827+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-06T17:28:28.278 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[38906]: audit 2024-02-06T17:28:27.800121+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-02-06T17:28:28.278 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[38906]: audit 2024-02-06T17:28:27.800431+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-02-06T17:28:28.278 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[35573]: audit 2024-02-06T17:28:27.800735+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-02-06T17:28:28.279 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[35573]: audit 2024-02-06T17:28:27.801030+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-02-06T17:28:28.279 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[35573]: cluster 2024-02-06T17:28:27.828182+0000 mon.a (mon.0) 635 : cluster [INF] Manager daemon x is now available 2024-02-06T17:28:28.279 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[38906]: audit 2024-02-06T17:28:27.800735+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-02-06T17:28:28.279 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[38906]: audit 2024-02-06T17:28:27.801030+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-02-06T17:28:28.279 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:27 smithi096 bash[38906]: cluster 2024-02-06T17:28:27.828182+0000 mon.a (mon.0) 635 : cluster [INF] Manager daemon x is now available 2024-02-06T17:28:29.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:28 smithi102 bash[35648]: cephadm 2024-02-06T17:28:27.839680+0000 mgr.x (mgr.34649) 1 : cephadm [INF] inventory: adjusted host smithi096 addr 'smithi096' -> '172.21.15.96' 2024-02-06T17:28:29.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:28 smithi102 bash[35648]: audit 2024-02-06T17:28:27.840215+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi096\": {\"hostname\": \"smithi096\", \"addr\": \"172.21.15.96\", \"labels\": [], \"status\": \"\"}, \"smithi102\": {\"hostname\": \"smithi102\", \"addr\": \"smithi102\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-02-06T17:28:29.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:28 smithi102 bash[35648]: audit 2024-02-06T17:28:27.844593+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi096\": {\"hostname\": \"smithi096\", \"addr\": \"172.21.15.96\", \"labels\": [], \"status\": \"\"}, \"smithi102\": {\"hostname\": \"smithi102\", \"addr\": \"smithi102\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-02-06T17:28:29.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:28 smithi102 bash[35648]: audit 2024-02-06T17:28:27.849343+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi096\": {\"hostname\": \"smithi096\", \"addr\": \"172.21.15.96\", \"labels\": [], \"status\": \"\"}, \"smithi102\": {\"hostname\": \"smithi102\", \"addr\": \"smithi102\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-02-06T17:28:29.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:28 smithi102 bash[35648]: cephadm 2024-02-06T17:28:27.853851+0000 mgr.x (mgr.34649) 2 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-02-06T17:28:29.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:28 smithi102 bash[35648]: audit 2024-02-06T17:28:27.854212+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-02-06T17:28:29.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:28 smithi102 bash[35648]: audit 2024-02-06T17:28:27.854755+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-02-06T17:28:29.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:28 smithi102 bash[35648]: audit 2024-02-06T17:28:27.858146+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2024-02-06T17:28:29.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:28 smithi102 bash[35648]: cluster 2024-02-06T17:28:27.887509+0000 mon.a (mon.0) 640 : cluster [DBG] mgrmap e18: x(active, since 6s), standbys: y 2024-02-06T17:28:29.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:28 smithi102 bash[35648]: cluster 2024-02-06T17:28:27.892429+0000 mgr.x (mgr.34649) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:29.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:28 smithi102 bash[35648]: audit 2024-02-06T17:28:27.950771+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' 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-02-06T17:28:29.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:28 smithi102 bash[35648]: audit 2024-02-06T17:28:27.951420+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.34649 ' 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-02-06T17:28:29.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:28 smithi102 bash[35648]: audit 2024-02-06T17:28:27.954743+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.34649 ' 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-02-06T17:28:29.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:28 smithi102 bash[35648]: audit 2024-02-06T17:28:27.957987+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:28:29.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:28 smithi102 bash[35648]: audit 2024-02-06T17:28:27.959391+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:28:29.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:28 smithi102 bash[35648]: audit 2024-02-06T17:28:27.993394+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-02-06T17:28:29.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:28 smithi102 bash[35648]: audit 2024-02-06T17:28:27.993942+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-02-06T17:28:29.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:28 smithi102 bash[35648]: audit 2024-02-06T17:28:27.996533+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-02-06T17:28:29.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:28 smithi102 bash[35648]: audit 2024-02-06T17:28:27.996966+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-02-06T17:28:29.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:28 smithi096 bash[35573]: cephadm 2024-02-06T17:28:27.839680+0000 mgr.x (mgr.34649) 1 : cephadm [INF] inventory: adjusted host smithi096 addr 'smithi096' -> '172.21.15.96' 2024-02-06T17:28:29.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:28 smithi096 bash[35573]: audit 2024-02-06T17:28:27.840215+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi096\": {\"hostname\": \"smithi096\", \"addr\": \"172.21.15.96\", \"labels\": [], \"status\": \"\"}, \"smithi102\": {\"hostname\": \"smithi102\", \"addr\": \"smithi102\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-02-06T17:28:29.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:28 smithi096 bash[35573]: audit 2024-02-06T17:28:27.844593+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi096\": {\"hostname\": \"smithi096\", \"addr\": \"172.21.15.96\", \"labels\": [], \"status\": \"\"}, \"smithi102\": {\"hostname\": \"smithi102\", \"addr\": \"smithi102\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-02-06T17:28:29.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:28 smithi096 bash[35573]: audit 2024-02-06T17:28:27.849343+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi096\": {\"hostname\": \"smithi096\", \"addr\": \"172.21.15.96\", \"labels\": [], \"status\": \"\"}, \"smithi102\": {\"hostname\": \"smithi102\", \"addr\": \"smithi102\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-02-06T17:28:29.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:28 smithi096 bash[35573]: cephadm 2024-02-06T17:28:27.853851+0000 mgr.x (mgr.34649) 2 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-02-06T17:28:29.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:28 smithi096 bash[35573]: audit 2024-02-06T17:28:27.854212+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-02-06T17:28:29.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:28 smithi096 bash[35573]: audit 2024-02-06T17:28:27.854755+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-02-06T17:28:29.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:28 smithi096 bash[35573]: audit 2024-02-06T17:28:27.858146+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2024-02-06T17:28:29.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:28 smithi096 bash[35573]: cluster 2024-02-06T17:28:27.887509+0000 mon.a (mon.0) 640 : cluster [DBG] mgrmap e18: x(active, since 6s), standbys: y 2024-02-06T17:28:29.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:28 smithi096 bash[35573]: cluster 2024-02-06T17:28:27.892429+0000 mgr.x (mgr.34649) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:29.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:28 smithi096 bash[35573]: audit 2024-02-06T17:28:27.950771+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' 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-02-06T17:28:29.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:28 smithi096 bash[35573]: audit 2024-02-06T17:28:27.951420+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.34649 ' 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-02-06T17:28:29.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:28 smithi096 bash[38906]: cephadm 2024-02-06T17:28:27.839680+0000 mgr.x (mgr.34649) 1 : cephadm [INF] inventory: adjusted host smithi096 addr 'smithi096' -> '172.21.15.96' 2024-02-06T17:28:29.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:28 smithi096 bash[38906]: audit 2024-02-06T17:28:27.840215+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi096\": {\"hostname\": \"smithi096\", \"addr\": \"172.21.15.96\", \"labels\": [], \"status\": \"\"}, \"smithi102\": {\"hostname\": \"smithi102\", \"addr\": \"smithi102\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-02-06T17:28:29.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:28 smithi096 bash[38906]: audit 2024-02-06T17:28:27.844593+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi096\": {\"hostname\": \"smithi096\", \"addr\": \"172.21.15.96\", \"labels\": [], \"status\": \"\"}, \"smithi102\": {\"hostname\": \"smithi102\", \"addr\": \"smithi102\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-02-06T17:28:29.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:28 smithi096 bash[38906]: audit 2024-02-06T17:28:27.849343+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi096\": {\"hostname\": \"smithi096\", \"addr\": \"172.21.15.96\", \"labels\": [], \"status\": \"\"}, \"smithi102\": {\"hostname\": \"smithi102\", \"addr\": \"smithi102\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-02-06T17:28:29.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:28 smithi096 bash[38906]: cephadm 2024-02-06T17:28:27.853851+0000 mgr.x (mgr.34649) 2 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-02-06T17:28:29.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:28 smithi096 bash[38906]: audit 2024-02-06T17:28:27.854212+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-02-06T17:28:29.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:28 smithi096 bash[38906]: audit 2024-02-06T17:28:27.854755+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-02-06T17:28:29.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:28 smithi096 bash[38906]: audit 2024-02-06T17:28:27.858146+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2024-02-06T17:28:29.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:28 smithi096 bash[38906]: cluster 2024-02-06T17:28:27.887509+0000 mon.a (mon.0) 640 : cluster [DBG] mgrmap e18: x(active, since 6s), standbys: y 2024-02-06T17:28:29.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:28 smithi096 bash[38906]: cluster 2024-02-06T17:28:27.892429+0000 mgr.x (mgr.34649) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:29.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:28 smithi096 bash[38906]: audit 2024-02-06T17:28:27.950771+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' 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-02-06T17:28:29.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:28 smithi096 bash[38906]: audit 2024-02-06T17:28:27.951420+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.34649 ' 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-02-06T17:28:29.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:28 smithi096 bash[35573]: audit 2024-02-06T17:28:27.954743+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.34649 ' 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-02-06T17:28:29.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:28 smithi096 bash[35573]: audit 2024-02-06T17:28:27.957987+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:28:29.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:28 smithi096 bash[35573]: audit 2024-02-06T17:28:27.959391+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:28:29.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:28 smithi096 bash[35573]: audit 2024-02-06T17:28:27.993394+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-02-06T17:28:29.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:28 smithi096 bash[35573]: audit 2024-02-06T17:28:27.993942+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-02-06T17:28:29.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:28 smithi096 bash[35573]: audit 2024-02-06T17:28:27.996533+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-02-06T17:28:29.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:28 smithi096 bash[35573]: audit 2024-02-06T17:28:27.996966+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-02-06T17:28:29.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:28 smithi096 bash[38906]: audit 2024-02-06T17:28:27.954743+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.34649 ' 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-02-06T17:28:29.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:28 smithi096 bash[38906]: audit 2024-02-06T17:28:27.957987+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:28:29.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:28 smithi096 bash[38906]: audit 2024-02-06T17:28:27.959391+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:28:29.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:28 smithi096 bash[38906]: audit 2024-02-06T17:28:27.993394+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-02-06T17:28:29.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:28 smithi096 bash[38906]: audit 2024-02-06T17:28:27.993942+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-02-06T17:28:29.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:28 smithi096 bash[38906]: audit 2024-02-06T17:28:27.996533+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-02-06T17:28:29.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:28 smithi096 bash[38906]: audit 2024-02-06T17:28:27.996966+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-02-06T17:28:31.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:30 smithi102 bash[35648]: cluster 2024-02-06T17:28:29.792679+0000 mgr.x (mgr.34649) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:31.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:30 smithi102 bash[35648]: cluster 2024-02-06T17:28:29.895723+0000 mon.a (mon.0) 645 : cluster [DBG] mgrmap e19: x(active, since 8s), standbys: y 2024-02-06T17:28:31.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:30 smithi096 bash[35573]: cluster 2024-02-06T17:28:29.792679+0000 mgr.x (mgr.34649) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:31.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:30 smithi096 bash[35573]: cluster 2024-02-06T17:28:29.895723+0000 mon.a (mon.0) 645 : cluster [DBG] mgrmap e19: x(active, since 8s), standbys: y 2024-02-06T17:28:31.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:30 smithi096 bash[38906]: cluster 2024-02-06T17:28:29.792679+0000 mgr.x (mgr.34649) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:31.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:30 smithi096 bash[38906]: cluster 2024-02-06T17:28:29.895723+0000 mon.a (mon.0) 645 : cluster [DBG] mgrmap e19: x(active, since 8s), standbys: y 2024-02-06T17:28:33.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:32 smithi102 bash[35648]: cluster 2024-02-06T17:28:31.793173+0000 mgr.x (mgr.34649) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:33.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:32 smithi096 bash[35573]: cluster 2024-02-06T17:28:31.793173+0000 mgr.x (mgr.34649) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:33.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:32 smithi096 bash[38906]: cluster 2024-02-06T17:28:31.793173+0000 mgr.x (mgr.34649) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:35.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:34 smithi096 bash[35573]: cluster 2024-02-06T17:28:33.793931+0000 mgr.x (mgr.34649) 6 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:35.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:34 smithi096 bash[38906]: cluster 2024-02-06T17:28:33.793931+0000 mgr.x (mgr.34649) 6 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:35.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:34 smithi102 bash[35648]: cluster 2024-02-06T17:28:33.793931+0000 mgr.x (mgr.34649) 6 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:37.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:36 smithi102 bash[35648]: cluster 2024-02-06T17:28:35.794547+0000 mgr.x (mgr.34649) 7 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:37.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:36 smithi096 bash[35573]: cluster 2024-02-06T17:28:35.794547+0000 mgr.x (mgr.34649) 7 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:37.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:36 smithi096 bash[38906]: cluster 2024-02-06T17:28:35.794547+0000 mgr.x (mgr.34649) 7 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:39.189 INFO:teuthology.orchestra.run.smithi096.stdout:true 2024-02-06T17:28:39.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:38 smithi102 bash[35648]: cluster 2024-02-06T17:28:37.795169+0000 mgr.x (mgr.34649) 8 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:39.189 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:28:38 smithi102 bash[49090]: Warning: Permanently added 'smithi102,172.21.15.102' (ECDSA) to the list of known hosts. 2024-02-06T17:28:39.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:38 smithi096 bash[35573]: cluster 2024-02-06T17:28:37.795169+0000 mgr.x (mgr.34649) 8 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:39.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:38 smithi096 bash[38906]: cluster 2024-02-06T17:28:37.795169+0000 mgr.x (mgr.34649) 8 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:39.814 INFO:teuthology.orchestra.run.smithi096.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T17:28:39.815 INFO:teuthology.orchestra.run.smithi096.stdout:alertmanager.a smithi096 running (4m) 3m ago 5m - - 9f27df16978d 4e0c27057214 2024-02-06T17:28:39.815 INFO:teuthology.orchestra.run.smithi096.stdout:grafana.a smithi102 running (4m) 20s ago 4m - - 6.6.2 87a51ecf0b1c 178e8fd2aeb6 2024-02-06T17:28:39.815 INFO:teuthology.orchestra.run.smithi096.stdout:mgr.x smithi102 running (24s) 20s ago 8m - - 16.2.14-512-gce0a401e 3dc0b58dc7ab e90882937ae8 2024-02-06T17:28:39.815 INFO:teuthology.orchestra.run.smithi096.stdout:mgr.y smithi096 running (10m) 3m ago 10m - - 15.2.0 204a01f9b0b6 666a5b2074dd 2024-02-06T17:28:39.815 INFO:teuthology.orchestra.run.smithi096.stdout:mon.a smithi096 running (10m) 3m ago 10m - 2048M 15.2.0 204a01f9b0b6 f371d96c0988 2024-02-06T17:28:39.815 INFO:teuthology.orchestra.run.smithi096.stdout:mon.b smithi102 running (8m) 20s ago 8m - 2048M 15.2.0 204a01f9b0b6 530c93dcf04b 2024-02-06T17:28:39.815 INFO:teuthology.orchestra.run.smithi096.stdout:mon.c smithi096 running (9m) 3m ago 9m - 2048M 15.2.0 204a01f9b0b6 a6875f0cd5c1 2024-02-06T17:28:39.815 INFO:teuthology.orchestra.run.smithi096.stdout:node-exporter.a smithi096 running (5m) 3m ago 5m - - 72c9c2088986 cc91c934b28c 2024-02-06T17:28:39.815 INFO:teuthology.orchestra.run.smithi096.stdout:node-exporter.b smithi102 running (5m) 20s ago 5m - - 72c9c2088986 0eea92309f1f 2024-02-06T17:28:39.815 INFO:teuthology.orchestra.run.smithi096.stdout:osd.0 smithi096 running (8m) 3m ago 8m - 4096M 15.2.0 204a01f9b0b6 cbb0a34dd70a 2024-02-06T17:28:39.815 INFO:teuthology.orchestra.run.smithi096.stdout:osd.1 smithi096 running (7m) 3m ago 7m - 4096M 15.2.0 204a01f9b0b6 56028a962ebc 2024-02-06T17:28:39.815 INFO:teuthology.orchestra.run.smithi096.stdout:osd.2 smithi096 running (7m) 3m ago 7m - 4096M 15.2.0 204a01f9b0b6 92b6ab272f33 2024-02-06T17:28:39.815 INFO:teuthology.orchestra.run.smithi096.stdout:osd.3 smithi096 running (7m) 3m ago 7m - 4096M 15.2.0 204a01f9b0b6 fe6f9f835cd5 2024-02-06T17:28:39.815 INFO:teuthology.orchestra.run.smithi096.stdout:osd.4 smithi102 running (7m) 20s ago 7m - 4096M 15.2.0 204a01f9b0b6 c417e6df90c5 2024-02-06T17:28:39.816 INFO:teuthology.orchestra.run.smithi096.stdout:osd.5 smithi102 running (6m) 20s ago 6m - 4096M 15.2.0 204a01f9b0b6 3b90a8ce2c0f 2024-02-06T17:28:39.816 INFO:teuthology.orchestra.run.smithi096.stdout:osd.6 smithi102 running (6m) 20s ago 6m - 4096M 15.2.0 204a01f9b0b6 945130e80629 2024-02-06T17:28:39.816 INFO:teuthology.orchestra.run.smithi096.stdout:osd.7 smithi102 running (6m) 20s ago 6m - 4096M 15.2.0 204a01f9b0b6 eee02def27df 2024-02-06T17:28:39.816 INFO:teuthology.orchestra.run.smithi096.stdout:prometheus.a smithi102 running (4m) 20s ago 5m - - 2a72b385beaf c9a595677ff3 2024-02-06T17:28:39.816 INFO:teuthology.orchestra.run.smithi096.stdout:rgw.r.z.smithi096.byanyc smithi096 running (3m) 3m ago 3m - - 15.2.0 204a01f9b0b6 6896d2e99a4d 2024-02-06T17:28:39.816 INFO:teuthology.orchestra.run.smithi096.stdout:rgw.r.z.smithi102.bnlttq smithi102 running (3m) 20s ago 3m - - 15.2.0 204a01f9b0b6 fb8ee4a760f1 2024-02-06T17:28:40.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:39 smithi102 bash[35648]: audit 2024-02-06T17:28:38.857012+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2024-02-06T17:28:40.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:39 smithi102 bash[35648]: audit 2024-02-06T17:28:38.859767+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2024-02-06T17:28:40.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:39 smithi102 bash[35648]: audit 2024-02-06T17:28:38.863169+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]': finished 2024-02-06T17:28:40.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:39 smithi102 bash[35648]: audit 2024-02-06T17:28:38.864510+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", "who": "mgr.x"}]: dispatch 2024-02-06T17:28:40.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:39 smithi102 bash[35648]: audit 2024-02-06T17:28:38.865031+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", "who": "mgr.x"}]: dispatch 2024-02-06T17:28:40.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:39 smithi102 bash[35648]: audit 2024-02-06T17:28:38.868360+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", "who": "mgr.x"}]': finished 2024-02-06T17:28:40.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:39 smithi102 bash[35648]: audit 2024-02-06T17:28:38.870379+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:28:40.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:39 smithi102 bash[35648]: audit 2024-02-06T17:28:39.128939+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:28:40.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:39 smithi102 bash[35648]: audit 2024-02-06T17:28:39.175772+0000 mgr.x (mgr.34649) 9 : audit [DBG] from='client.24721 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:28:40.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:39 smithi102 bash[35648]: audit 2024-02-06T17:28:39.496245+0000 mgr.x (mgr.34649) 10 : audit [DBG] from='client.14817 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:28:40.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:39 smithi102 bash[35648]: audit 2024-02-06T17:28:39.805379+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-02-06T17:28:40.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:39 smithi102 bash[35648]: audit 2024-02-06T17:28:39.805693+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-02-06T17:28:40.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:39 smithi102 bash[35648]: audit 2024-02-06T17:28:39.805996+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:40.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:39 smithi102 bash[35648]: audit 2024-02-06T17:28:39.806242+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:40.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:39 smithi102 bash[35648]: audit 2024-02-06T17:28:39.806522+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:40.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:39 smithi102 bash[35648]: audit 2024-02-06T17:28:39.806765+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:40.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:39 smithi102 bash[35648]: audit 2024-02-06T17:28:39.808330+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-02-06T17:28:40.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:39 smithi102 bash[35648]: audit 2024-02-06T17:28:39.808591+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:40.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:39 smithi102 bash[35648]: audit 2024-02-06T17:28:39.808840+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:40.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:39 smithi102 bash[35648]: audit 2024-02-06T17:28:39.809068+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:40.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:39 smithi102 bash[35648]: audit 2024-02-06T17:28:39.809315+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:40.205 INFO:teuthology.orchestra.run.smithi096.stdout:{ 2024-02-06T17:28:40.205 INFO:teuthology.orchestra.run.smithi096.stdout: "mon": { 2024-02-06T17:28:40.205 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-02-06T17:28:40.205 INFO:teuthology.orchestra.run.smithi096.stdout: }, 2024-02-06T17:28:40.205 INFO:teuthology.orchestra.run.smithi096.stdout: "mgr": { 2024-02-06T17:28:40.205 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2024-02-06T17:28:40.205 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 1 2024-02-06T17:28:40.205 INFO:teuthology.orchestra.run.smithi096.stdout: }, 2024-02-06T17:28:40.205 INFO:teuthology.orchestra.run.smithi096.stdout: "osd": { 2024-02-06T17:28:40.205 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-02-06T17:28:40.205 INFO:teuthology.orchestra.run.smithi096.stdout: }, 2024-02-06T17:28:40.205 INFO:teuthology.orchestra.run.smithi096.stdout: "mds": {}, 2024-02-06T17:28:40.206 INFO:teuthology.orchestra.run.smithi096.stdout: "rgw": { 2024-02-06T17:28:40.206 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-02-06T17:28:40.206 INFO:teuthology.orchestra.run.smithi096.stdout: }, 2024-02-06T17:28:40.206 INFO:teuthology.orchestra.run.smithi096.stdout: "overall": { 2024-02-06T17:28:40.206 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2024-02-06T17:28:40.206 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 1 2024-02-06T17:28:40.206 INFO:teuthology.orchestra.run.smithi096.stdout: } 2024-02-06T17:28:40.206 INFO:teuthology.orchestra.run.smithi096.stdout:} 2024-02-06T17:28:40.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[38906]: audit 2024-02-06T17:28:38.857012+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2024-02-06T17:28:40.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[38906]: audit 2024-02-06T17:28:38.859767+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2024-02-06T17:28:40.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[38906]: audit 2024-02-06T17:28:38.863169+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]': finished 2024-02-06T17:28:40.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[38906]: audit 2024-02-06T17:28:38.864510+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", "who": "mgr.x"}]: dispatch 2024-02-06T17:28:40.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[38906]: audit 2024-02-06T17:28:38.865031+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", "who": "mgr.x"}]: dispatch 2024-02-06T17:28:40.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[38906]: audit 2024-02-06T17:28:38.868360+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", "who": "mgr.x"}]': finished 2024-02-06T17:28:40.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[38906]: audit 2024-02-06T17:28:38.870379+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:28:40.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[38906]: audit 2024-02-06T17:28:39.128939+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:28:40.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[38906]: audit 2024-02-06T17:28:39.175772+0000 mgr.x (mgr.34649) 9 : audit [DBG] from='client.24721 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:28:40.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[38906]: audit 2024-02-06T17:28:39.496245+0000 mgr.x (mgr.34649) 10 : audit [DBG] from='client.14817 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:28:40.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[38906]: audit 2024-02-06T17:28:39.805379+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-02-06T17:28:40.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[38906]: audit 2024-02-06T17:28:39.805693+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-02-06T17:28:40.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[38906]: audit 2024-02-06T17:28:39.805996+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:40.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[38906]: audit 2024-02-06T17:28:39.806242+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:40.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[35573]: audit 2024-02-06T17:28:38.857012+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2024-02-06T17:28:40.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[35573]: audit 2024-02-06T17:28:38.859767+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2024-02-06T17:28:40.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[35573]: audit 2024-02-06T17:28:38.863169+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]': finished 2024-02-06T17:28:40.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[35573]: audit 2024-02-06T17:28:38.864510+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", "who": "mgr.x"}]: dispatch 2024-02-06T17:28:40.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[35573]: audit 2024-02-06T17:28:38.865031+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", "who": "mgr.x"}]: dispatch 2024-02-06T17:28:40.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[35573]: audit 2024-02-06T17:28:38.868360+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", "who": "mgr.x"}]': finished 2024-02-06T17:28:40.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[35573]: audit 2024-02-06T17:28:38.870379+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:28:40.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[35573]: audit 2024-02-06T17:28:39.128939+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:28:40.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[35573]: audit 2024-02-06T17:28:39.175772+0000 mgr.x (mgr.34649) 9 : audit [DBG] from='client.24721 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:28:40.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[35573]: audit 2024-02-06T17:28:39.496245+0000 mgr.x (mgr.34649) 10 : audit [DBG] from='client.14817 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:28:40.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[35573]: audit 2024-02-06T17:28:39.805379+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-02-06T17:28:40.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[35573]: audit 2024-02-06T17:28:39.805693+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-02-06T17:28:40.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[35573]: audit 2024-02-06T17:28:39.805996+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:40.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[35573]: audit 2024-02-06T17:28:39.806242+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:40.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[38906]: audit 2024-02-06T17:28:39.806522+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:40.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[38906]: audit 2024-02-06T17:28:39.806765+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:40.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[38906]: audit 2024-02-06T17:28:39.808330+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-02-06T17:28:40.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[38906]: audit 2024-02-06T17:28:39.808591+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:40.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[38906]: audit 2024-02-06T17:28:39.808840+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:40.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[38906]: audit 2024-02-06T17:28:39.809068+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:40.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[38906]: audit 2024-02-06T17:28:39.809315+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:40.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[35573]: audit 2024-02-06T17:28:39.806522+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:40.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[35573]: audit 2024-02-06T17:28:39.806765+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:40.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[35573]: audit 2024-02-06T17:28:39.808330+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-02-06T17:28:40.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[35573]: audit 2024-02-06T17:28:39.808591+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:40.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[35573]: audit 2024-02-06T17:28:39.808840+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:40.274 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[35573]: audit 2024-02-06T17:28:39.809068+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:40.274 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:39 smithi096 bash[35573]: audit 2024-02-06T17:28:39.809315+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:40.546 INFO:teuthology.orchestra.run.smithi096.stdout:{ 2024-02-06T17:28:40.546 INFO:teuthology.orchestra.run.smithi096.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943", 2024-02-06T17:28:40.546 INFO:teuthology.orchestra.run.smithi096.stdout: "in_progress": true, 2024-02-06T17:28:40.546 INFO:teuthology.orchestra.run.smithi096.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-06T17:28:40.546 INFO:teuthology.orchestra.run.smithi096.stdout: "services_complete": [], 2024-02-06T17:28:40.546 INFO:teuthology.orchestra.run.smithi096.stdout: "progress": "", 2024-02-06T17:28:40.546 INFO:teuthology.orchestra.run.smithi096.stdout: "message": "", 2024-02-06T17:28:40.546 INFO:teuthology.orchestra.run.smithi096.stdout: "is_paused": false 2024-02-06T17:28:40.547 INFO:teuthology.orchestra.run.smithi096.stdout:} 2024-02-06T17:28:41.090 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:40 smithi102 bash[35648]: cluster 2024-02-06T17:28:39.795872+0000 mgr.x (mgr.34649) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:41.090 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:40 smithi102 bash[35648]: audit 2024-02-06T17:28:39.803426+0000 mgr.x (mgr.34649) 12 : audit [DBG] from='client.14823 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:28:41.090 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:40 smithi102 bash[35648]: audit 2024-02-06T17:28:40.204748+0000 mon.c (mon.1) 29 : audit [DBG] from='client.? 172.21.15.96:0/2296334436' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:28:41.090 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:40 smithi102 bash[35648]: audit 2024-02-06T17:28:40.545693+0000 mgr.x (mgr.34649) 13 : audit [DBG] from='client.14835 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:28:41.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:40 smithi096 bash[35573]: cluster 2024-02-06T17:28:39.795872+0000 mgr.x (mgr.34649) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:41.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:40 smithi096 bash[35573]: audit 2024-02-06T17:28:39.803426+0000 mgr.x (mgr.34649) 12 : audit [DBG] from='client.14823 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:28:41.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:40 smithi096 bash[35573]: audit 2024-02-06T17:28:40.204748+0000 mon.c (mon.1) 29 : audit [DBG] from='client.? 172.21.15.96:0/2296334436' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:28:41.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:40 smithi096 bash[35573]: audit 2024-02-06T17:28:40.545693+0000 mgr.x (mgr.34649) 13 : audit [DBG] from='client.14835 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:28:41.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:40 smithi096 bash[38906]: cluster 2024-02-06T17:28:39.795872+0000 mgr.x (mgr.34649) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:41.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:40 smithi096 bash[38906]: audit 2024-02-06T17:28:39.803426+0000 mgr.x (mgr.34649) 12 : audit [DBG] from='client.14823 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:28:41.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:40 smithi096 bash[38906]: audit 2024-02-06T17:28:40.204748+0000 mon.c (mon.1) 29 : audit [DBG] from='client.? 172.21.15.96:0/2296334436' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:28:41.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:40 smithi096 bash[38906]: audit 2024-02-06T17:28:40.545693+0000 mgr.x (mgr.34649) 13 : audit [DBG] from='client.14835 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:28:43.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:42 smithi102 bash[35648]: cluster 2024-02-06T17:28:41.796194+0000 mgr.x (mgr.34649) 14 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:43.209 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:42 smithi096 bash[35573]: cluster 2024-02-06T17:28:41.796194+0000 mgr.x (mgr.34649) 14 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:43.209 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:42 smithi096 bash[38906]: cluster 2024-02-06T17:28:41.796194+0000 mgr.x (mgr.34649) 14 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:44.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:43 smithi102 bash[35648]: audit 2024-02-06T17:28:42.998970+0000 mon.b (mon.2) 87 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301465600, \"cpu_percentage\": \"3.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997255Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:18:14.691013Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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\": 25669140, \"cpu_percentage\": \"0.13%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997705Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:24:08.476439Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:42.997895Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-06T17:28:44.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:43 smithi102 bash[35648]: audit 2024-02-06T17:28:42.999908+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301465600, \"cpu_percentage\": \"3.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997255Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:18:14.691013Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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\": 25669140, \"cpu_percentage\": \"0.13%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997705Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:24:08.476439Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:42.997895Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-06T17:28:44.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:43 smithi102 bash[35648]: audit 2024-02-06T17:28:43.002762+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301465600, \"cpu_percentage\": \"3.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997255Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:18:14.691013Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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\": 25669140, \"cpu_percentage\": \"0.13%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997705Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:24:08.476439Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:42.997895Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-06T17:28:44.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:43 smithi102 bash[35648]: audit 2024-02-06T17:28:43.311184+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:28:44.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:43 smithi102 bash[35648]: audit 2024-02-06T17:28:43.311579+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:44.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:43 smithi102 bash[35648]: audit 2024-02-06T17:28:43.311830+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:28:44.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:43 smithi102 bash[35648]: audit 2024-02-06T17:28:43.312070+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:44.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:43 smithi102 bash[35648]: audit 2024-02-06T17:28:43.312305+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:28:44.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:43 smithi102 bash[35648]: audit 2024-02-06T17:28:43.312534+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:44.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:43 smithi102 bash[35648]: audit 2024-02-06T17:28:43.312750+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:28:44.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:43 smithi102 bash[35648]: audit 2024-02-06T17:28:43.312973+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:44.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:43 smithi102 bash[35648]: audit 2024-02-06T17:28:43.313193+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:28:44.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:43 smithi096 bash[38906]: audit 2024-02-06T17:28:42.998970+0000 mon.b (mon.2) 87 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301465600, \"cpu_percentage\": \"3.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997255Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:18:14.691013Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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\": 25669140, \"cpu_percentage\": \"0.13%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997705Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:24:08.476439Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:42.997895Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-06T17:28:44.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:43 smithi096 bash[35573]: audit 2024-02-06T17:28:42.998970+0000 mon.b (mon.2) 87 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301465600, \"cpu_percentage\": \"3.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997255Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:18:14.691013Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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\": 25669140, \"cpu_percentage\": \"0.13%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997705Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:24:08.476439Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:42.997895Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-06T17:28:44.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:43 smithi096 bash[38906]: audit 2024-02-06T17:28:42.999908+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301465600, \"cpu_percentage\": \"3.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997255Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:18:14.691013Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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\": 25669140, \"cpu_percentage\": \"0.13%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997705Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:24:08.476439Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:42.997895Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-06T17:28:44.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:43 smithi096 bash[38906]: audit 2024-02-06T17:28:43.002762+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301465600, \"cpu_percentage\": \"3.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997255Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:18:14.691013Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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\": 25669140, \"cpu_percentage\": \"0.13%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997705Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:24:08.476439Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:42.997895Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-06T17:28:44.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:43 smithi096 bash[38906]: audit 2024-02-06T17:28:43.311184+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:28:44.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:43 smithi096 bash[38906]: audit 2024-02-06T17:28:43.311579+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:44.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:43 smithi096 bash[38906]: audit 2024-02-06T17:28:43.311830+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:28:44.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:43 smithi096 bash[38906]: audit 2024-02-06T17:28:43.312070+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:44.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:43 smithi096 bash[38906]: audit 2024-02-06T17:28:43.312305+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:28:44.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:43 smithi096 bash[38906]: audit 2024-02-06T17:28:43.312534+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:44.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:43 smithi096 bash[38906]: audit 2024-02-06T17:28:43.312750+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:28:44.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:43 smithi096 bash[38906]: audit 2024-02-06T17:28:43.312973+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:44.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:43 smithi096 bash[38906]: audit 2024-02-06T17:28:43.313193+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:28:44.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:43 smithi096 bash[35573]: audit 2024-02-06T17:28:42.999908+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301465600, \"cpu_percentage\": \"3.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997255Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:18:14.691013Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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\": 25669140, \"cpu_percentage\": \"0.13%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997705Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:24:08.476439Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:42.997895Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-06T17:28:44.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:43 smithi096 bash[35573]: audit 2024-02-06T17:28:43.002762+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301465600, \"cpu_percentage\": \"3.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997255Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:18:14.691013Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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\": 25669140, \"cpu_percentage\": \"0.13%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997705Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:24:08.476439Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:42.997895Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-06T17:28:44.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:43 smithi096 bash[35573]: audit 2024-02-06T17:28:43.311184+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:28:44.274 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:43 smithi096 bash[35573]: audit 2024-02-06T17:28:43.311579+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:44.274 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:43 smithi096 bash[35573]: audit 2024-02-06T17:28:43.311830+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:28:44.274 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:43 smithi096 bash[35573]: audit 2024-02-06T17:28:43.312070+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:44.274 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:43 smithi096 bash[35573]: audit 2024-02-06T17:28:43.312305+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:28:44.274 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:43 smithi096 bash[35573]: audit 2024-02-06T17:28:43.312534+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:44.274 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:43 smithi096 bash[35573]: audit 2024-02-06T17:28:43.312750+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:28:44.274 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:43 smithi096 bash[35573]: audit 2024-02-06T17:28:43.312973+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:44.274 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:43 smithi096 bash[35573]: audit 2024-02-06T17:28:43.313193+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:28:45.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:44 smithi102 bash[35648]: cluster 2024-02-06T17:28:43.796783+0000 mgr.x (mgr.34649) 15 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:45.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:44 smithi102 bash[35648]: audit 2024-02-06T17:28:44.709063+0000 mon.b (mon.2) 97 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 97108623, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707164Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 432223027, \"cpu_percentage\": \"28.48%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707308Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707378Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45088768, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707456Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42058383, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707515Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48150609, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707574Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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\": 27745320, \"cpu_percentage\": \"0.22%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707633Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:24:12.594715Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13537116, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707691Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 29402071, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707749Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35064381, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707806Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:44.707911Z\", \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:19:19.101666Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-06T17:28:45.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:44 smithi102 bash[35648]: audit 2024-02-06T17:28:44.709901+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 97108623, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707164Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 432223027, \"cpu_percentage\": \"28.48%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707308Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707378Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45088768, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707456Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42058383, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707515Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48150609, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707574Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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\": 27745320, \"cpu_percentage\": \"0.22%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707633Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:24:12.594715Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13537116, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707691Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 29402071, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707749Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35064381, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707806Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:44.707911Z\", \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:19:19.101666Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-06T17:28:45.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:44 smithi102 bash[35648]: audit 2024-02-06T17:28:44.713416+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 97108623, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707164Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 432223027, \"cpu_percentage\": \"28.48%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707308Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707378Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45088768, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707456Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42058383, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707515Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48150609, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707574Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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\": 27745320, \"cpu_percentage\": \"0.22%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707633Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:24:12.594715Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13537116, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707691Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 29402071, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707749Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35064381, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707806Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:44.707911Z\", \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:19:19.101666Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-06T17:28:45.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:44 smithi096 bash[38906]: cluster 2024-02-06T17:28:43.796783+0000 mgr.x (mgr.34649) 15 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:45.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:44 smithi096 bash[35573]: cluster 2024-02-06T17:28:43.796783+0000 mgr.x (mgr.34649) 15 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:45.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:44 smithi096 bash[38906]: audit 2024-02-06T17:28:44.709063+0000 mon.b (mon.2) 97 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 97108623, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707164Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 432223027, \"cpu_percentage\": \"28.48%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707308Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707378Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45088768, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707456Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42058383, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707515Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48150609, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707574Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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\": 27745320, \"cpu_percentage\": \"0.22%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707633Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:24:12.594715Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13537116, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707691Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 29402071, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707749Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35064381, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707806Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:44.707911Z\", \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:19:19.101666Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-06T17:28:45.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:44 smithi096 bash[35573]: audit 2024-02-06T17:28:44.709063+0000 mon.b (mon.2) 97 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 97108623, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707164Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 432223027, \"cpu_percentage\": \"28.48%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707308Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707378Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45088768, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707456Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42058383, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707515Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48150609, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707574Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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\": 27745320, \"cpu_percentage\": \"0.22%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707633Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:24:12.594715Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13537116, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707691Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 29402071, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707749Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35064381, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707806Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:44.707911Z\", \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:19:19.101666Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-06T17:28:45.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:44 smithi096 bash[38906]: audit 2024-02-06T17:28:44.709901+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 97108623, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707164Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 432223027, \"cpu_percentage\": \"28.48%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707308Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707378Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45088768, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707456Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42058383, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707515Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48150609, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707574Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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\": 27745320, \"cpu_percentage\": \"0.22%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707633Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:24:12.594715Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13537116, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707691Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 29402071, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707749Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35064381, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707806Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:44.707911Z\", \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:19:19.101666Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-06T17:28:45.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:44 smithi096 bash[38906]: audit 2024-02-06T17:28:44.713416+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 97108623, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707164Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 432223027, \"cpu_percentage\": \"28.48%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707308Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707378Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45088768, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707456Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42058383, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707515Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48150609, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707574Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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\": 27745320, \"cpu_percentage\": \"0.22%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707633Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:24:12.594715Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13537116, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707691Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 29402071, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707749Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35064381, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707806Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:44.707911Z\", \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:19:19.101666Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-06T17:28:45.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:44 smithi096 bash[35573]: audit 2024-02-06T17:28:44.709901+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 97108623, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707164Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 432223027, \"cpu_percentage\": \"28.48%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707308Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707378Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45088768, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707456Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42058383, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707515Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48150609, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707574Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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\": 27745320, \"cpu_percentage\": \"0.22%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707633Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:24:12.594715Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13537116, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707691Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 29402071, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707749Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35064381, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707806Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:44.707911Z\", \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:19:19.101666Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-06T17:28:45.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:44 smithi096 bash[35573]: audit 2024-02-06T17:28:44.713416+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 97108623, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707164Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 432223027, \"cpu_percentage\": \"28.48%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707308Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707378Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45088768, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707456Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42058383, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707515Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48150609, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707574Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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\": 27745320, \"cpu_percentage\": \"0.22%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707633Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:24:12.594715Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13537116, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707691Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 29402071, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707749Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35064381, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707806Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:40.959418Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:44.707911Z\", \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:19:19.101666Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-06T17:28:46.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:45 smithi096 bash[35573]: audit 2024-02-06T17:28:45.009823+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:28:46.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:45 smithi096 bash[35573]: audit 2024-02-06T17:28:45.010171+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:46.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:45 smithi096 bash[35573]: audit 2024-02-06T17:28:45.010499+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:28:46.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:45 smithi096 bash[35573]: audit 2024-02-06T17:28:45.010744+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:46.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:45 smithi096 bash[35573]: audit 2024-02-06T17:28:45.010995+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:28:46.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:45 smithi096 bash[35573]: audit 2024-02-06T17:28:45.011236+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:46.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:45 smithi096 bash[35573]: audit 2024-02-06T17:28:45.011484+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:28:46.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:45 smithi096 bash[35573]: audit 2024-02-06T17:28:45.011711+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:46.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:45 smithi096 bash[35573]: audit 2024-02-06T17:28:45.011964+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:28:46.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:45 smithi096 bash[35573]: audit 2024-02-06T17:28:45.013034+0000 mon.b (mon.2) 107 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-06T17:28:46.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:45 smithi096 bash[35573]: audit 2024-02-06T17:28:45.013559+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-06T17:28:46.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:45 smithi096 bash[35573]: audit 2024-02-06T17:28:45.016660+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-02-06T17:28:46.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:45 smithi096 bash[35573]: cephadm 2024-02-06T17:28:45.019285+0000 mgr.x (mgr.34649) 16 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-02-06T17:28:46.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:45 smithi096 bash[35573]: audit 2024-02-06T17:28:45.019525+0000 mon.b (mon.2) 108 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T17:28:46.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:45 smithi096 bash[35573]: audit 2024-02-06T17:28:45.020069+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T17:28:46.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:45 smithi096 bash[35573]: audit 2024-02-06T17:28:45.020551+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:28:46.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:45 smithi096 bash[35573]: cephadm 2024-02-06T17:28:45.020984+0000 mgr.x (mgr.34649) 17 : cephadm [INF] Reconfiguring daemon mon.a on smithi096 2024-02-06T17:28:46.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:45 smithi096 bash[35573]: audit 2024-02-06T17:28:45.021292+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-02-06T17:28:46.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:45 smithi096 bash[38906]: audit 2024-02-06T17:28:45.009823+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:28:46.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:45 smithi096 bash[38906]: audit 2024-02-06T17:28:45.010171+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:46.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:45 smithi096 bash[38906]: audit 2024-02-06T17:28:45.010499+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:28:46.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:45 smithi096 bash[38906]: audit 2024-02-06T17:28:45.010744+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:46.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:45 smithi096 bash[38906]: audit 2024-02-06T17:28:45.010995+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:28:46.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:45 smithi096 bash[38906]: audit 2024-02-06T17:28:45.011236+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:46.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:45 smithi096 bash[38906]: audit 2024-02-06T17:28:45.011484+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:28:46.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:45 smithi096 bash[38906]: audit 2024-02-06T17:28:45.011711+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:46.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:45 smithi096 bash[38906]: audit 2024-02-06T17:28:45.011964+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:28:46.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:45 smithi096 bash[38906]: audit 2024-02-06T17:28:45.013034+0000 mon.b (mon.2) 107 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-06T17:28:46.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:45 smithi096 bash[38906]: audit 2024-02-06T17:28:45.013559+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-06T17:28:46.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:45 smithi096 bash[38906]: audit 2024-02-06T17:28:45.016660+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-02-06T17:28:46.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:45 smithi096 bash[38906]: cephadm 2024-02-06T17:28:45.019285+0000 mgr.x (mgr.34649) 16 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-02-06T17:28:46.023 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:45 smithi096 bash[38906]: audit 2024-02-06T17:28:45.019525+0000 mon.b (mon.2) 108 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T17:28:46.023 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:45 smithi096 bash[38906]: audit 2024-02-06T17:28:45.020069+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T17:28:46.023 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:45 smithi096 bash[38906]: audit 2024-02-06T17:28:45.020551+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:28:46.023 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:45 smithi096 bash[38906]: cephadm 2024-02-06T17:28:45.020984+0000 mgr.x (mgr.34649) 17 : cephadm [INF] Reconfiguring daemon mon.a on smithi096 2024-02-06T17:28:46.023 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:45 smithi096 bash[38906]: audit 2024-02-06T17:28:45.021292+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-02-06T17:28:46.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:45 smithi102 bash[35648]: audit 2024-02-06T17:28:45.009823+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:28:46.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:45 smithi102 bash[35648]: audit 2024-02-06T17:28:45.010171+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:46.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:45 smithi102 bash[35648]: audit 2024-02-06T17:28:45.010499+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:28:46.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:45 smithi102 bash[35648]: audit 2024-02-06T17:28:45.010744+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:46.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:45 smithi102 bash[35648]: audit 2024-02-06T17:28:45.010995+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:28:46.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:45 smithi102 bash[35648]: audit 2024-02-06T17:28:45.011236+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:46.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:45 smithi102 bash[35648]: audit 2024-02-06T17:28:45.011484+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:28:46.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:45 smithi102 bash[35648]: audit 2024-02-06T17:28:45.011711+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:28:46.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:45 smithi102 bash[35648]: audit 2024-02-06T17:28:45.011964+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:28:46.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:45 smithi102 bash[35648]: audit 2024-02-06T17:28:45.013034+0000 mon.b (mon.2) 107 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-06T17:28:46.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:45 smithi102 bash[35648]: audit 2024-02-06T17:28:45.013559+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-06T17:28:46.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:45 smithi102 bash[35648]: audit 2024-02-06T17:28:45.016660+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-02-06T17:28:46.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:45 smithi102 bash[35648]: cephadm 2024-02-06T17:28:45.019285+0000 mgr.x (mgr.34649) 16 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-02-06T17:28:46.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:45 smithi102 bash[35648]: audit 2024-02-06T17:28:45.019525+0000 mon.b (mon.2) 108 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T17:28:46.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:45 smithi102 bash[35648]: audit 2024-02-06T17:28:45.020069+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T17:28:46.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:45 smithi102 bash[35648]: audit 2024-02-06T17:28:45.020551+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:28:46.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:45 smithi102 bash[35648]: cephadm 2024-02-06T17:28:45.020984+0000 mgr.x (mgr.34649) 17 : cephadm [INF] Reconfiguring daemon mon.a on smithi096 2024-02-06T17:28:46.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:45 smithi102 bash[35648]: audit 2024-02-06T17:28:45.021292+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-02-06T17:28:47.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:47 smithi096 bash[35573]: cluster 2024-02-06T17:28:45.797241+0000 mgr.x (mgr.34649) 18 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:47.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:47 smithi096 bash[35573]: audit 2024-02-06T17:28:46.539997+0000 mon.b (mon.2) 112 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301465600, \"cpu_percentage\": \"3.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997255Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:18:14.691013Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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\": 25669140, \"cpu_percentage\": \"0.13%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997705Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:24:08.476439Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:42.997895Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-06T17:28:47.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:47 smithi096 bash[38906]: cluster 2024-02-06T17:28:45.797241+0000 mgr.x (mgr.34649) 18 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:47.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:47 smithi096 bash[38906]: audit 2024-02-06T17:28:46.539997+0000 mon.b (mon.2) 112 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301465600, \"cpu_percentage\": \"3.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997255Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:18:14.691013Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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\": 25669140, \"cpu_percentage\": \"0.13%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997705Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:24:08.476439Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:42.997895Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-06T17:28:47.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:47 smithi096 bash[35573]: audit 2024-02-06T17:28:46.540979+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301465600, \"cpu_percentage\": \"3.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997255Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:18:14.691013Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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\": 25669140, \"cpu_percentage\": \"0.13%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997705Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:24:08.476439Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:42.997895Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-06T17:28:47.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:47 smithi096 bash[35573]: audit 2024-02-06T17:28:46.543913+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301465600, \"cpu_percentage\": \"3.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997255Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:18:14.691013Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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\": 25669140, \"cpu_percentage\": \"0.13%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997705Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:24:08.476439Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:42.997895Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-06T17:28:47.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:47 smithi096 bash[35573]: cephadm 2024-02-06T17:28:46.545427+0000 mgr.x (mgr.34649) 19 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-02-06T17:28:47.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:47 smithi096 bash[35573]: audit 2024-02-06T17:28:46.545746+0000 mon.b (mon.2) 113 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T17:28:47.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:47 smithi096 bash[35573]: audit 2024-02-06T17:28:46.546663+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T17:28:47.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:47 smithi096 bash[35573]: audit 2024-02-06T17:28:46.547353+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:28:47.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:47 smithi096 bash[35573]: cephadm 2024-02-06T17:28:46.548004+0000 mgr.x (mgr.34649) 20 : cephadm [INF] Reconfiguring daemon mon.c on smithi096 2024-02-06T17:28:47.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:47 smithi096 bash[35573]: audit 2024-02-06T17:28:46.548439+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-02-06T17:28:47.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:47 smithi096 bash[38906]: audit 2024-02-06T17:28:46.540979+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301465600, \"cpu_percentage\": \"3.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997255Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:18:14.691013Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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\": 25669140, \"cpu_percentage\": \"0.13%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997705Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:24:08.476439Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:42.997895Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-06T17:28:47.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:47 smithi096 bash[38906]: audit 2024-02-06T17:28:46.543913+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301465600, \"cpu_percentage\": \"3.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997255Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:18:14.691013Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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\": 25669140, \"cpu_percentage\": \"0.13%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997705Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:24:08.476439Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:42.997895Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-06T17:28:47.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:47 smithi096 bash[38906]: cephadm 2024-02-06T17:28:46.545427+0000 mgr.x (mgr.34649) 19 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-02-06T17:28:47.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:47 smithi096 bash[38906]: audit 2024-02-06T17:28:46.545746+0000 mon.b (mon.2) 113 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T17:28:47.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:47 smithi096 bash[38906]: audit 2024-02-06T17:28:46.546663+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T17:28:47.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:47 smithi096 bash[38906]: audit 2024-02-06T17:28:46.547353+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:28:47.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:47 smithi096 bash[38906]: cephadm 2024-02-06T17:28:46.548004+0000 mgr.x (mgr.34649) 20 : cephadm [INF] Reconfiguring daemon mon.c on smithi096 2024-02-06T17:28:47.274 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:47 smithi096 bash[38906]: audit 2024-02-06T17:28:46.548439+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-02-06T17:28:47.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:47 smithi102 bash[35648]: cluster 2024-02-06T17:28:45.797241+0000 mgr.x (mgr.34649) 18 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:47.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:47 smithi102 bash[35648]: audit 2024-02-06T17:28:46.539997+0000 mon.b (mon.2) 112 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301465600, \"cpu_percentage\": \"3.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997255Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:18:14.691013Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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\": 25669140, \"cpu_percentage\": \"0.13%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997705Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:24:08.476439Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:42.997895Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-06T17:28:47.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:47 smithi102 bash[35648]: audit 2024-02-06T17:28:46.540979+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301465600, \"cpu_percentage\": \"3.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997255Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:18:14.691013Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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\": 25669140, \"cpu_percentage\": \"0.13%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997705Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:24:08.476439Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:42.997895Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-06T17:28:47.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:47 smithi102 bash[35648]: audit 2024-02-06T17:28:46.543913+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301465600, \"cpu_percentage\": \"3.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997255Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:18:14.691013Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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\": 25669140, \"cpu_percentage\": \"0.13%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997705Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:24:08.476439Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:19:29.190242Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:42.997895Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-06T17:28:47.441 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:47 smithi102 bash[35648]: cephadm 2024-02-06T17:28:46.545427+0000 mgr.x (mgr.34649) 19 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-02-06T17:28:47.441 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:47 smithi102 bash[35648]: audit 2024-02-06T17:28:46.545746+0000 mon.b (mon.2) 113 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T17:28:47.441 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:47 smithi102 bash[35648]: audit 2024-02-06T17:28:46.546663+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T17:28:47.441 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:47 smithi102 bash[35648]: audit 2024-02-06T17:28:46.547353+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:28:47.441 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:47 smithi102 bash[35648]: cephadm 2024-02-06T17:28:46.548004+0000 mgr.x (mgr.34649) 20 : cephadm [INF] Reconfiguring daemon mon.c on smithi096 2024-02-06T17:28:47.441 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:47 smithi102 bash[35648]: audit 2024-02-06T17:28:46.548439+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-02-06T17:28:48.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:48 smithi096 bash[35573]: audit 2024-02-06T17:28:47.961989+0000 mon.b (mon.2) 117 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301465600, \"cpu_percentage\": \"3.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997255Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:18:14.691013Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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\": 25669140, \"cpu_percentage\": \"0.13%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997705Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:24:08.476439Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:42.997895Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:28:48.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:48 smithi096 bash[38906]: audit 2024-02-06T17:28:47.961989+0000 mon.b (mon.2) 117 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301465600, \"cpu_percentage\": \"3.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997255Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:18:14.691013Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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\": 25669140, \"cpu_percentage\": \"0.13%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997705Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:24:08.476439Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:42.997895Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:28:48.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:48 smithi096 bash[35573]: audit 2024-02-06T17:28:47.962846+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301465600, \"cpu_percentage\": \"3.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997255Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:18:14.691013Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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\": 25669140, \"cpu_percentage\": \"0.13%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997705Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:24:08.476439Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:42.997895Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:28:48.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:48 smithi096 bash[35573]: audit 2024-02-06T17:28:47.965889+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301465600, \"cpu_percentage\": \"3.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997255Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:18:14.691013Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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\": 25669140, \"cpu_percentage\": \"0.13%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997705Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:24:08.476439Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:42.997895Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}}"}]': finished 2024-02-06T17:28:48.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:48 smithi096 bash[38906]: audit 2024-02-06T17:28:47.962846+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301465600, \"cpu_percentage\": \"3.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997255Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:18:14.691013Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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\": 25669140, \"cpu_percentage\": \"0.13%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997705Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:24:08.476439Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:42.997895Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:28:48.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:48 smithi096 bash[38906]: audit 2024-02-06T17:28:47.965889+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301465600, \"cpu_percentage\": \"3.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997255Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:18:14.691013Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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\": 25669140, \"cpu_percentage\": \"0.13%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997705Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:24:08.476439Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:42.997895Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}}"}]': finished 2024-02-06T17:28:48.341 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:48 smithi102 bash[35648]: audit 2024-02-06T17:28:47.961989+0000 mon.b (mon.2) 117 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301465600, \"cpu_percentage\": \"3.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997255Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:18:14.691013Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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\": 25669140, \"cpu_percentage\": \"0.13%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997705Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:24:08.476439Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:42.997895Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:28:48.341 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:48 smithi102 bash[35648]: audit 2024-02-06T17:28:47.962846+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301465600, \"cpu_percentage\": \"3.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997255Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:18:14.691013Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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\": 25669140, \"cpu_percentage\": \"0.13%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997705Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:24:08.476439Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:42.997895Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:28:48.342 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:48 smithi102 bash[35648]: audit 2024-02-06T17:28:47.965889+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301465600, \"cpu_percentage\": \"3.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997255Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:18:14.691013Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"4e0c27057214\", \"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\": 25669140, \"cpu_percentage\": \"0.13%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997705Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:24:08.476439Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-06T17:24:01.032266Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:42.997895Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}}"}]': finished 2024-02-06T17:28:49.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:49 smithi102 bash[35648]: cluster 2024-02-06T17:28:47.797599+0000 mgr.x (mgr.34649) 21 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:49.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:49 smithi102 bash[35648]: cephadm 2024-02-06T17:28:47.967488+0000 mgr.x (mgr.34649) 22 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-02-06T17:28:49.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:49 smithi102 bash[35648]: cephadm 2024-02-06T17:28:47.978176+0000 mgr.x (mgr.34649) 23 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi096 2024-02-06T17:28:49.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:49 smithi096 bash[35573]: cluster 2024-02-06T17:28:47.797599+0000 mgr.x (mgr.34649) 21 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:49.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:49 smithi096 bash[35573]: cephadm 2024-02-06T17:28:47.967488+0000 mgr.x (mgr.34649) 22 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-02-06T17:28:49.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:49 smithi096 bash[35573]: cephadm 2024-02-06T17:28:47.978176+0000 mgr.x (mgr.34649) 23 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi096 2024-02-06T17:28:49.520 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:49 smithi096 bash[38906]: cluster 2024-02-06T17:28:47.797599+0000 mgr.x (mgr.34649) 21 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:49.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:49 smithi096 bash[38906]: cephadm 2024-02-06T17:28:47.967488+0000 mgr.x (mgr.34649) 22 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-02-06T17:28:49.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:49 smithi096 bash[38906]: cephadm 2024-02-06T17:28:47.978176+0000 mgr.x (mgr.34649) 23 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi096 2024-02-06T17:28:51.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:51 smithi102 bash[35648]: cluster 2024-02-06T17:28:49.798543+0000 mgr.x (mgr.34649) 24 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:51.519 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:51 smithi096 bash[35573]: cluster 2024-02-06T17:28:49.798543+0000 mgr.x (mgr.34649) 24 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:51.520 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:51 smithi096 bash[38906]: cluster 2024-02-06T17:28:49.798543+0000 mgr.x (mgr.34649) 24 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:53.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:53 smithi096 bash[35573]: cluster 2024-02-06T17:28:51.799035+0000 mgr.x (mgr.34649) 25 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:53.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:53 smithi096 bash[38906]: cluster 2024-02-06T17:28:51.799035+0000 mgr.x (mgr.34649) 25 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:53.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:53 smithi102 bash[35648]: cluster 2024-02-06T17:28:51.799035+0000 mgr.x (mgr.34649) 25 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:54.838 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:54 smithi096 bash[35573]: cluster 2024-02-06T17:28:53.799730+0000 mgr.x (mgr.34649) 26 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:54.838 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:54 smithi096 bash[38906]: cluster 2024-02-06T17:28:53.799730+0000 mgr.x (mgr.34649) 26 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:55.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:54 smithi102 bash[35648]: cluster 2024-02-06T17:28:53.799730+0000 mgr.x (mgr.34649) 26 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:56.270 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:28:55 smithi096 systemd[1]: Stopping Ceph alertmanager.a for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:28:56.270 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:28:55 smithi096 bash[51068]: ts=2024-02-06T17:28:55.983Z caller=main.go:594 level=info msg="Received SIGTERM, exiting gracefully..." 2024-02-06T17:28:56.709 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:28:56 smithi096 podman[57931]: ceph-a15007fc-c513-11ee-95b6-87774f69a715-alertmanager.a 2024-02-06T17:28:57.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:56 smithi096 bash[38906]: cluster 2024-02-06T17:28:55.800158+0000 mgr.x (mgr.34649) 27 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:57.020 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:28:56 smithi096 systemd[1]: ceph-a15007fc-c513-11ee-95b6-87774f69a715@alertmanager.a.service: Succeeded. 2024-02-06T17:28:57.020 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:28:56 smithi096 systemd[1]: Stopped Ceph alertmanager.a for a15007fc-c513-11ee-95b6-87774f69a715. 2024-02-06T17:28:57.021 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:28:56 smithi096 systemd[1]: ceph-a15007fc-c513-11ee-95b6-87774f69a715@alertmanager.a.service: Found left-over process 51121 (conmon) in control group while starting unit. Ignoring. 2024-02-06T17:28:57.021 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:28:56 smithi096 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2024-02-06T17:28:57.021 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:28:56 smithi096 systemd[1]: ceph-a15007fc-c513-11ee-95b6-87774f69a715@alertmanager.a.service: Found left-over process 57951 (podman) in control group while starting unit. Ignoring. 2024-02-06T17:28:57.021 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:28:56 smithi096 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2024-02-06T17:28:57.021 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:28:56 smithi096 systemd[1]: Starting Ceph alertmanager.a for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:28:57.021 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:28:56 smithi096 podman[57969]: Error: no container with ID or name "ceph-a15007fc-c513-11ee-95b6-87774f69a715-alertmanager.a" found: no such container 2024-02-06T17:28:57.021 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:28:56 smithi096 systemd[1]: ceph-a15007fc-c513-11ee-95b6-87774f69a715@alertmanager.a.service: Found left-over process 51121 (conmon) in control group while starting unit. Ignoring. 2024-02-06T17:28:57.021 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:28:56 smithi096 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2024-02-06T17:28:57.021 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:28:56 smithi096 systemd[1]: ceph-a15007fc-c513-11ee-95b6-87774f69a715@alertmanager.a.service: Found left-over process 57951 (podman) in control group while starting unit. Ignoring. 2024-02-06T17:28:57.021 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:28:56 smithi096 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2024-02-06T17:28:57.021 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:28:56 smithi096 systemd[1]: Started Ceph alertmanager.a for a15007fc-c513-11ee-95b6-87774f69a715. 2024-02-06T17:28:57.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:56 smithi096 bash[35573]: cluster 2024-02-06T17:28:55.800158+0000 mgr.x (mgr.34649) 27 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:57.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:56 smithi096 bash[38906]: audit 2024-02-06T17:28:56.778544+0000 mon.b (mon.2) 118 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301465600, \"cpu_percentage\": \"3.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997255Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:18:14.691013Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:28:57.023 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:56 smithi096 bash[35573]: audit 2024-02-06T17:28:56.778544+0000 mon.b (mon.2) 118 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301465600, \"cpu_percentage\": \"3.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997255Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:18:14.691013Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:28:57.023 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:56 smithi096 bash[35573]: audit 2024-02-06T17:28:56.779300+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301465600, \"cpu_percentage\": \"3.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997255Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:18:14.691013Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:28:57.023 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:56 smithi096 bash[35573]: audit 2024-02-06T17:28:56.782858+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301465600, \"cpu_percentage\": \"3.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997255Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:18:14.691013Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}}"}]': finished 2024-02-06T17:28:57.023 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:56 smithi096 bash[35573]: audit 2024-02-06T17:28:56.784337+0000 mon.b (mon.2) 119 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T17:28:57.023 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:56 smithi096 bash[35573]: audit 2024-02-06T17:28:56.785183+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T17:28:57.023 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:56 smithi096 bash[35573]: audit 2024-02-06T17:28:56.785897+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:28:57.023 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:56 smithi096 bash[35573]: audit 2024-02-06T17:28:56.786956+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-02-06T17:28:57.024 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:56 smithi096 bash[38906]: audit 2024-02-06T17:28:56.779300+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301465600, \"cpu_percentage\": \"3.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997255Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:18:14.691013Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:28:57.024 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:56 smithi096 bash[38906]: audit 2024-02-06T17:28:56.782858+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301465600, \"cpu_percentage\": \"3.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997255Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:18:14.691013Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}}"}]': finished 2024-02-06T17:28:57.024 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:56 smithi096 bash[38906]: audit 2024-02-06T17:28:56.784337+0000 mon.b (mon.2) 119 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T17:28:57.024 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:56 smithi096 bash[38906]: audit 2024-02-06T17:28:56.785183+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T17:28:57.024 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:56 smithi096 bash[38906]: audit 2024-02-06T17:28:56.785897+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:28:57.024 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:56 smithi096 bash[38906]: audit 2024-02-06T17:28:56.786956+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-02-06T17:28:57.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:56 smithi102 bash[35648]: cluster 2024-02-06T17:28:55.800158+0000 mgr.x (mgr.34649) 27 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:57.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:56 smithi102 bash[35648]: audit 2024-02-06T17:28:56.778544+0000 mon.b (mon.2) 118 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301465600, \"cpu_percentage\": \"3.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997255Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:18:14.691013Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:28:57.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:56 smithi102 bash[35648]: audit 2024-02-06T17:28:56.779300+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301465600, \"cpu_percentage\": \"3.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997255Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:18:14.691013Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:28:57.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:56 smithi102 bash[35648]: audit 2024-02-06T17:28:56.782858+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"666a5b2074dd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301465600, \"cpu_percentage\": \"3.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997255Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:18:14.691013Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:07.478684Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}}"}]': finished 2024-02-06T17:28:57.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:56 smithi102 bash[35648]: audit 2024-02-06T17:28:56.784337+0000 mon.b (mon.2) 119 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T17:28:57.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:56 smithi102 bash[35648]: audit 2024-02-06T17:28:56.785183+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T17:28:57.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:56 smithi102 bash[35648]: audit 2024-02-06T17:28:56.785897+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:28:57.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:56 smithi102 bash[35648]: audit 2024-02-06T17:28:56.786956+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-02-06T17:28:57.770 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:28:57 smithi096 bash[57982]: ts=2024-02-06T17:28:57.300Z caller=main.go:245 level=info msg="Starting Alertmanager" version="(version=0.26.0, branch=HEAD, revision=d7b4f0c7322e7151d6e3b1e31cbc15361e295d8d)" 2024-02-06T17:28:57.770 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:28:57 smithi096 bash[57982]: ts=2024-02-06T17:28:57.300Z 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-02-06T17:28:57.770 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:28:57 smithi096 bash[57982]: ts=2024-02-06T17:28:57.300Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.96 port=9094 2024-02-06T17:28:57.771 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:28:57 smithi096 bash[57982]: ts=2024-02-06T17:28:57.302Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-02-06T17:28:57.771 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:28:57 smithi096 bash[57982]: ts=2024-02-06T17:28:57.324Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-02-06T17:28:57.771 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:28:57 smithi096 bash[57982]: ts=2024-02-06T17:28:57.324Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-02-06T17:28:57.771 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:28:57 smithi096 bash[57982]: ts=2024-02-06T17:28:57.326Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9093 2024-02-06T17:28:57.771 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:28:57 smithi096 bash[57982]: ts=2024-02-06T17:28:57.326Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-02-06T17:28:58.160 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:57 smithi102 bash[35648]: cephadm 2024-02-06T17:28:56.784051+0000 mgr.x (mgr.34649) 28 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-02-06T17:28:58.160 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:57 smithi102 bash[35648]: cephadm 2024-02-06T17:28:56.786553+0000 mgr.x (mgr.34649) 29 : cephadm [INF] Reconfiguring daemon mon.b on smithi102 2024-02-06T17:28:58.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:57 smithi096 bash[35573]: cephadm 2024-02-06T17:28:56.784051+0000 mgr.x (mgr.34649) 28 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-02-06T17:28:58.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:57 smithi096 bash[35573]: cephadm 2024-02-06T17:28:56.786553+0000 mgr.x (mgr.34649) 29 : cephadm [INF] Reconfiguring daemon mon.b on smithi102 2024-02-06T17:28:58.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:57 smithi096 bash[38906]: cephadm 2024-02-06T17:28:56.784051+0000 mgr.x (mgr.34649) 28 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-02-06T17:28:58.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:57 smithi096 bash[38906]: cephadm 2024-02-06T17:28:56.786553+0000 mgr.x (mgr.34649) 29 : cephadm [INF] Reconfiguring daemon mon.b on smithi102 2024-02-06T17:28:59.172 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:58 smithi096 bash[38906]: cluster 2024-02-06T17:28:57.800581+0000 mgr.x (mgr.34649) 30 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:59.172 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:58 smithi096 bash[35573]: cluster 2024-02-06T17:28:57.800581+0000 mgr.x (mgr.34649) 30 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:59.173 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:58 smithi096 bash[38906]: audit 2024-02-06T17:28:58.195699+0000 mon.b (mon.2) 123 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 97108623, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707164Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 432223027, \"cpu_percentage\": \"28.48%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707308Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707378Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45088768, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707456Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42058383, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707515Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48150609, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707574Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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\": 27745320, \"cpu_percentage\": \"0.22%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707633Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:24:12.594715Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13537116, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707691Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 29402071, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707749Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35064381, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707806Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:44.707911Z\", \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:19:19.101666Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-06T17:28:59.173 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:58 smithi096 bash[35573]: audit 2024-02-06T17:28:58.195699+0000 mon.b (mon.2) 123 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 97108623, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707164Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 432223027, \"cpu_percentage\": \"28.48%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707308Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707378Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45088768, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707456Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42058383, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707515Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48150609, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707574Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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\": 27745320, \"cpu_percentage\": \"0.22%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707633Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:24:12.594715Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13537116, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707691Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 29402071, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707749Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35064381, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707806Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:44.707911Z\", \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:19:19.101666Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-06T17:28:59.174 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:58 smithi096 bash[38906]: audit 2024-02-06T17:28:58.196687+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 97108623, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707164Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 432223027, \"cpu_percentage\": \"28.48%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707308Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707378Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45088768, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707456Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42058383, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707515Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48150609, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707574Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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\": 27745320, \"cpu_percentage\": \"0.22%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707633Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:24:12.594715Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13537116, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707691Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 29402071, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707749Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35064381, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707806Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:44.707911Z\", \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:19:19.101666Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-06T17:28:59.174 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:58 smithi096 bash[38906]: audit 2024-02-06T17:28:58.199928+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 97108623, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707164Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 432223027, \"cpu_percentage\": \"28.48%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707308Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707378Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45088768, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707456Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42058383, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707515Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48150609, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707574Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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\": 27745320, \"cpu_percentage\": \"0.22%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707633Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:24:12.594715Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13537116, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707691Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 29402071, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707749Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35064381, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707806Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:44.707911Z\", \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:19:19.101666Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-06T17:28:59.174 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:58 smithi096 bash[38906]: cephadm 2024-02-06T17:28:58.203049+0000 mgr.x (mgr.34649) 31 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-02-06T17:28:59.174 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:28:58 smithi096 bash[38906]: cephadm 2024-02-06T17:28:58.210215+0000 mgr.x (mgr.34649) 32 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi102 2024-02-06T17:28:59.174 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:58 smithi096 bash[35573]: audit 2024-02-06T17:28:58.196687+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 97108623, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707164Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 432223027, \"cpu_percentage\": \"28.48%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707308Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707378Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45088768, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707456Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42058383, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707515Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48150609, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707574Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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\": 27745320, \"cpu_percentage\": \"0.22%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707633Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:24:12.594715Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13537116, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707691Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 29402071, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707749Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35064381, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707806Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:44.707911Z\", \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:19:19.101666Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-06T17:28:59.174 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:58 smithi096 bash[35573]: audit 2024-02-06T17:28:58.199928+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 97108623, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707164Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 432223027, \"cpu_percentage\": \"28.48%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707308Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707378Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45088768, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707456Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42058383, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707515Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48150609, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707574Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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\": 27745320, \"cpu_percentage\": \"0.22%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707633Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:24:12.594715Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13537116, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707691Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 29402071, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707749Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35064381, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707806Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:44.707911Z\", \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:19:19.101666Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-06T17:28:59.174 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:58 smithi096 bash[35573]: cephadm 2024-02-06T17:28:58.203049+0000 mgr.x (mgr.34649) 31 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-02-06T17:28:59.174 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:28:58 smithi096 bash[35573]: cephadm 2024-02-06T17:28:58.210215+0000 mgr.x (mgr.34649) 32 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi102 2024-02-06T17:28:59.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:58 smithi102 bash[35648]: cluster 2024-02-06T17:28:57.800581+0000 mgr.x (mgr.34649) 30 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:28:59.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:58 smithi102 bash[35648]: audit 2024-02-06T17:28:58.195699+0000 mon.b (mon.2) 123 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 97108623, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707164Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 432223027, \"cpu_percentage\": \"28.48%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707308Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707378Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45088768, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707456Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42058383, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707515Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48150609, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707574Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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\": 27745320, \"cpu_percentage\": \"0.22%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707633Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:24:12.594715Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13537116, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707691Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 29402071, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707749Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35064381, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707806Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:44.707911Z\", \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:19:19.101666Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-06T17:28:59.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:58 smithi102 bash[35648]: audit 2024-02-06T17:28:58.196687+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 97108623, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707164Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 432223027, \"cpu_percentage\": \"28.48%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707308Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707378Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45088768, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707456Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42058383, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707515Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48150609, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707574Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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\": 27745320, \"cpu_percentage\": \"0.22%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707633Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:24:12.594715Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13537116, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707691Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 29402071, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707749Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35064381, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707806Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:44.707911Z\", \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:19:19.101666Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-06T17:28:59.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:58 smithi102 bash[35648]: audit 2024-02-06T17:28:58.199928+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 97108623, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707164Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 432223027, \"cpu_percentage\": \"28.48%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707308Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707378Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45088768, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707456Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42058383, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707515Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48150609, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707574Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"c9a595677ff3\", \"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\": 27745320, \"cpu_percentage\": \"0.22%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707633Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:24:12.594715Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13537116, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707691Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 29402071, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707749Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35064381, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707806Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:24:08.378192Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_daemon_update\": \"2024-02-06T17:28:44.707911Z\", \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:19:19.101666Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-06T17:28:59.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:58 smithi102 bash[35648]: cephadm 2024-02-06T17:28:58.203049+0000 mgr.x (mgr.34649) 31 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-02-06T17:28:59.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:28:58 smithi102 bash[35648]: cephadm 2024-02-06T17:28:58.210215+0000 mgr.x (mgr.34649) 32 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi102 2024-02-06T17:28:59.520 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:28:59 smithi096 bash[57982]: ts=2024-02-06T17:28:59.303Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000476819s 2024-02-06T17:29:01.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:00 smithi102 bash[35648]: cluster 2024-02-06T17:28:59.801128+0000 mgr.x (mgr.34649) 33 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:01.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:00 smithi096 bash[35573]: cluster 2024-02-06T17:28:59.801128+0000 mgr.x (mgr.34649) 33 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:01.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:00 smithi096 bash[38906]: cluster 2024-02-06T17:28:59.801128+0000 mgr.x (mgr.34649) 33 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:03.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:02 smithi102 bash[35648]: cluster 2024-02-06T17:29:01.801433+0000 mgr.x (mgr.34649) 34 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:03.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:02 smithi096 bash[35573]: cluster 2024-02-06T17:29:01.801433+0000 mgr.x (mgr.34649) 34 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:03.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:02 smithi096 bash[38906]: cluster 2024-02-06T17:29:01.801433+0000 mgr.x (mgr.34649) 34 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:05.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:04 smithi096 bash[35573]: cluster 2024-02-06T17:29:03.802038+0000 mgr.x (mgr.34649) 35 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:05.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:04 smithi096 bash[38906]: cluster 2024-02-06T17:29:03.802038+0000 mgr.x (mgr.34649) 35 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:05.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:04 smithi102 bash[35648]: cluster 2024-02-06T17:29:03.802038+0000 mgr.x (mgr.34649) 35 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:07.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:06 smithi102 bash[35648]: cluster 2024-02-06T17:29:05.802362+0000 mgr.x (mgr.34649) 36 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:07.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:06 smithi096 bash[35573]: cluster 2024-02-06T17:29:05.802362+0000 mgr.x (mgr.34649) 36 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:07.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:06 smithi096 bash[38906]: cluster 2024-02-06T17:29:05.802362+0000 mgr.x (mgr.34649) 36 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:07.769 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:29:07 smithi096 bash[57982]: ts=2024-02-06T17:29:07.305Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.002703148s 2024-02-06T17:29:09.136 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:08 smithi102 bash[35648]: cluster 2024-02-06T17:29:07.802834+0000 mgr.x (mgr.34649) 37 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:09.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:08 smithi096 bash[35573]: cluster 2024-02-06T17:29:07.802834+0000 mgr.x (mgr.34649) 37 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:09.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:08 smithi096 bash[38906]: cluster 2024-02-06T17:29:07.802834+0000 mgr.x (mgr.34649) 37 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:09.439 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:09 smithi102 systemd[1]: Stopping Ceph prometheus.a for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:29:09.440 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:09 smithi102 bash[46514]: ts=2024-02-06T17:29:09.286Z caller=main.go:874 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-02-06T17:29:09.440 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:09 smithi102 bash[46514]: ts=2024-02-06T17:29:09.286Z caller=main.go:898 level=info msg="Stopping scrape discovery manager..." 2024-02-06T17:29:09.440 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:09 smithi102 bash[46514]: ts=2024-02-06T17:29:09.286Z caller=main.go:912 level=info msg="Stopping notify discovery manager..." 2024-02-06T17:29:09.440 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:09 smithi102 bash[46514]: ts=2024-02-06T17:29:09.286Z caller=manager.go:160 level=info component="rule manager" msg="Stopping rule manager..." 2024-02-06T17:29:09.440 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:09 smithi102 bash[46514]: ts=2024-02-06T17:29:09.286Z caller=manager.go:170 level=info component="rule manager" msg="Rule manager stopped" 2024-02-06T17:29:09.440 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:09 smithi102 bash[46514]: ts=2024-02-06T17:29:09.286Z caller=main.go:949 level=info msg="Stopping scrape manager..." 2024-02-06T17:29:09.440 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:09 smithi102 bash[46514]: ts=2024-02-06T17:29:09.286Z caller=main.go:894 level=info msg="Scrape discovery manager stopped" 2024-02-06T17:29:09.440 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:09 smithi102 bash[46514]: ts=2024-02-06T17:29:09.286Z caller=main.go:908 level=info msg="Notify discovery manager stopped" 2024-02-06T17:29:09.440 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:09 smithi102 bash[46514]: ts=2024-02-06T17:29:09.287Z caller=main.go:941 level=info msg="Scrape manager stopped" 2024-02-06T17:29:09.440 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:09 smithi102 bash[46514]: ts=2024-02-06T17:29:09.288Z caller=notifier.go:604 level=info component=notifier msg="Stopping notification manager..." 2024-02-06T17:29:09.440 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:09 smithi102 bash[46514]: ts=2024-02-06T17:29:09.288Z caller=main.go:1171 level=info msg="Notifier manager stopped" 2024-02-06T17:29:09.441 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:09 smithi102 bash[46514]: ts=2024-02-06T17:29:09.288Z caller=main.go:1183 level=info msg="See you next time!" 2024-02-06T17:29:09.937 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:09 smithi102 podman[51028]: ceph-a15007fc-c513-11ee-95b6-87774f69a715-prometheus.a 2024-02-06T17:29:10.189 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:09 smithi102 systemd[1]: ceph-a15007fc-c513-11ee-95b6-87774f69a715@prometheus.a.service: Succeeded. 2024-02-06T17:29:10.190 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:09 smithi102 systemd[1]: Stopped Ceph prometheus.a for a15007fc-c513-11ee-95b6-87774f69a715. 2024-02-06T17:29:10.190 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:09 smithi102 systemd[1]: ceph-a15007fc-c513-11ee-95b6-87774f69a715@prometheus.a.service: Found left-over process 46528 (conmon) in control group while starting unit. Ignoring. 2024-02-06T17:29:10.190 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:09 smithi102 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2024-02-06T17:29:10.190 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:09 smithi102 systemd[1]: ceph-a15007fc-c513-11ee-95b6-87774f69a715@prometheus.a.service: Found left-over process 51048 (podman) in control group while starting unit. Ignoring. 2024-02-06T17:29:10.190 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:09 smithi102 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2024-02-06T17:29:10.190 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:09 smithi102 systemd[1]: Starting Ceph prometheus.a for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:29:10.190 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:09 smithi102 podman[51067]: Error: no container with ID or name "ceph-a15007fc-c513-11ee-95b6-87774f69a715-prometheus.a" found: no such container 2024-02-06T17:29:10.190 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:09 smithi102 systemd[1]: ceph-a15007fc-c513-11ee-95b6-87774f69a715@prometheus.a.service: Found left-over process 46528 (conmon) in control group while starting unit. Ignoring. 2024-02-06T17:29:10.190 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:09 smithi102 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2024-02-06T17:29:10.190 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:09 smithi102 systemd[1]: ceph-a15007fc-c513-11ee-95b6-87774f69a715@prometheus.a.service: Found left-over process 51048 (podman) in control group while starting unit. Ignoring. 2024-02-06T17:29:10.190 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:09 smithi102 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2024-02-06T17:29:10.190 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:09 smithi102 systemd[1]: Started Ceph prometheus.a for a15007fc-c513-11ee-95b6-87774f69a715. 2024-02-06T17:29:10.870 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[51082]: ts=2024-02-06T17:29:10.506Z caller=main.go:544 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-02-06T17:29:10.870 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[51082]: ts=2024-02-06T17:29:10.506Z caller=main.go:588 level=info msg="Starting Prometheus Server" mode=server version="(version=2.49.1, branch=HEAD, revision=43e14844a33b65e2a396e3944272af8b3a494071)" 2024-02-06T17:29:10.870 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[51082]: ts=2024-02-06T17:29:10.506Z 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-02-06T17:29:10.870 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[51082]: ts=2024-02-06T17:29:10.506Z caller=main.go:594 level=info host_details="(Linux 4.18.0-536.el8.x86_64 #1 SMP Thu Jan 18 15:15:29 UTC 2024 x86_64 smithi102 (none))" 2024-02-06T17:29:10.870 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[51082]: ts=2024-02-06T17:29:10.506Z caller=main.go:595 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-02-06T17:29:10.870 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[51082]: ts=2024-02-06T17:29:10.506Z caller=main.go:596 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-02-06T17:29:10.870 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[51082]: ts=2024-02-06T17:29:10.508Z caller=web.go:565 level=info component=web msg="Start listening for connections" address=:9095 2024-02-06T17:29:10.870 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[51082]: ts=2024-02-06T17:29:10.508Z caller=main.go:1039 level=info msg="Starting TSDB ..." 2024-02-06T17:29:10.871 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[51082]: ts=2024-02-06T17:29:10.509Z caller=tls_config.go:274 level=info component=web msg="Listening on" address=[::]:9095 2024-02-06T17:29:10.871 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[51082]: ts=2024-02-06T17:29:10.509Z caller=tls_config.go:277 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-02-06T17:29:10.871 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[51082]: ts=2024-02-06T17:29:10.512Z caller=head.go:606 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-02-06T17:29:10.871 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[51082]: ts=2024-02-06T17:29:10.512Z caller=head.go:687 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.612µs 2024-02-06T17:29:10.871 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[51082]: ts=2024-02-06T17:29:10.512Z caller=head.go:695 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-02-06T17:29:10.871 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[51082]: ts=2024-02-06T17:29:10.512Z caller=head.go:766 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2024-02-06T17:29:10.871 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[51082]: ts=2024-02-06T17:29:10.522Z caller=head.go:766 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2024-02-06T17:29:10.871 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[51082]: ts=2024-02-06T17:29:10.522Z caller=head.go:766 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2024-02-06T17:29:10.871 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[51082]: ts=2024-02-06T17:29:10.522Z caller=head.go:803 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=26.494µs wal_replay_duration=9.73074ms wbl_replay_duration=179ns total_replay_duration=9.77816ms 2024-02-06T17:29:10.871 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[51082]: ts=2024-02-06T17:29:10.524Z caller=main.go:1060 level=info fs_type=XFS_SUPER_MAGIC 2024-02-06T17:29:10.871 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[51082]: ts=2024-02-06T17:29:10.524Z caller=main.go:1063 level=info msg="TSDB started" 2024-02-06T17:29:10.871 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[51082]: ts=2024-02-06T17:29:10.524Z caller=main.go:1245 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-02-06T17:29:10.871 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[51082]: ts=2024-02-06T17:29:10.536Z caller=main.go:1282 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=11.552988ms db_storage=737ns remote_storage=1.021µs web_handler=358ns query_engine=727ns scrape=350.556µs scrape_sd=28.694µs notify=16.637µs notify_sd=4.991µs rules=10.936096ms tracing=5.486µs 2024-02-06T17:29:10.871 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[51082]: ts=2024-02-06T17:29:10.536Z caller=main.go:1024 level=info msg="Server is ready to receive web requests." 2024-02-06T17:29:10.872 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[51082]: ts=2024-02-06T17:29:10.536Z caller=manager.go:146 level=info component="rule manager" msg="Starting rule manager..." 2024-02-06T17:29:10.880 INFO:teuthology.orchestra.run.smithi096.stdout:true 2024-02-06T17:29:11.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[35648]: cluster 2024-02-06T17:29:09.803526+0000 mgr.x (mgr.34649) 38 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:11.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[35648]: audit 2024-02-06T17:29:10.006273+0000 mon.b (mon.2) 124 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 97108623, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707164Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 432223027, \"cpu_percentage\": \"28.48%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:28:44.707308Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707378Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45088768, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707456Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42058383, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707515Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48150609, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707574Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13537116, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707691Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 29402071, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707749Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35064381, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707806Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:19:19.101666Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:29:11.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[35648]: audit 2024-02-06T17:29:10.007044+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 97108623, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707164Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 432223027, \"cpu_percentage\": \"28.48%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:28:44.707308Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707378Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45088768, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707456Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42058383, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707515Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48150609, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707574Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13537116, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707691Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 29402071, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707749Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35064381, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707806Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:19:19.101666Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:29:11.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[35648]: audit 2024-02-06T17:29:10.012488+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 97108623, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707164Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 432223027, \"cpu_percentage\": \"28.48%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:28:44.707308Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707378Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45088768, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707456Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42058383, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707515Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48150609, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707574Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13537116, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707691Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 29402071, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707749Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35064381, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707806Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:19:19.101666Z\", \"last_client_files\": {}}"}]': finished 2024-02-06T17:29:11.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[35648]: audit 2024-02-06T17:29:10.016054+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-06T17:29:11.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[35648]: audit 2024-02-06T17:29:10.016515+0000 mgr.x (mgr.34649) 39 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-06T17:29:11.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[35648]: audit 2024-02-06T17:29:10.017328+0000 mon.b (mon.2) 126 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi096.front.sepia.ceph.com:9093"}]: dispatch 2024-02-06T17:29:11.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[35648]: audit 2024-02-06T17:29:10.017572+0000 mgr.x (mgr.34649) 40 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi096.front.sepia.ceph.com:9093"}]: dispatch 2024-02-06T17:29:11.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[35648]: audit 2024-02-06T17:29:10.017789+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi096.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-02-06T17:29:11.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[35648]: audit 2024-02-06T17:29:10.018386+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi096.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-02-06T17:29:11.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[35648]: audit 2024-02-06T17:29:10.024156+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi096.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2024-02-06T17:29:11.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[35648]: audit 2024-02-06T17:29:10.029099+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-06T17:29:11.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[35648]: audit 2024-02-06T17:29:10.029664+0000 mgr.x (mgr.34649) 41 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-06T17:29:11.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[35648]: audit 2024-02-06T17:29:10.033060+0000 mon.b (mon.2) 129 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi102.front.sepia.ceph.com:9095"}]: dispatch 2024-02-06T17:29:11.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[35648]: audit 2024-02-06T17:29:10.033498+0000 mgr.x (mgr.34649) 42 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi102.front.sepia.ceph.com:9095"}]: dispatch 2024-02-06T17:29:11.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[35648]: audit 2024-02-06T17:29:10.033824+0000 mon.b (mon.2) 130 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi102.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-02-06T17:29:11.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[35648]: audit 2024-02-06T17:29:10.034296+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi102.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-02-06T17:29:11.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[35648]: audit 2024-02-06T17:29:10.040017+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi102.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2024-02-06T17:29:11.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:10 smithi102 bash[35648]: cephadm 2024-02-06T17:29:10.041880+0000 mgr.x (mgr.34649) 43 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943 2024-02-06T17:29:11.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:10 smithi096 bash[35573]: cluster 2024-02-06T17:29:09.803526+0000 mgr.x (mgr.34649) 38 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:11.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:10 smithi096 bash[38906]: cluster 2024-02-06T17:29:09.803526+0000 mgr.x (mgr.34649) 38 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:11.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:10 smithi096 bash[35573]: audit 2024-02-06T17:29:10.006273+0000 mon.b (mon.2) 124 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 97108623, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707164Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 432223027, \"cpu_percentage\": \"28.48%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:28:44.707308Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707378Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45088768, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707456Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42058383, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707515Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48150609, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707574Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13537116, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707691Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 29402071, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707749Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35064381, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707806Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:19:19.101666Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:29:11.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:10 smithi096 bash[38906]: audit 2024-02-06T17:29:10.006273+0000 mon.b (mon.2) 124 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 97108623, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707164Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 432223027, \"cpu_percentage\": \"28.48%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:28:44.707308Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707378Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45088768, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707456Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42058383, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707515Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48150609, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707574Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13537116, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707691Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 29402071, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707749Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35064381, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707806Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:19:19.101666Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:29:11.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:10 smithi096 bash[35573]: audit 2024-02-06T17:29:10.007044+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 97108623, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707164Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 432223027, \"cpu_percentage\": \"28.48%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:28:44.707308Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707378Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45088768, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707456Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42058383, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707515Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48150609, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707574Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13537116, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707691Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 29402071, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707749Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35064381, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707806Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:19:19.101666Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:29:11.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:10 smithi096 bash[38906]: audit 2024-02-06T17:29:10.007044+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 97108623, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707164Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 432223027, \"cpu_percentage\": \"28.48%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:28:44.707308Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707378Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45088768, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707456Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42058383, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707515Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48150609, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707574Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13537116, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707691Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 29402071, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707749Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35064381, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707806Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:19:19.101666Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:29:11.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:10 smithi096 bash[35573]: audit 2024-02-06T17:29:10.012488+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 97108623, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707164Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 432223027, \"cpu_percentage\": \"28.48%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:28:44.707308Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707378Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45088768, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707456Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42058383, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707515Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48150609, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707574Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13537116, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707691Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 29402071, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707749Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35064381, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707806Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:19:19.101666Z\", \"last_client_files\": {}}"}]': finished 2024-02-06T17:29:11.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:10 smithi096 bash[35573]: audit 2024-02-06T17:29:10.016054+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-06T17:29:11.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:10 smithi096 bash[35573]: audit 2024-02-06T17:29:10.016515+0000 mgr.x (mgr.34649) 39 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-06T17:29:11.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:10 smithi096 bash[35573]: audit 2024-02-06T17:29:10.017328+0000 mon.b (mon.2) 126 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi096.front.sepia.ceph.com:9093"}]: dispatch 2024-02-06T17:29:11.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:10 smithi096 bash[38906]: audit 2024-02-06T17:29:10.012488+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 97108623, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707164Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 432223027, \"cpu_percentage\": \"28.48%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:28:44.707308Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707378Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45088768, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707456Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42058383, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707515Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48150609, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707574Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13537116, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707691Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 29402071, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707749Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35064381, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707806Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:19:19.101666Z\", \"last_client_files\": {}}"}]': finished 2024-02-06T17:29:11.274 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:10 smithi096 bash[38906]: audit 2024-02-06T17:29:10.016054+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-06T17:29:11.274 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:10 smithi096 bash[38906]: audit 2024-02-06T17:29:10.016515+0000 mgr.x (mgr.34649) 39 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-06T17:29:11.274 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:10 smithi096 bash[38906]: audit 2024-02-06T17:29:10.017328+0000 mon.b (mon.2) 126 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi096.front.sepia.ceph.com:9093"}]: dispatch 2024-02-06T17:29:11.274 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:10 smithi096 bash[35573]: audit 2024-02-06T17:29:10.017572+0000 mgr.x (mgr.34649) 40 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi096.front.sepia.ceph.com:9093"}]: dispatch 2024-02-06T17:29:11.274 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:10 smithi096 bash[35573]: audit 2024-02-06T17:29:10.017789+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi096.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-02-06T17:29:11.274 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:10 smithi096 bash[35573]: audit 2024-02-06T17:29:10.018386+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi096.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-02-06T17:29:11.274 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:10 smithi096 bash[35573]: audit 2024-02-06T17:29:10.024156+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi096.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2024-02-06T17:29:11.274 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:10 smithi096 bash[35573]: audit 2024-02-06T17:29:10.029099+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-06T17:29:11.274 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:10 smithi096 bash[35573]: audit 2024-02-06T17:29:10.029664+0000 mgr.x (mgr.34649) 41 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-06T17:29:11.274 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:10 smithi096 bash[35573]: audit 2024-02-06T17:29:10.033060+0000 mon.b (mon.2) 129 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi102.front.sepia.ceph.com:9095"}]: dispatch 2024-02-06T17:29:11.274 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:10 smithi096 bash[35573]: audit 2024-02-06T17:29:10.033498+0000 mgr.x (mgr.34649) 42 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi102.front.sepia.ceph.com:9095"}]: dispatch 2024-02-06T17:29:11.275 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:10 smithi096 bash[35573]: audit 2024-02-06T17:29:10.033824+0000 mon.b (mon.2) 130 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi102.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-02-06T17:29:11.275 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:10 smithi096 bash[35573]: audit 2024-02-06T17:29:10.034296+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi102.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-02-06T17:29:11.275 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:10 smithi096 bash[35573]: audit 2024-02-06T17:29:10.040017+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi102.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2024-02-06T17:29:11.275 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:10 smithi096 bash[35573]: cephadm 2024-02-06T17:29:10.041880+0000 mgr.x (mgr.34649) 43 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943 2024-02-06T17:29:11.275 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:10 smithi096 bash[38906]: audit 2024-02-06T17:29:10.017572+0000 mgr.x (mgr.34649) 40 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi096.front.sepia.ceph.com:9093"}]: dispatch 2024-02-06T17:29:11.275 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:10 smithi096 bash[38906]: audit 2024-02-06T17:29:10.017789+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi096.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-02-06T17:29:11.275 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:10 smithi096 bash[38906]: audit 2024-02-06T17:29:10.018386+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi096.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-02-06T17:29:11.275 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:10 smithi096 bash[38906]: audit 2024-02-06T17:29:10.024156+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi096.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2024-02-06T17:29:11.275 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:10 smithi096 bash[38906]: audit 2024-02-06T17:29:10.029099+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-06T17:29:11.275 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:10 smithi096 bash[38906]: audit 2024-02-06T17:29:10.029664+0000 mgr.x (mgr.34649) 41 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-06T17:29:11.275 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:10 smithi096 bash[38906]: audit 2024-02-06T17:29:10.033060+0000 mon.b (mon.2) 129 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi102.front.sepia.ceph.com:9095"}]: dispatch 2024-02-06T17:29:11.275 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:10 smithi096 bash[38906]: audit 2024-02-06T17:29:10.033498+0000 mgr.x (mgr.34649) 42 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi102.front.sepia.ceph.com:9095"}]: dispatch 2024-02-06T17:29:11.276 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:10 smithi096 bash[38906]: audit 2024-02-06T17:29:10.033824+0000 mon.b (mon.2) 130 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi102.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-02-06T17:29:11.276 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:10 smithi096 bash[38906]: audit 2024-02-06T17:29:10.034296+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi102.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-02-06T17:29:11.276 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:10 smithi096 bash[38906]: audit 2024-02-06T17:29:10.040017+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi102.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2024-02-06T17:29:11.276 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:10 smithi096 bash[38906]: cephadm 2024-02-06T17:29:10.041880+0000 mgr.x (mgr.34649) 43 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943 2024-02-06T17:29:11.503 INFO:teuthology.orchestra.run.smithi096.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T17:29:11.503 INFO:teuthology.orchestra.run.smithi096.stdout:alertmanager.a smithi096 starting - - - - 2024-02-06T17:29:11.503 INFO:teuthology.orchestra.run.smithi096.stdout:grafana.a smithi102 running (5m) 26s ago 5m 28.0M - 6.6.2 87a51ecf0b1c 178e8fd2aeb6 2024-02-06T17:29:11.503 INFO:teuthology.orchestra.run.smithi096.stdout:mgr.x smithi102 running (56s) 26s ago 9m 412M - 16.2.14-512-gce0a401e 3dc0b58dc7ab e90882937ae8 2024-02-06T17:29:11.503 INFO:teuthology.orchestra.run.smithi096.stdout:mgr.y smithi096 running (10m) 28s ago 10m 287M - 15.2.0 204a01f9b0b6 666a5b2074dd 2024-02-06T17:29:11.503 INFO:teuthology.orchestra.run.smithi096.stdout:mon.a smithi096 running (10m) 28s ago 11m 76.0M 2048M 15.2.0 204a01f9b0b6 f371d96c0988 2024-02-06T17:29:11.503 INFO:teuthology.orchestra.run.smithi096.stdout:mon.b smithi102 running (9m) 26s ago 9m 92.6M 2048M 15.2.0 204a01f9b0b6 530c93dcf04b 2024-02-06T17:29:11.503 INFO:teuthology.orchestra.run.smithi096.stdout:mon.c smithi096 running (9m) 28s ago 9m 91.4M 2048M 15.2.0 204a01f9b0b6 a6875f0cd5c1 2024-02-06T17:29:11.504 INFO:teuthology.orchestra.run.smithi096.stdout:node-exporter.a smithi096 running (5m) 28s ago 6m 13.5M - 1.7.0 72c9c2088986 cc91c934b28c 2024-02-06T17:29:11.504 INFO:teuthology.orchestra.run.smithi096.stdout:node-exporter.b smithi102 running (5m) 26s ago 6m 12.9M - 1.7.0 72c9c2088986 0eea92309f1f 2024-02-06T17:29:11.504 INFO:teuthology.orchestra.run.smithi096.stdout:osd.0 smithi096 running (8m) 28s ago 8m 45.7M 4096M 15.2.0 204a01f9b0b6 cbb0a34dd70a 2024-02-06T17:29:11.504 INFO:teuthology.orchestra.run.smithi096.stdout:osd.1 smithi096 running (8m) 28s ago 8m 45.3M 4096M 15.2.0 204a01f9b0b6 56028a962ebc 2024-02-06T17:29:11.504 INFO:teuthology.orchestra.run.smithi096.stdout:osd.2 smithi096 running (8m) 28s ago 8m 41.3M 4096M 15.2.0 204a01f9b0b6 92b6ab272f33 2024-02-06T17:29:11.504 INFO:teuthology.orchestra.run.smithi096.stdout:osd.3 smithi096 running (7m) 28s ago 7m 44.0M 4096M 15.2.0 204a01f9b0b6 fe6f9f835cd5 2024-02-06T17:29:11.504 INFO:teuthology.orchestra.run.smithi096.stdout:osd.4 smithi102 running (7m) 26s ago 7m 42.9M 4096M 15.2.0 204a01f9b0b6 c417e6df90c5 2024-02-06T17:29:11.504 INFO:teuthology.orchestra.run.smithi096.stdout:osd.5 smithi102 running (7m) 26s ago 7m 43.0M 4096M 15.2.0 204a01f9b0b6 3b90a8ce2c0f 2024-02-06T17:29:11.504 INFO:teuthology.orchestra.run.smithi096.stdout:osd.6 smithi102 running (6m) 26s ago 6m 40.1M 4096M 15.2.0 204a01f9b0b6 945130e80629 2024-02-06T17:29:11.504 INFO:teuthology.orchestra.run.smithi096.stdout:osd.7 smithi102 running (6m) 26s ago 6m 45.9M 4096M 15.2.0 204a01f9b0b6 eee02def27df 2024-02-06T17:29:11.504 INFO:teuthology.orchestra.run.smithi096.stdout:prometheus.a smithi102 starting - - - - 2024-02-06T17:29:11.504 INFO:teuthology.orchestra.run.smithi096.stdout:rgw.r.z.smithi096.byanyc smithi096 running (4m) 28s ago 4m 33.0M - 15.2.0 204a01f9b0b6 6896d2e99a4d 2024-02-06T17:29:11.504 INFO:teuthology.orchestra.run.smithi096.stdout:rgw.r.z.smithi102.bnlttq smithi102 running (4m) 26s ago 4m 33.4M - 15.2.0 204a01f9b0b6 fb8ee4a760f1 2024-02-06T17:29:11.873 INFO:teuthology.orchestra.run.smithi096.stdout:{ 2024-02-06T17:29:11.873 INFO:teuthology.orchestra.run.smithi096.stdout: "mon": { 2024-02-06T17:29:11.873 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-02-06T17:29:11.873 INFO:teuthology.orchestra.run.smithi096.stdout: }, 2024-02-06T17:29:11.874 INFO:teuthology.orchestra.run.smithi096.stdout: "mgr": { 2024-02-06T17:29:11.874 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2024-02-06T17:29:11.874 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 1 2024-02-06T17:29:11.874 INFO:teuthology.orchestra.run.smithi096.stdout: }, 2024-02-06T17:29:11.874 INFO:teuthology.orchestra.run.smithi096.stdout: "osd": { 2024-02-06T17:29:11.874 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-02-06T17:29:11.874 INFO:teuthology.orchestra.run.smithi096.stdout: }, 2024-02-06T17:29:11.874 INFO:teuthology.orchestra.run.smithi096.stdout: "mds": {}, 2024-02-06T17:29:11.874 INFO:teuthology.orchestra.run.smithi096.stdout: "rgw": { 2024-02-06T17:29:11.874 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-02-06T17:29:11.874 INFO:teuthology.orchestra.run.smithi096.stdout: }, 2024-02-06T17:29:11.874 INFO:teuthology.orchestra.run.smithi096.stdout: "overall": { 2024-02-06T17:29:11.874 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2024-02-06T17:29:11.874 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 1 2024-02-06T17:29:11.875 INFO:teuthology.orchestra.run.smithi096.stdout: } 2024-02-06T17:29:11.875 INFO:teuthology.orchestra.run.smithi096.stdout:} 2024-02-06T17:29:12.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:11 smithi096 bash[35573]: audit 2024-02-06T17:29:10.867420+0000 mgr.x (mgr.34649) 44 : audit [DBG] from='client.14841 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:29:12.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:11 smithi096 bash[35573]: audit 2024-02-06T17:29:11.183446+0000 mgr.x (mgr.34649) 45 : audit [DBG] from='client.14847 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:29:12.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:11 smithi096 bash[35573]: audit 2024-02-06T17:29:11.490264+0000 mgr.x (mgr.34649) 46 : audit [DBG] from='client.14853 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:29:12.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:11 smithi096 bash[35573]: audit 2024-02-06T17:29:11.492226+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-02-06T17:29:12.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:11 smithi096 bash[35573]: audit 2024-02-06T17:29:11.492640+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-02-06T17:29:12.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:11 smithi096 bash[35573]: audit 2024-02-06T17:29:11.493012+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:12.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:11 smithi096 bash[35573]: audit 2024-02-06T17:29:11.493381+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:12.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:11 smithi096 bash[35573]: audit 2024-02-06T17:29:11.493744+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:12.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:11 smithi096 bash[35573]: audit 2024-02-06T17:29:11.494075+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:12.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:11 smithi096 bash[35573]: audit 2024-02-06T17:29:11.495913+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-02-06T17:29:12.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:11 smithi096 bash[35573]: audit 2024-02-06T17:29:11.496289+0000 mon.b (mon.2) 138 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:12.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:11 smithi096 bash[35573]: audit 2024-02-06T17:29:11.496659+0000 mon.b (mon.2) 139 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:12.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:11 smithi096 bash[35573]: audit 2024-02-06T17:29:11.496997+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:12.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:11 smithi096 bash[35573]: audit 2024-02-06T17:29:11.497361+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:12.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:11 smithi096 bash[38906]: audit 2024-02-06T17:29:10.867420+0000 mgr.x (mgr.34649) 44 : audit [DBG] from='client.14841 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:29:12.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:11 smithi096 bash[38906]: audit 2024-02-06T17:29:11.183446+0000 mgr.x (mgr.34649) 45 : audit [DBG] from='client.14847 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:29:12.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:11 smithi096 bash[38906]: audit 2024-02-06T17:29:11.490264+0000 mgr.x (mgr.34649) 46 : audit [DBG] from='client.14853 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:29:12.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:11 smithi096 bash[38906]: audit 2024-02-06T17:29:11.492226+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-02-06T17:29:12.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:11 smithi096 bash[38906]: audit 2024-02-06T17:29:11.492640+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-02-06T17:29:12.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:11 smithi096 bash[38906]: audit 2024-02-06T17:29:11.493012+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:12.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:11 smithi096 bash[38906]: audit 2024-02-06T17:29:11.493381+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:12.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:11 smithi096 bash[38906]: audit 2024-02-06T17:29:11.493744+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:12.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:11 smithi096 bash[38906]: audit 2024-02-06T17:29:11.494075+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:12.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:11 smithi096 bash[38906]: audit 2024-02-06T17:29:11.495913+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-02-06T17:29:12.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:11 smithi096 bash[38906]: audit 2024-02-06T17:29:11.496289+0000 mon.b (mon.2) 138 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:12.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:11 smithi096 bash[38906]: audit 2024-02-06T17:29:11.496659+0000 mon.b (mon.2) 139 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:12.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:11 smithi096 bash[38906]: audit 2024-02-06T17:29:11.496997+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:12.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:11 smithi096 bash[38906]: audit 2024-02-06T17:29:11.497361+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:12.187 INFO:teuthology.orchestra.run.smithi096.stdout:{ 2024-02-06T17:29:12.187 INFO:teuthology.orchestra.run.smithi096.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", 2024-02-06T17:29:12.187 INFO:teuthology.orchestra.run.smithi096.stdout: "in_progress": true, 2024-02-06T17:29:12.187 INFO:teuthology.orchestra.run.smithi096.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-06T17:29:12.187 INFO:teuthology.orchestra.run.smithi096.stdout: "services_complete": [], 2024-02-06T17:29:12.187 INFO:teuthology.orchestra.run.smithi096.stdout: "progress": "1/20 daemons upgraded", 2024-02-06T17:29:12.187 INFO:teuthology.orchestra.run.smithi096.stdout: "message": "Currently upgrading mgr daemons", 2024-02-06T17:29:12.187 INFO:teuthology.orchestra.run.smithi096.stdout: "is_paused": false 2024-02-06T17:29:12.187 INFO:teuthology.orchestra.run.smithi096.stdout:} 2024-02-06T17:29:12.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:11 smithi102 bash[35648]: audit 2024-02-06T17:29:10.867420+0000 mgr.x (mgr.34649) 44 : audit [DBG] from='client.14841 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:29:12.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:11 smithi102 bash[35648]: audit 2024-02-06T17:29:11.183446+0000 mgr.x (mgr.34649) 45 : audit [DBG] from='client.14847 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:29:12.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:11 smithi102 bash[35648]: audit 2024-02-06T17:29:11.490264+0000 mgr.x (mgr.34649) 46 : audit [DBG] from='client.14853 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:29:12.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:11 smithi102 bash[35648]: audit 2024-02-06T17:29:11.492226+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-02-06T17:29:12.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:11 smithi102 bash[35648]: audit 2024-02-06T17:29:11.492640+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-02-06T17:29:12.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:11 smithi102 bash[35648]: audit 2024-02-06T17:29:11.493012+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:12.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:11 smithi102 bash[35648]: audit 2024-02-06T17:29:11.493381+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:12.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:11 smithi102 bash[35648]: audit 2024-02-06T17:29:11.493744+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:12.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:11 smithi102 bash[35648]: audit 2024-02-06T17:29:11.494075+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:12.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:11 smithi102 bash[35648]: audit 2024-02-06T17:29:11.495913+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-02-06T17:29:12.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:11 smithi102 bash[35648]: audit 2024-02-06T17:29:11.496289+0000 mon.b (mon.2) 138 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:12.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:11 smithi102 bash[35648]: audit 2024-02-06T17:29:11.496659+0000 mon.b (mon.2) 139 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:12.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:11 smithi102 bash[35648]: audit 2024-02-06T17:29:11.496997+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:12.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:11 smithi102 bash[35648]: audit 2024-02-06T17:29:11.497361+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:13.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:12 smithi102 bash[35648]: cluster 2024-02-06T17:29:11.804056+0000 mgr.x (mgr.34649) 47 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:13.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:12 smithi102 bash[35648]: audit 2024-02-06T17:29:11.873263+0000 mon.c (mon.1) 30 : audit [DBG] from='client.? 172.21.15.96:0/2615490112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:29:13.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:12 smithi102 bash[35648]: audit 2024-02-06T17:29:12.108109+0000 mon.b (mon.2) 142 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"progress_id\": \"79b35dc9-3415-4a96-9fea-74c94bfdbdb2\", \"target_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"target_version\": \"16.2.14-512-gce0a401e\", \"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-02-06T17:29:13.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:12 smithi102 bash[35648]: audit 2024-02-06T17:29:12.108608+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"progress_id\": \"79b35dc9-3415-4a96-9fea-74c94bfdbdb2\", \"target_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"target_version\": \"16.2.14-512-gce0a401e\", \"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-02-06T17:29:13.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:12 smithi102 bash[35648]: audit 2024-02-06T17:29:12.111847+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"progress_id\": \"79b35dc9-3415-4a96-9fea-74c94bfdbdb2\", \"target_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"target_version\": \"16.2.14-512-gce0a401e\", \"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-02-06T17:29:13.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:12 smithi102 bash[35648]: cephadm 2024-02-06T17:29:12.112897+0000 mgr.x (mgr.34649) 48 : cephadm [INF] Upgrade: Target is version 16.2.14-512-gce0a401e (pacific) 2024-02-06T17:29:13.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:12 smithi102 bash[35648]: cephadm 2024-02-06T17:29:12.112979+0000 mgr.x (mgr.34649) 49 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995'] 2024-02-06T17:29:13.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:12 smithi102 bash[35648]: audit 2024-02-06T17:29:12.113961+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:29:13.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:12 smithi102 bash[35648]: audit 2024-02-06T17:29:12.115040+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-06T17:29:13.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:12 smithi102 bash[35648]: audit 2024-02-06T17:29:12.115421+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-06T17:29:13.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:12 smithi102 bash[35648]: audit 2024-02-06T17:29:12.118989+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-02-06T17:29:13.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:12 smithi102 bash[35648]: cephadm 2024-02-06T17:29:12.120407+0000 mgr.x (mgr.34649) 50 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-02-06T17:29:13.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:12 smithi102 bash[35648]: cephadm 2024-02-06T17:29:12.120904+0000 mgr.x (mgr.34649) 51 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-02-06T17:29:13.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:12 smithi102 bash[35648]: audit 2024-02-06T17:29:12.186271+0000 mgr.x (mgr.34649) 52 : audit [DBG] from='client.24775 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:29:13.226 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:12 smithi096 bash[35573]: cluster 2024-02-06T17:29:11.804056+0000 mgr.x (mgr.34649) 47 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:13.226 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:12 smithi096 bash[35573]: audit 2024-02-06T17:29:11.873263+0000 mon.c (mon.1) 30 : audit [DBG] from='client.? 172.21.15.96:0/2615490112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:29:13.226 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:12 smithi096 bash[35573]: audit 2024-02-06T17:29:12.108109+0000 mon.b (mon.2) 142 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"progress_id\": \"79b35dc9-3415-4a96-9fea-74c94bfdbdb2\", \"target_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"target_version\": \"16.2.14-512-gce0a401e\", \"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-02-06T17:29:13.226 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:12 smithi096 bash[35573]: audit 2024-02-06T17:29:12.108608+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"progress_id\": \"79b35dc9-3415-4a96-9fea-74c94bfdbdb2\", \"target_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"target_version\": \"16.2.14-512-gce0a401e\", \"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-02-06T17:29:13.226 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:12 smithi096 bash[35573]: audit 2024-02-06T17:29:12.111847+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"progress_id\": \"79b35dc9-3415-4a96-9fea-74c94bfdbdb2\", \"target_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"target_version\": \"16.2.14-512-gce0a401e\", \"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-02-06T17:29:13.226 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:12 smithi096 bash[35573]: cephadm 2024-02-06T17:29:12.112897+0000 mgr.x (mgr.34649) 48 : cephadm [INF] Upgrade: Target is version 16.2.14-512-gce0a401e (pacific) 2024-02-06T17:29:13.226 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:12 smithi096 bash[35573]: cephadm 2024-02-06T17:29:12.112979+0000 mgr.x (mgr.34649) 49 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995'] 2024-02-06T17:29:13.226 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:12 smithi096 bash[35573]: audit 2024-02-06T17:29:12.113961+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:29:13.226 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:12 smithi096 bash[35573]: audit 2024-02-06T17:29:12.115040+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-06T17:29:13.226 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:12 smithi096 bash[35573]: audit 2024-02-06T17:29:12.115421+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-06T17:29:13.226 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:12 smithi096 bash[35573]: audit 2024-02-06T17:29:12.118989+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-02-06T17:29:13.226 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:12 smithi096 bash[35573]: cephadm 2024-02-06T17:29:12.120407+0000 mgr.x (mgr.34649) 50 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-02-06T17:29:13.226 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:12 smithi096 bash[35573]: cephadm 2024-02-06T17:29:12.120904+0000 mgr.x (mgr.34649) 51 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-02-06T17:29:13.227 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:12 smithi096 bash[35573]: audit 2024-02-06T17:29:12.186271+0000 mgr.x (mgr.34649) 52 : audit [DBG] from='client.24775 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:29:13.227 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:12 smithi096 bash[38906]: cluster 2024-02-06T17:29:11.804056+0000 mgr.x (mgr.34649) 47 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:13.227 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:12 smithi096 bash[38906]: audit 2024-02-06T17:29:11.873263+0000 mon.c (mon.1) 30 : audit [DBG] from='client.? 172.21.15.96:0/2615490112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:29:13.227 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:12 smithi096 bash[38906]: audit 2024-02-06T17:29:12.108109+0000 mon.b (mon.2) 142 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"progress_id\": \"79b35dc9-3415-4a96-9fea-74c94bfdbdb2\", \"target_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"target_version\": \"16.2.14-512-gce0a401e\", \"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-02-06T17:29:13.227 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:12 smithi096 bash[38906]: audit 2024-02-06T17:29:12.108608+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"progress_id\": \"79b35dc9-3415-4a96-9fea-74c94bfdbdb2\", \"target_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"target_version\": \"16.2.14-512-gce0a401e\", \"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-02-06T17:29:13.227 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:12 smithi096 bash[38906]: audit 2024-02-06T17:29:12.111847+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"progress_id\": \"79b35dc9-3415-4a96-9fea-74c94bfdbdb2\", \"target_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"target_version\": \"16.2.14-512-gce0a401e\", \"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-02-06T17:29:13.227 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:12 smithi096 bash[38906]: cephadm 2024-02-06T17:29:12.112897+0000 mgr.x (mgr.34649) 48 : cephadm [INF] Upgrade: Target is version 16.2.14-512-gce0a401e (pacific) 2024-02-06T17:29:13.227 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:12 smithi096 bash[38906]: cephadm 2024-02-06T17:29:12.112979+0000 mgr.x (mgr.34649) 49 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995, digests ['quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995'] 2024-02-06T17:29:13.227 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:12 smithi096 bash[38906]: audit 2024-02-06T17:29:12.113961+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:29:13.227 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:12 smithi096 bash[38906]: audit 2024-02-06T17:29:12.115040+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-06T17:29:13.227 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:12 smithi096 bash[38906]: audit 2024-02-06T17:29:12.115421+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-06T17:29:13.227 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:12 smithi096 bash[38906]: audit 2024-02-06T17:29:12.118989+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-02-06T17:29:13.228 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:12 smithi096 bash[38906]: cephadm 2024-02-06T17:29:12.120407+0000 mgr.x (mgr.34649) 50 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-02-06T17:29:13.228 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:12 smithi096 bash[38906]: cephadm 2024-02-06T17:29:12.120904+0000 mgr.x (mgr.34649) 51 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-02-06T17:29:13.228 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:12 smithi096 bash[38906]: audit 2024-02-06T17:29:12.186271+0000 mgr.x (mgr.34649) 52 : audit [DBG] from='client.24775 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:29:14.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:13 smithi096 bash[35573]: audit 2024-02-06T17:29:13.691443+0000 mon.b (mon.2) 145 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", "who": "mgr.y"}]: dispatch 2024-02-06T17:29:14.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:13 smithi096 bash[35573]: audit 2024-02-06T17:29:13.692197+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", "who": "mgr.y"}]: dispatch 2024-02-06T17:29:14.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:13 smithi096 bash[35573]: audit 2024-02-06T17:29:13.695709+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", "who": "mgr.y"}]': finished 2024-02-06T17:29:14.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:13 smithi096 bash[35573]: audit 2024-02-06T17:29:13.697424+0000 mon.b (mon.2) 146 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-06T17:29:14.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:13 smithi096 bash[35573]: audit 2024-02-06T17:29:13.698648+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-06T17:29:14.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:13 smithi096 bash[35573]: audit 2024-02-06T17:29:13.703669+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-06T17:29:14.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:13 smithi096 bash[35573]: audit 2024-02-06T17:29:13.704504+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:29:14.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:13 smithi096 bash[35573]: audit 2024-02-06T17:29:13.705671+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-02-06T17:29:14.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:13 smithi096 bash[38906]: audit 2024-02-06T17:29:13.691443+0000 mon.b (mon.2) 145 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", "who": "mgr.y"}]: dispatch 2024-02-06T17:29:14.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:13 smithi096 bash[38906]: audit 2024-02-06T17:29:13.692197+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", "who": "mgr.y"}]: dispatch 2024-02-06T17:29:14.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:13 smithi096 bash[38906]: audit 2024-02-06T17:29:13.695709+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", "who": "mgr.y"}]': finished 2024-02-06T17:29:14.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:13 smithi096 bash[38906]: audit 2024-02-06T17:29:13.697424+0000 mon.b (mon.2) 146 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-06T17:29:14.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:13 smithi096 bash[38906]: audit 2024-02-06T17:29:13.698648+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-06T17:29:14.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:13 smithi096 bash[38906]: audit 2024-02-06T17:29:13.703669+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-06T17:29:14.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:13 smithi096 bash[38906]: audit 2024-02-06T17:29:13.704504+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:29:14.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:13 smithi096 bash[38906]: audit 2024-02-06T17:29:13.705671+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-02-06T17:29:14.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:13 smithi102 bash[35648]: audit 2024-02-06T17:29:13.691443+0000 mon.b (mon.2) 145 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", "who": "mgr.y"}]: dispatch 2024-02-06T17:29:14.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:13 smithi102 bash[35648]: audit 2024-02-06T17:29:13.692197+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", "who": "mgr.y"}]: dispatch 2024-02-06T17:29:14.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:13 smithi102 bash[35648]: audit 2024-02-06T17:29:13.695709+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", "who": "mgr.y"}]': finished 2024-02-06T17:29:14.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:13 smithi102 bash[35648]: audit 2024-02-06T17:29:13.697424+0000 mon.b (mon.2) 146 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-06T17:29:14.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:13 smithi102 bash[35648]: audit 2024-02-06T17:29:13.698648+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-06T17:29:14.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:13 smithi102 bash[35648]: audit 2024-02-06T17:29:13.703669+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-06T17:29:14.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:13 smithi102 bash[35648]: audit 2024-02-06T17:29:13.704504+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:29:14.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:13 smithi102 bash[35648]: audit 2024-02-06T17:29:13.705671+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-02-06T17:29:15.147 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:14 smithi096 bash[38906]: cephadm 2024-02-06T17:29:13.690930+0000 mgr.x (mgr.34649) 53 : cephadm [INF] Upgrade: Updating mgr.y 2024-02-06T17:29:15.147 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:14 smithi096 bash[38906]: cephadm 2024-02-06T17:29:13.705225+0000 mgr.x (mgr.34649) 54 : cephadm [INF] Deploying daemon mgr.y on smithi096 2024-02-06T17:29:15.147 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:14 smithi096 bash[38906]: cluster 2024-02-06T17:29:13.804779+0000 mgr.x (mgr.34649) 55 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:15.147 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:14 smithi096 bash[35573]: cephadm 2024-02-06T17:29:13.690930+0000 mgr.x (mgr.34649) 53 : cephadm [INF] Upgrade: Updating mgr.y 2024-02-06T17:29:15.147 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:14 smithi096 bash[35573]: cephadm 2024-02-06T17:29:13.705225+0000 mgr.x (mgr.34649) 54 : cephadm [INF] Deploying daemon mgr.y on smithi096 2024-02-06T17:29:15.147 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:14 smithi096 bash[35573]: cluster 2024-02-06T17:29:13.804779+0000 mgr.x (mgr.34649) 55 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:15.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:14 smithi102 bash[35648]: cephadm 2024-02-06T17:29:13.690930+0000 mgr.x (mgr.34649) 53 : cephadm [INF] Upgrade: Updating mgr.y 2024-02-06T17:29:15.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:14 smithi102 bash[35648]: cephadm 2024-02-06T17:29:13.705225+0000 mgr.x (mgr.34649) 54 : cephadm [INF] Deploying daemon mgr.y on smithi096 2024-02-06T17:29:15.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:14 smithi102 bash[35648]: cluster 2024-02-06T17:29:13.804779+0000 mgr.x (mgr.34649) 55 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:15.520 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:29:15 smithi096 systemd[1]: Stopping Ceph mgr.y for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:29:17.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:16 smithi102 bash[35648]: cluster 2024-02-06T17:29:15.805346+0000 mgr.x (mgr.34649) 56 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:17.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:16 smithi096 bash[35573]: cluster 2024-02-06T17:29:15.805346+0000 mgr.x (mgr.34649) 56 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:17.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:16 smithi096 bash[38906]: cluster 2024-02-06T17:29:15.805346+0000 mgr.x (mgr.34649) 56 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:19.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:18 smithi102 bash[35648]: cluster 2024-02-06T17:29:17.805761+0000 mgr.x (mgr.34649) 57 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:19.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:18 smithi096 bash[35573]: cluster 2024-02-06T17:29:17.805761+0000 mgr.x (mgr.34649) 57 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:19.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:18 smithi096 bash[38906]: cluster 2024-02-06T17:29:17.805761+0000 mgr.x (mgr.34649) 57 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:21.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:20 smithi102 bash[35648]: cluster 2024-02-06T17:29:19.806620+0000 mgr.x (mgr.34649) 58 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:21.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:20 smithi096 bash[35573]: cluster 2024-02-06T17:29:19.806620+0000 mgr.x (mgr.34649) 58 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:21.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:20 smithi096 bash[38906]: cluster 2024-02-06T17:29:19.806620+0000 mgr.x (mgr.34649) 58 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:23.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:22 smithi102 bash[35648]: cluster 2024-02-06T17:29:21.807143+0000 mgr.x (mgr.34649) 59 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:23.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:22 smithi096 bash[35573]: cluster 2024-02-06T17:29:21.807143+0000 mgr.x (mgr.34649) 59 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:23.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:22 smithi096 bash[38906]: cluster 2024-02-06T17:29:21.807143+0000 mgr.x (mgr.34649) 59 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:25.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:24 smithi096 bash[35573]: cluster 2024-02-06T17:29:23.807833+0000 mgr.x (mgr.34649) 60 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:25.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:24 smithi096 bash[38906]: cluster 2024-02-06T17:29:23.807833+0000 mgr.x (mgr.34649) 60 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:25.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:24 smithi102 bash[35648]: cluster 2024-02-06T17:29:23.807833+0000 mgr.x (mgr.34649) 60 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:25.770 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:29:25 smithi096 bash[58472]: time="2024-02-06T17:29:25Z" level=warning msg="StopSignal SIGTERM failed to stop container ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr.y in 10 seconds, resorting to SIGKILL" 2024-02-06T17:29:26.226 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:29:25 smithi096 bash[58472]: ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr.y 2024-02-06T17:29:26.226 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:29:26 smithi096 systemd[1]: ceph-a15007fc-c513-11ee-95b6-87774f69a715@mgr.y.service: Main process exited, code=exited, status=137/n/a 2024-02-06T17:29:26.770 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:29:26 smithi096 systemd[1]: ceph-a15007fc-c513-11ee-95b6-87774f69a715@mgr.y.service: Failed with result 'exit-code'. 2024-02-06T17:29:26.770 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:29:26 smithi096 systemd[1]: Stopped Ceph mgr.y for a15007fc-c513-11ee-95b6-87774f69a715. 2024-02-06T17:29:26.770 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:29:26 smithi096 systemd[1]: Starting Ceph mgr.y for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:29:27.166 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:26 smithi096 bash[35573]: cluster 2024-02-06T17:29:25.808380+0000 mgr.x (mgr.34649) 61 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:27.166 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:26 smithi096 bash[38906]: cluster 2024-02-06T17:29:25.808380+0000 mgr.x (mgr.34649) 61 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:27.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:26 smithi102 bash[35648]: cluster 2024-02-06T17:29:25.808380+0000 mgr.x (mgr.34649) 61 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:27.520 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:29:27 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:29:27.164+0000 7fea3c4aa700 1 -- 172.21.15.96:0/2559183440 <== mon.1 v2:172.21.15.96:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55729ca0c4e0 con 0x55729c9e1400 2024-02-06T17:29:27.520 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[58661]: b58d6ece591f1ba2b98635a5681b3dbb6d663c09e73061fdbb6c1db6964115a2 2024-02-06T17:29:27.520 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:29:27 smithi096 systemd[1]: Started Ceph mgr.y for a15007fc-c513-11ee-95b6-87774f69a715. 2024-02-06T17:29:27.520 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:29:27 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:29:27.285+0000 7fea4caa6680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-06T17:29:27.520 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:29:27 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:29:27.376+0000 7fea4caa6680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-06T17:29:28.020 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:29:27 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:29:27.766+0000 7fea4caa6680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-06T17:29:28.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[35573]: audit 2024-02-06T17:29:27.345596+0000 mon.b (mon.2) 150 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:13.705092Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:29:28.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[38906]: audit 2024-02-06T17:29:27.345596+0000 mon.b (mon.2) 150 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:13.705092Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:29:28.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[35573]: audit 2024-02-06T17:29:27.346291+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:13.705092Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:29:28.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[38906]: audit 2024-02-06T17:29:27.346291+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:13.705092Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:29:28.023 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[38906]: audit 2024-02-06T17:29:27.349984+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:13.705092Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}}"}]': finished 2024-02-06T17:29:28.023 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[38906]: audit 2024-02-06T17:29:27.350994+0000 mon.b (mon.2) 151 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:29:28.023 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[35573]: audit 2024-02-06T17:29:27.349984+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:13.705092Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}}"}]': finished 2024-02-06T17:29:28.023 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[35573]: audit 2024-02-06T17:29:27.350994+0000 mon.b (mon.2) 151 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:29:28.023 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[38906]: audit 2024-02-06T17:29:27.594287+0000 mon.b (mon.2) 152 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:13.705092Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.593068Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:29:28.024 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[35573]: audit 2024-02-06T17:29:27.594287+0000 mon.b (mon.2) 152 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:13.705092Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.593068Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:29:28.024 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[38906]: audit 2024-02-06T17:29:27.595129+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:13.705092Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.593068Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:29:28.025 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[35573]: audit 2024-02-06T17:29:27.595129+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:13.705092Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.593068Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:29:28.025 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[35573]: audit 2024-02-06T17:29:27.598639+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 97108623, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707164Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 432223027, \"cpu_percentage\": \"28.48%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:28:44.707308Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707378Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45088768, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707456Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42058383, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707515Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48150609, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707574Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13537116, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707691Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 29402071, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:28:44.707749Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35064381, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707806Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.595784Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:29:28.025 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[35573]: audit 2024-02-06T17:29:27.598672+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:13.705092Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.593068Z\", \"last_client_files\": {}}"}]': finished 2024-02-06T17:29:28.025 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[38906]: audit 2024-02-06T17:29:27.598639+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 97108623, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707164Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 432223027, \"cpu_percentage\": \"28.48%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:28:44.707308Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707378Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45088768, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707456Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42058383, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707515Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48150609, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707574Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13537116, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707691Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 29402071, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:28:44.707749Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35064381, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707806Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.595784Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:29:28.026 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[38906]: audit 2024-02-06T17:29:27.598672+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:13.705092Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.593068Z\", \"last_client_files\": {}}"}]': finished 2024-02-06T17:29:28.026 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[35573]: audit 2024-02-06T17:29:27.599294+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 97108623, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707164Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 432223027, \"cpu_percentage\": \"28.48%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:28:44.707308Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707378Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45088768, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707456Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42058383, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707515Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48150609, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707574Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13537116, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707691Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 29402071, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:28:44.707749Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35064381, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707806Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.595784Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:29:28.026 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[35573]: audit 2024-02-06T17:29:27.599580+0000 mon.b (mon.2) 154 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:29:28.026 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[38906]: audit 2024-02-06T17:29:27.599294+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 97108623, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707164Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 432223027, \"cpu_percentage\": \"28.48%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:28:44.707308Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707378Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45088768, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707456Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42058383, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707515Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48150609, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707574Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13537116, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707691Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 29402071, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:28:44.707749Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35064381, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707806Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.595784Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:29:28.027 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[38906]: audit 2024-02-06T17:29:27.599580+0000 mon.b (mon.2) 154 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:29:28.027 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[35573]: audit 2024-02-06T17:29:27.602550+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 97108623, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707164Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 432223027, \"cpu_percentage\": \"28.48%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:28:44.707308Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707378Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45088768, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707456Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42058383, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707515Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48150609, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707574Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13537116, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707691Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 29402071, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:28:44.707749Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35064381, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707806Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.595784Z\", \"last_client_files\": {}}"}]': finished 2024-02-06T17:29:28.027 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[35573]: audit 2024-02-06T17:29:27.603250+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:29:28.027 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[35573]: audit 2024-02-06T17:29:27.833371+0000 mon.b (mon.2) 156 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-02-06T17:29:28.027 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[35573]: audit 2024-02-06T17:29:27.833567+0000 mon.b (mon.2) 157 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 5]}]: dispatch 2024-02-06T17:29:28.027 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[35573]: audit 2024-02-06T17:29:27.833803+0000 mon.b (mon.2) 158 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-02-06T17:29:28.027 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[35573]: audit 2024-02-06T17:29:27.833876+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-02-06T17:29:28.027 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[35573]: audit 2024-02-06T17:29:27.833990+0000 mon.b (mon.2) 159 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-06T17:29:28.027 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[35573]: audit 2024-02-06T17:29:27.834126+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 5]}]: dispatch 2024-02-06T17:29:28.027 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[35573]: audit 2024-02-06T17:29:27.834316+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-02-06T17:29:28.028 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[35573]: audit 2024-02-06T17:29:27.834490+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-06T17:29:28.028 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[38906]: audit 2024-02-06T17:29:27.602550+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 97108623, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707164Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 432223027, \"cpu_percentage\": \"28.48%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:28:44.707308Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707378Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45088768, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707456Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42058383, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707515Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48150609, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707574Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13537116, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707691Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 29402071, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:28:44.707749Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35064381, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707806Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.595784Z\", \"last_client_files\": {}}"}]': finished 2024-02-06T17:29:28.028 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[38906]: audit 2024-02-06T17:29:27.603250+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:29:28.028 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[38906]: audit 2024-02-06T17:29:27.833371+0000 mon.b (mon.2) 156 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-02-06T17:29:28.028 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[38906]: audit 2024-02-06T17:29:27.833567+0000 mon.b (mon.2) 157 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 5]}]: dispatch 2024-02-06T17:29:28.030 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[38906]: audit 2024-02-06T17:29:27.833803+0000 mon.b (mon.2) 158 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-02-06T17:29:28.031 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[38906]: audit 2024-02-06T17:29:27.833876+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-02-06T17:29:28.031 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[38906]: audit 2024-02-06T17:29:27.833990+0000 mon.b (mon.2) 159 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-06T17:29:28.031 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[38906]: audit 2024-02-06T17:29:27.834126+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 5]}]: dispatch 2024-02-06T17:29:28.031 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[38906]: audit 2024-02-06T17:29:27.834316+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-02-06T17:29:28.031 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:27 smithi096 bash[38906]: audit 2024-02-06T17:29:27.834490+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-06T17:29:28.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:27 smithi102 bash[35648]: audit 2024-02-06T17:29:27.345596+0000 mon.b (mon.2) 150 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:13.705092Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:29:28.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:27 smithi102 bash[35648]: audit 2024-02-06T17:29:27.346291+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:13.705092Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:29:28.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:27 smithi102 bash[35648]: audit 2024-02-06T17:29:27.349984+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:13.705092Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:18:42.201933Z\", \"last_client_files\": {}}"}]': finished 2024-02-06T17:29:28.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:27 smithi102 bash[35648]: audit 2024-02-06T17:29:27.350994+0000 mon.b (mon.2) 151 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:29:28.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:27 smithi102 bash[35648]: audit 2024-02-06T17:29:27.594287+0000 mon.b (mon.2) 152 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:13.705092Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.593068Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:29:28.192 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:27 smithi102 bash[35648]: audit 2024-02-06T17:29:27.595129+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:13.705092Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.593068Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:29:28.192 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:27 smithi102 bash[35648]: audit 2024-02-06T17:29:27.598639+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 97108623, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707164Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 432223027, \"cpu_percentage\": \"28.48%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:28:44.707308Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707378Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45088768, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707456Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42058383, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707515Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48150609, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707574Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13537116, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707691Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 29402071, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:28:44.707749Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35064381, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707806Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.595784Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:29:28.192 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:27 smithi102 bash[35648]: audit 2024-02-06T17:29:27.598672+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79765176, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997089Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997328Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47993323, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997407Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47563407, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997468Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43379589, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997528Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46189772, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997588Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14187233, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997647Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 34603008, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:42.997764Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:13.705092Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.593068Z\", \"last_client_files\": {}}"}]': finished 2024-02-06T17:29:28.192 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:27 smithi102 bash[35648]: audit 2024-02-06T17:29:27.599294+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 97108623, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707164Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 432223027, \"cpu_percentage\": \"28.48%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:28:44.707308Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707378Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45088768, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707456Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42058383, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707515Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48150609, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707574Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13537116, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707691Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 29402071, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:28:44.707749Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35064381, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707806Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.595784Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:29:28.192 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:27 smithi102 bash[35648]: audit 2024-02-06T17:29:27.599580+0000 mon.b (mon.2) 154 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:29:28.192 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:27 smithi102 bash[35648]: audit 2024-02-06T17:29:27.602550+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 97108623, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707164Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 432223027, \"cpu_percentage\": \"28.48%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:28:44.707308Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707378Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45088768, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707456Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42058383, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707515Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48150609, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707574Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13537116, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707691Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 29402071, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:28:44.707749Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35064381, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:28:44.707806Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.595784Z\", \"last_client_files\": {}}"}]': finished 2024-02-06T17:29:28.192 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:27 smithi102 bash[35648]: audit 2024-02-06T17:29:27.603250+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:29:28.192 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:27 smithi102 bash[35648]: audit 2024-02-06T17:29:27.833371+0000 mon.b (mon.2) 156 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-02-06T17:29:28.192 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:27 smithi102 bash[35648]: audit 2024-02-06T17:29:27.833567+0000 mon.b (mon.2) 157 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 5]}]: dispatch 2024-02-06T17:29:28.192 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:27 smithi102 bash[35648]: audit 2024-02-06T17:29:27.833803+0000 mon.b (mon.2) 158 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-02-06T17:29:28.192 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:27 smithi102 bash[35648]: audit 2024-02-06T17:29:27.833876+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-02-06T17:29:28.193 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:27 smithi102 bash[35648]: audit 2024-02-06T17:29:27.833990+0000 mon.b (mon.2) 159 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-06T17:29:28.193 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:27 smithi102 bash[35648]: audit 2024-02-06T17:29:27.834126+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 5]}]: dispatch 2024-02-06T17:29:28.193 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:27 smithi102 bash[35648]: audit 2024-02-06T17:29:27.834316+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-02-06T17:29:28.193 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:27 smithi102 bash[35648]: audit 2024-02-06T17:29:27.834490+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-02-06T17:29:28.870 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:29:28 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:29:28.572+0000 7fea4caa6680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-06T17:29:28.870 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:29:28 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:29:28.659+0000 7fea4caa6680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-06T17:29:28.870 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:28 smithi096 bash[35573]: cluster 2024-02-06T17:29:27.808787+0000 mgr.x (mgr.34649) 62 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:28.872 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:28 smithi102 bash[35648]: cluster 2024-02-06T17:29:27.808787+0000 mgr.x (mgr.34649) 62 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:29.270 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:29:28 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:29:28.887+0000 7fea4caa6680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-06T17:29:29.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:28 smithi096 bash[38906]: cluster 2024-02-06T17:29:27.808787+0000 mgr.x (mgr.34649) 62 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:30.236 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:29:29 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:29:29.892+0000 7fea4caa6680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-06T17:29:30.236 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:29:30 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:29:30.036+0000 7fea4caa6680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-06T17:29:30.236 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:29:30 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:29:30.132+0000 7fea4caa6680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-06T17:29:30.520 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:29:30 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:29:30.235+0000 7fea4caa6680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-06T17:29:30.520 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:29:30 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:29:30.451+0000 7fea4caa6680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-06T17:29:31.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:30 smithi096 bash[35573]: cluster 2024-02-06T17:29:29.809388+0000 mgr.x (mgr.34649) 63 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:31.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:30 smithi096 bash[38906]: cluster 2024-02-06T17:29:29.809388+0000 mgr.x (mgr.34649) 63 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:31.021 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:29:30 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:29:30.750+0000 7fea4caa6680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-06T17:29:31.021 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:29:30 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:29:30.858+0000 7fea4caa6680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-06T17:29:31.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:30 smithi102 bash[35648]: cluster 2024-02-06T17:29:29.809388+0000 mgr.x (mgr.34649) 63 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:31.984 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:29:31 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:29:31.617+0000 7fea4caa6680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-06T17:29:31.984 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:29:31 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:29:31.707+0000 7fea4caa6680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-06T17:29:31.984 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:29:31 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:29:31.801+0000 7fea4caa6680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-06T17:29:31.984 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:29:31 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:29:31.982+0000 7fea4caa6680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-06T17:29:32.520 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:29:32 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:29:32.261+0000 7fea4caa6680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-06T17:29:32.520 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:29:32 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:29:32.392+0000 7fea4caa6680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-06T17:29:32.783 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:29:32 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:29:32.525+0000 7fea4caa6680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-06T17:29:32.783 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:29:32 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:29:32.698+0000 7fea4caa6680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-06T17:29:33.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:32 smithi102 bash[35648]: cluster 2024-02-06T17:29:31.809719+0000 mgr.x (mgr.34649) 64 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:33.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:32 smithi102 bash[35648]: audit 2024-02-06T17:29:32.228181+0000 mon.b (mon.2) 160 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97454653, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226253Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"b58d6ece591f\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 69342330, \"cpu_percentage\": \"104.36%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-06T17:29:32.226415Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:29:26.693389Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226487Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48140124, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226552Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47741665, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226617Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43515904, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226680Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46389002, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226743Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14386462, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226806Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"501bd557f7b8\", \"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\": 16955473, \"cpu_percentage\": \"0.33%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226868Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:28:56.860130Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 34802237, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226930Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:13.705092Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_daemon_update\": \"2024-02-06T17:29:32.227046Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.593068Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:29:33.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:32 smithi102 bash[35648]: audit 2024-02-06T17:29:32.228941+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97454653, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226253Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"b58d6ece591f\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 69342330, \"cpu_percentage\": \"104.36%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-06T17:29:32.226415Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:29:26.693389Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226487Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48140124, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226552Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47741665, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226617Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43515904, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226680Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46389002, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226743Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14386462, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226806Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"501bd557f7b8\", \"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\": 16955473, \"cpu_percentage\": \"0.33%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226868Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:28:56.860130Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 34802237, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226930Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:13.705092Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_daemon_update\": \"2024-02-06T17:29:32.227046Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.593068Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:29:33.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:32 smithi102 bash[35648]: audit 2024-02-06T17:29:32.233161+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97454653, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226253Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"b58d6ece591f\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 69342330, \"cpu_percentage\": \"104.36%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-06T17:29:32.226415Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:29:26.693389Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226487Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48140124, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226552Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47741665, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226617Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43515904, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226680Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46389002, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226743Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14386462, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226806Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"501bd557f7b8\", \"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\": 16955473, \"cpu_percentage\": \"0.33%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226868Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:28:56.860130Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 34802237, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226930Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:13.705092Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_daemon_update\": \"2024-02-06T17:29:32.227046Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.593068Z\", \"last_client_files\": {}}"}]': finished 2024-02-06T17:29:33.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:32 smithi102 bash[35648]: cluster 2024-02-06T17:29:32.795785+0000 mon.a (mon.0) 689 : cluster [DBG] Standby manager daemon y restarted 2024-02-06T17:29:33.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:32 smithi102 bash[35648]: cluster 2024-02-06T17:29:32.795891+0000 mon.a (mon.0) 690 : cluster [DBG] Standby manager daemon y started 2024-02-06T17:29:33.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:32 smithi102 bash[35648]: audit 2024-02-06T17:29:32.797270+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.? 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-02-06T17:29:33.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:32 smithi102 bash[35648]: audit 2024-02-06T17:29:32.797642+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.? 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-06T17:29:33.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:32 smithi102 bash[35648]: audit 2024-02-06T17:29:32.798573+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.? 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-02-06T17:29:33.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:32 smithi102 bash[35648]: audit 2024-02-06T17:29:32.798761+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.? 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-06T17:29:33.267 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:29:32 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:29:32.782+0000 7fea4caa6680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-06T17:29:33.268 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:32 smithi096 bash[35573]: cluster 2024-02-06T17:29:31.809719+0000 mgr.x (mgr.34649) 64 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:33.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:32 smithi096 bash[38906]: cluster 2024-02-06T17:29:31.809719+0000 mgr.x (mgr.34649) 64 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:33.268 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:32 smithi096 bash[35573]: audit 2024-02-06T17:29:32.228181+0000 mon.b (mon.2) 160 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97454653, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226253Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"b58d6ece591f\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 69342330, \"cpu_percentage\": \"104.36%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-06T17:29:32.226415Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:29:26.693389Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226487Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48140124, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226552Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47741665, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226617Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43515904, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226680Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46389002, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226743Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14386462, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226806Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"501bd557f7b8\", \"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\": 16955473, \"cpu_percentage\": \"0.33%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226868Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:28:56.860130Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 34802237, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226930Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:13.705092Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_daemon_update\": \"2024-02-06T17:29:32.227046Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.593068Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:29:33.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:32 smithi096 bash[38906]: audit 2024-02-06T17:29:32.228181+0000 mon.b (mon.2) 160 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97454653, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226253Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"b58d6ece591f\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 69342330, \"cpu_percentage\": \"104.36%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-06T17:29:32.226415Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:29:26.693389Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226487Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48140124, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226552Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47741665, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226617Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43515904, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226680Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46389002, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226743Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14386462, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226806Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"501bd557f7b8\", \"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\": 16955473, \"cpu_percentage\": \"0.33%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226868Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:28:56.860130Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 34802237, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226930Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:13.705092Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_daemon_update\": \"2024-02-06T17:29:32.227046Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.593068Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:29:33.269 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:32 smithi096 bash[35573]: audit 2024-02-06T17:29:32.228941+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97454653, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226253Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"b58d6ece591f\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 69342330, \"cpu_percentage\": \"104.36%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-06T17:29:32.226415Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:29:26.693389Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226487Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48140124, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226552Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47741665, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226617Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43515904, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226680Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46389002, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226743Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14386462, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226806Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"501bd557f7b8\", \"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\": 16955473, \"cpu_percentage\": \"0.33%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226868Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:28:56.860130Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 34802237, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226930Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:13.705092Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_daemon_update\": \"2024-02-06T17:29:32.227046Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.593068Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:29:33.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:32 smithi096 bash[38906]: audit 2024-02-06T17:29:32.228941+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97454653, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226253Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"b58d6ece591f\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 69342330, \"cpu_percentage\": \"104.36%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-06T17:29:32.226415Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:29:26.693389Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226487Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48140124, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226552Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47741665, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226617Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43515904, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226680Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46389002, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226743Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14386462, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226806Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"501bd557f7b8\", \"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\": 16955473, \"cpu_percentage\": \"0.33%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226868Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:28:56.860130Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 34802237, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226930Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:13.705092Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_daemon_update\": \"2024-02-06T17:29:32.227046Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.593068Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:29:33.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:32 smithi096 bash[35573]: audit 2024-02-06T17:29:32.233161+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97454653, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226253Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"b58d6ece591f\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 69342330, \"cpu_percentage\": \"104.36%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-06T17:29:32.226415Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:29:26.693389Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226487Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48140124, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226552Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47741665, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226617Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43515904, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226680Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46389002, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226743Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14386462, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226806Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"501bd557f7b8\", \"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\": 16955473, \"cpu_percentage\": \"0.33%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226868Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:28:56.860130Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 34802237, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226930Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:13.705092Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_daemon_update\": \"2024-02-06T17:29:32.227046Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.593068Z\", \"last_client_files\": {}}"}]': finished 2024-02-06T17:29:33.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:32 smithi096 bash[35573]: cluster 2024-02-06T17:29:32.795785+0000 mon.a (mon.0) 689 : cluster [DBG] Standby manager daemon y restarted 2024-02-06T17:29:33.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:32 smithi096 bash[35573]: cluster 2024-02-06T17:29:32.795891+0000 mon.a (mon.0) 690 : cluster [DBG] Standby manager daemon y started 2024-02-06T17:29:33.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:32 smithi096 bash[35573]: audit 2024-02-06T17:29:32.797270+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.? 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-02-06T17:29:33.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:32 smithi096 bash[35573]: audit 2024-02-06T17:29:32.797642+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.? 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-06T17:29:33.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:32 smithi096 bash[35573]: audit 2024-02-06T17:29:32.798573+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.? 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-02-06T17:29:33.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:32 smithi096 bash[35573]: audit 2024-02-06T17:29:32.798761+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.? 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-06T17:29:33.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:32 smithi096 bash[38906]: audit 2024-02-06T17:29:32.233161+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97454653, \"cpu_percentage\": \"1.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226253Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"b58d6ece591f\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 69342330, \"cpu_percentage\": \"104.36%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-06T17:29:32.226415Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:29:26.693389Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226487Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48140124, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226552Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47741665, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226617Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43515904, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226680Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 46389002, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226743Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"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\": 14386462, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226806Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"501bd557f7b8\", \"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\": 16955473, \"cpu_percentage\": \"0.33%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226868Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:28:56.860130Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 34802237, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.226930Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:13.705092Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_daemon_update\": \"2024-02-06T17:29:32.227046Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.593068Z\", \"last_client_files\": {}}"}]': finished 2024-02-06T17:29:33.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:32 smithi096 bash[38906]: cluster 2024-02-06T17:29:32.795785+0000 mon.a (mon.0) 689 : cluster [DBG] Standby manager daemon y restarted 2024-02-06T17:29:33.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:32 smithi096 bash[38906]: cluster 2024-02-06T17:29:32.795891+0000 mon.a (mon.0) 690 : cluster [DBG] Standby manager daemon y started 2024-02-06T17:29:33.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:32 smithi096 bash[38906]: audit 2024-02-06T17:29:32.797270+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.? 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-02-06T17:29:33.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:32 smithi096 bash[38906]: audit 2024-02-06T17:29:32.797642+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.? 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-06T17:29:33.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:32 smithi096 bash[38906]: audit 2024-02-06T17:29:32.798573+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.? 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-02-06T17:29:33.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:32 smithi096 bash[38906]: audit 2024-02-06T17:29:32.798761+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.? 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-06T17:29:33.477 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:29:33 smithi102 bash[49090]: debug 2024-02-06T17:29:33.238+0000 7fbce86cd700 -1 mgr handle_mgr_map I was active but no longer am 2024-02-06T17:29:33.477 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:29:33 smithi102 bash[49090]: ignoring --setuser ceph since I am not root 2024-02-06T17:29:33.477 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:29:33 smithi102 bash[49090]: ignoring --setgroup ceph since I am not root 2024-02-06T17:29:33.477 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:29:33 smithi102 bash[49090]: debug 2024-02-06T17:29:33.276+0000 7fdaf1c73700 1 -- 172.21.15.102:0/3265126684 <== mon.2 v2:172.21.15.102:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55eae7f1c4e0 con 0x55eae7ef2c00 2024-02-06T17:29:33.477 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:29:33 smithi102 bash[49090]: debug 2024-02-06T17:29:33.395+0000 7fdb01e51680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-06T17:29:33.477 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:29:33 smithi102 bash[49090]: debug 2024-02-06T17:29:33.475+0000 7fdb01e51680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-06T17:29:34.189 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:29:33 smithi102 bash[49090]: debug 2024-02-06T17:29:33.834+0000 7fdb01e51680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-06T17:29:34.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:33 smithi102 bash[35648]: audit 2024-02-06T17:29:32.898796+0000 mon.b (mon.2) 161 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97129594, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.896940Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 440611635, \"cpu_percentage\": \"10.82%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897079Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45225082, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897158Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45277511, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897229Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 42194698, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897295Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48297410, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897357Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"5883e7d86efb\", \"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\": 37077647, \"cpu_percentage\": \"1.16%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897433Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:29:10.094679Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 13547601, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897493Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 30125588, \"cpu_percentage\": \"0.45%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897553Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35242639, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897612Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_daemon_update\": \"2024-02-06T17:29:32.897713Z\", \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.595784Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:29:34.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:33 smithi102 bash[35648]: audit 2024-02-06T17:29:32.899703+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97129594, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.896940Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 440611635, \"cpu_percentage\": \"10.82%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897079Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45225082, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897158Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45277511, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897229Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 42194698, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897295Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48297410, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897357Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"5883e7d86efb\", \"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\": 37077647, \"cpu_percentage\": \"1.16%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897433Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:29:10.094679Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 13547601, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897493Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 30125588, \"cpu_percentage\": \"0.45%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897553Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35242639, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897612Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_daemon_update\": \"2024-02-06T17:29:32.897713Z\", \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.595784Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:29:34.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:33 smithi102 bash[35648]: audit 2024-02-06T17:29:32.905048+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97129594, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.896940Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 440611635, \"cpu_percentage\": \"10.82%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897079Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45225082, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897158Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45277511, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897229Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 42194698, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897295Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48297410, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897357Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"5883e7d86efb\", \"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\": 37077647, \"cpu_percentage\": \"1.16%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897433Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:29:10.094679Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 13547601, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897493Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 30125588, \"cpu_percentage\": \"0.45%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897553Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35242639, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897612Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_daemon_update\": \"2024-02-06T17:29:32.897713Z\", \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.595784Z\", \"last_client_files\": {}}"}]': finished 2024-02-06T17:29:34.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:33 smithi102 bash[35648]: audit 2024-02-06T17:29:32.906638+0000 mon.b (mon.2) 162 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-06T17:29:34.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:33 smithi102 bash[35648]: audit 2024-02-06T17:29:32.907050+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-06T17:29:34.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:33 smithi102 bash[35648]: audit 2024-02-06T17:29:32.911716+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-02-06T17:29:34.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:33 smithi102 bash[35648]: audit 2024-02-06T17:29:32.917152+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:29:34.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:33 smithi102 bash[35648]: audit 2024-02-06T17:29:32.917964+0000 mon.b (mon.2) 164 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-06T17:29:34.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:33 smithi102 bash[35648]: audit 2024-02-06T17:29:32.918407+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-06T17:29:34.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:33 smithi102 bash[35648]: audit 2024-02-06T17:29:32.921004+0000 mon.b (mon.2) 165 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-02-06T17:29:34.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:33 smithi102 bash[35648]: audit 2024-02-06T17:29:32.921596+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-02-06T17:29:34.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:33 smithi102 bash[35648]: cluster 2024-02-06T17:29:32.926832+0000 mon.a (mon.0) 701 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-02-06T17:29:34.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:33 smithi102 bash[35648]: audit 2024-02-06T17:29:32.927896+0000 mon.b (mon.2) 166 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' 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-02-06T17:29:34.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:33 smithi102 bash[35648]: audit 2024-02-06T17:29:32.928285+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.34649 ' 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-02-06T17:29:34.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:33 smithi102 bash[35648]: audit 2024-02-06T17:29:32.928935+0000 mon.b (mon.2) 167 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-06T17:29:34.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:33 smithi102 bash[35648]: audit 2024-02-06T17:29:32.929514+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-06T17:29:34.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:33 smithi102 bash[35648]: audit 2024-02-06T17:29:33.240275+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-02-06T17:29:34.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:33 smithi102 bash[35648]: cluster 2024-02-06T17:29:33.240317+0000 mon.a (mon.0) 705 : cluster [DBG] mgrmap e20: y(active, starting, since 0.318362s) 2024-02-06T17:29:34.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:33 smithi096 bash[38906]: audit 2024-02-06T17:29:32.898796+0000 mon.b (mon.2) 161 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97129594, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.896940Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 440611635, \"cpu_percentage\": \"10.82%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897079Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45225082, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897158Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45277511, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897229Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 42194698, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897295Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48297410, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897357Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"5883e7d86efb\", \"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\": 37077647, \"cpu_percentage\": \"1.16%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897433Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:29:10.094679Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 13547601, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897493Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 30125588, \"cpu_percentage\": \"0.45%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897553Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35242639, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897612Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_daemon_update\": \"2024-02-06T17:29:32.897713Z\", \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.595784Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:29:34.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:33 smithi096 bash[35573]: audit 2024-02-06T17:29:32.898796+0000 mon.b (mon.2) 161 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97129594, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.896940Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 440611635, \"cpu_percentage\": \"10.82%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897079Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45225082, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897158Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45277511, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897229Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 42194698, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897295Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48297410, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897357Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"5883e7d86efb\", \"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\": 37077647, \"cpu_percentage\": \"1.16%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897433Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:29:10.094679Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 13547601, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897493Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 30125588, \"cpu_percentage\": \"0.45%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897553Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35242639, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897612Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_daemon_update\": \"2024-02-06T17:29:32.897713Z\", \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.595784Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:29:34.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:33 smithi096 bash[38906]: audit 2024-02-06T17:29:32.899703+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97129594, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.896940Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 440611635, \"cpu_percentage\": \"10.82%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897079Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45225082, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897158Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45277511, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897229Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 42194698, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897295Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48297410, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897357Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"5883e7d86efb\", \"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\": 37077647, \"cpu_percentage\": \"1.16%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897433Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:29:10.094679Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 13547601, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897493Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 30125588, \"cpu_percentage\": \"0.45%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897553Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35242639, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897612Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_daemon_update\": \"2024-02-06T17:29:32.897713Z\", \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.595784Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:29:34.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:33 smithi096 bash[38906]: audit 2024-02-06T17:29:32.905048+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97129594, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.896940Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 440611635, \"cpu_percentage\": \"10.82%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897079Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45225082, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897158Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45277511, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897229Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 42194698, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897295Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48297410, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897357Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"5883e7d86efb\", \"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\": 37077647, \"cpu_percentage\": \"1.16%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897433Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:29:10.094679Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 13547601, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897493Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 30125588, \"cpu_percentage\": \"0.45%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897553Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35242639, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897612Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_daemon_update\": \"2024-02-06T17:29:32.897713Z\", \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.595784Z\", \"last_client_files\": {}}"}]': finished 2024-02-06T17:29:34.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:33 smithi096 bash[38906]: audit 2024-02-06T17:29:32.906638+0000 mon.b (mon.2) 162 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-06T17:29:34.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:33 smithi096 bash[38906]: audit 2024-02-06T17:29:32.907050+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-06T17:29:34.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:33 smithi096 bash[38906]: audit 2024-02-06T17:29:32.911716+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-02-06T17:29:34.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:33 smithi096 bash[38906]: audit 2024-02-06T17:29:32.917152+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:29:34.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:33 smithi096 bash[38906]: audit 2024-02-06T17:29:32.917964+0000 mon.b (mon.2) 164 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-06T17:29:34.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:33 smithi096 bash[38906]: audit 2024-02-06T17:29:32.918407+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-06T17:29:34.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:33 smithi096 bash[38906]: audit 2024-02-06T17:29:32.921004+0000 mon.b (mon.2) 165 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-02-06T17:29:34.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:33 smithi096 bash[38906]: audit 2024-02-06T17:29:32.921596+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-02-06T17:29:34.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:33 smithi096 bash[38906]: cluster 2024-02-06T17:29:32.926832+0000 mon.a (mon.0) 701 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-02-06T17:29:34.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:33 smithi096 bash[38906]: audit 2024-02-06T17:29:32.927896+0000 mon.b (mon.2) 166 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' 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-02-06T17:29:34.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:33 smithi096 bash[38906]: audit 2024-02-06T17:29:32.928285+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.34649 ' 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-02-06T17:29:34.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:33 smithi096 bash[38906]: audit 2024-02-06T17:29:32.928935+0000 mon.b (mon.2) 167 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-06T17:29:34.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:33 smithi096 bash[38906]: audit 2024-02-06T17:29:32.929514+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-06T17:29:34.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:33 smithi096 bash[38906]: audit 2024-02-06T17:29:33.240275+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-02-06T17:29:34.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:33 smithi096 bash[38906]: cluster 2024-02-06T17:29:33.240317+0000 mon.a (mon.0) 705 : cluster [DBG] mgrmap e20: y(active, starting, since 0.318362s) 2024-02-06T17:29:34.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:33 smithi096 bash[35573]: audit 2024-02-06T17:29:32.899703+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97129594, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.896940Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 440611635, \"cpu_percentage\": \"10.82%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897079Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45225082, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897158Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45277511, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897229Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 42194698, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897295Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48297410, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897357Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"5883e7d86efb\", \"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\": 37077647, \"cpu_percentage\": \"1.16%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897433Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:29:10.094679Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 13547601, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897493Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 30125588, \"cpu_percentage\": \"0.45%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897553Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35242639, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897612Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_daemon_update\": \"2024-02-06T17:29:32.897713Z\", \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.595784Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-06T17:29:34.274 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:33 smithi096 bash[35573]: audit 2024-02-06T17:29:32.905048+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 97129594, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.896940Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 440611635, \"cpu_percentage\": \"10.82%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897079Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45225082, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897158Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45277511, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897229Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 42194698, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897295Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48297410, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897357Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"5883e7d86efb\", \"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\": 37077647, \"cpu_percentage\": \"1.16%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897433Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:29:10.094679Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 13547601, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897493Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 30125588, \"cpu_percentage\": \"0.45%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897553Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35242639, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:32.897612Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_daemon_update\": \"2024-02-06T17:29:32.897713Z\", \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.595784Z\", \"last_client_files\": {}}"}]': finished 2024-02-06T17:29:34.274 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:33 smithi096 bash[35573]: audit 2024-02-06T17:29:32.906638+0000 mon.b (mon.2) 162 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-06T17:29:34.274 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:33 smithi096 bash[35573]: audit 2024-02-06T17:29:32.907050+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-06T17:29:34.274 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:33 smithi096 bash[35573]: audit 2024-02-06T17:29:32.911716+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-02-06T17:29:34.274 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:33 smithi096 bash[35573]: audit 2024-02-06T17:29:32.917152+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:29:34.274 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:33 smithi096 bash[35573]: audit 2024-02-06T17:29:32.917964+0000 mon.b (mon.2) 164 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-06T17:29:34.274 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:33 smithi096 bash[35573]: audit 2024-02-06T17:29:32.918407+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-06T17:29:34.274 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:33 smithi096 bash[35573]: audit 2024-02-06T17:29:32.921004+0000 mon.b (mon.2) 165 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-02-06T17:29:34.274 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:33 smithi096 bash[35573]: audit 2024-02-06T17:29:32.921596+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-02-06T17:29:34.274 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:33 smithi096 bash[35573]: cluster 2024-02-06T17:29:32.926832+0000 mon.a (mon.0) 701 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-02-06T17:29:34.274 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:33 smithi096 bash[35573]: audit 2024-02-06T17:29:32.927896+0000 mon.b (mon.2) 166 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' 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-02-06T17:29:34.274 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:33 smithi096 bash[35573]: audit 2024-02-06T17:29:32.928285+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.34649 ' 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-02-06T17:29:34.274 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:33 smithi096 bash[35573]: audit 2024-02-06T17:29:32.928935+0000 mon.b (mon.2) 167 : audit [INF] from='mgr.34649 172.21.15.102:0/2142106393' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-06T17:29:34.275 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:33 smithi096 bash[35573]: audit 2024-02-06T17:29:32.929514+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-06T17:29:34.275 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:33 smithi096 bash[35573]: audit 2024-02-06T17:29:33.240275+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-02-06T17:29:34.275 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:33 smithi096 bash[35573]: cluster 2024-02-06T17:29:33.240317+0000 mon.a (mon.0) 705 : cluster [DBG] mgrmap e20: y(active, starting, since 0.318362s) 2024-02-06T17:29:34.576 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:29:34 smithi102 bash[49090]: debug 2024-02-06T17:29:34.574+0000 7fdb01e51680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-06T17:29:34.869 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:29:34 smithi102 bash[49090]: debug 2024-02-06T17:29:34.658+0000 7fdb01e51680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-06T17:29:35.189 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:29:34 smithi102 bash[49090]: debug 2024-02-06T17:29:34.867+0000 7fdb01e51680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-06T17:29:35.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:34 smithi102 bash[35648]: audit 2024-02-06T17:29:33.931164+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-06T17:29:35.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:34 smithi102 bash[35648]: cluster 2024-02-06T17:29:33.931223+0000 mon.a (mon.0) 707 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-02-06T17:29:35.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:34 smithi096 bash[35573]: audit 2024-02-06T17:29:33.931164+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-06T17:29:35.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:34 smithi096 bash[35573]: cluster 2024-02-06T17:29:33.931223+0000 mon.a (mon.0) 707 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-02-06T17:29:35.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:34 smithi096 bash[38906]: audit 2024-02-06T17:29:33.931164+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.34649 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-06T17:29:35.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:34 smithi096 bash[38906]: cluster 2024-02-06T17:29:33.931223+0000 mon.a (mon.0) 707 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-02-06T17:29:36.098 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:29:35 smithi102 bash[49090]: debug 2024-02-06T17:29:35.802+0000 7fdb01e51680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-06T17:29:36.099 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:29:35 smithi102 bash[49090]: debug 2024-02-06T17:29:35.929+0000 7fdb01e51680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-06T17:29:36.099 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:29:36 smithi102 bash[49090]: debug 2024-02-06T17:29:36.007+0000 7fdb01e51680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-06T17:29:36.099 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:29:36 smithi102 bash[49090]: debug 2024-02-06T17:29:36.097+0000 7fdb01e51680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-06T17:29:36.439 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:29:36 smithi102 bash[49090]: debug 2024-02-06T17:29:36.290+0000 7fdb01e51680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-06T17:29:36.939 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:29:36 smithi102 bash[49090]: debug 2024-02-06T17:29:36.569+0000 7fdb01e51680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-06T17:29:36.939 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:29:36 smithi102 bash[49090]: debug 2024-02-06T17:29:36.666+0000 7fdb01e51680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-06T17:29:37.689 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:29:37 smithi102 bash[49090]: debug 2024-02-06T17:29:37.384+0000 7fdb01e51680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-06T17:29:37.689 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:29:37 smithi102 bash[49090]: debug 2024-02-06T17:29:37.465+0000 7fdb01e51680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-06T17:29:37.689 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:29:37 smithi102 bash[49090]: debug 2024-02-06T17:29:37.557+0000 7fdb01e51680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-06T17:29:37.986 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:29:37 smithi102 bash[49090]: debug 2024-02-06T17:29:37.729+0000 7fdb01e51680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-06T17:29:38.248 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:29:37 smithi102 bash[49090]: debug 2024-02-06T17:29:37.985+0000 7fdb01e51680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-06T17:29:38.249 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:29:38 smithi102 bash[49090]: debug 2024-02-06T17:29:38.115+0000 7fdb01e51680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-06T17:29:38.505 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:29:38 smithi102 bash[49090]: debug 2024-02-06T17:29:38.247+0000 7fdb01e51680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-06T17:29:38.505 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:29:38 smithi102 bash[49090]: debug 2024-02-06T17:29:38.418+0000 7fdb01e51680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-06T17:29:38.939 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:29:38 smithi102 bash[49090]: debug 2024-02-06T17:29:38.503+0000 7fdb01e51680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-06T17:29:38.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:38 smithi102 bash[35648]: audit 2024-02-06T17:29:38.517799+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.? 172.21.15.102:0/3827209261' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-02-06T17:29:38.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:38 smithi102 bash[35648]: cluster 2024-02-06T17:29:38.517855+0000 mon.a (mon.0) 708 : cluster [DBG] Standby manager daemon x started 2024-02-06T17:29:38.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:38 smithi102 bash[35648]: audit 2024-02-06T17:29:38.518136+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.? 172.21.15.102:0/3827209261' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-06T17:29:38.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:38 smithi102 bash[35648]: audit 2024-02-06T17:29:38.519071+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.? 172.21.15.102:0/3827209261' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-02-06T17:29:38.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:38 smithi102 bash[35648]: audit 2024-02-06T17:29:38.519336+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.? 172.21.15.102:0/3827209261' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-06T17:29:39.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:38 smithi096 bash[35573]: audit 2024-02-06T17:29:38.517799+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.? 172.21.15.102:0/3827209261' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-02-06T17:29:39.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:38 smithi096 bash[35573]: cluster 2024-02-06T17:29:38.517855+0000 mon.a (mon.0) 708 : cluster [DBG] Standby manager daemon x started 2024-02-06T17:29:39.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:38 smithi096 bash[35573]: audit 2024-02-06T17:29:38.518136+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.? 172.21.15.102:0/3827209261' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-06T17:29:39.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:38 smithi096 bash[35573]: audit 2024-02-06T17:29:38.519071+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.? 172.21.15.102:0/3827209261' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-02-06T17:29:39.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:38 smithi096 bash[35573]: audit 2024-02-06T17:29:38.519336+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.? 172.21.15.102:0/3827209261' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-06T17:29:39.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:38 smithi096 bash[38906]: audit 2024-02-06T17:29:38.517799+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.? 172.21.15.102:0/3827209261' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-02-06T17:29:39.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:38 smithi096 bash[38906]: cluster 2024-02-06T17:29:38.517855+0000 mon.a (mon.0) 708 : cluster [DBG] Standby manager daemon x started 2024-02-06T17:29:39.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:38 smithi096 bash[38906]: audit 2024-02-06T17:29:38.518136+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.? 172.21.15.102:0/3827209261' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-06T17:29:39.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:38 smithi096 bash[38906]: audit 2024-02-06T17:29:38.519071+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.? 172.21.15.102:0/3827209261' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-02-06T17:29:39.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:38 smithi096 bash[38906]: audit 2024-02-06T17:29:38.519336+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.? 172.21.15.102:0/3827209261' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-06T17:29:39.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: cluster 2024-02-06T17:29:38.575936+0000 mon.a (mon.0) 709 : cluster [DBG] mgrmap e21: y(active, starting, since 5s), standbys: x 2024-02-06T17:29:39.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:38.576685+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.? 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-02-06T17:29:39.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:38.577027+0000 mon.a (mon.0) 711 : audit [DBG] from='mgr.? 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-02-06T17:29:39.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.241453+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-06T17:29:39.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.241602+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-06T17:29:39.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.241717+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-06T17:29:39.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.243387+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-06T17:29:39.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.243734+0000 mon.a (mon.0) 716 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-06T17:29:39.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.243998+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-06T17:29:39.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.244238+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-06T17:29:39.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.244439+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-06T17:29:39.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.244677+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-06T17:29:39.691 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.244915+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-06T17:29:39.691 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.245138+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-06T17:29:39.691 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.245369+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-06T17:29:39.691 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.245520+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-06T17:29:39.691 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.245970+0000 mon.a (mon.0) 725 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-06T17:29:39.691 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.246784+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-02-06T17:29:39.691 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.247667+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-02-06T17:29:39.691 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.248004+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-02-06T17:29:39.691 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.248301+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-02-06T17:29:39.691 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.248596+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi096"}]: dispatch 2024-02-06T17:29:39.691 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.248898+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi102"}]: dispatch 2024-02-06T17:29:39.691 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.249202+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-02-06T17:29:39.691 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.249485+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-02-06T17:29:39.691 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.249761+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-02-06T17:29:39.691 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.250056+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-02-06T17:29:39.692 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.250338+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-02-06T17:29:39.692 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.250634+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-02-06T17:29:39.692 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.250936+0000 mon.a (mon.0) 738 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-02-06T17:29:39.692 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.251219+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-02-06T17:29:39.692 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.251499+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-02-06T17:29:39.692 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.251811+0000 mon.a (mon.0) 741 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-02-06T17:29:39.692 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.252105+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-02-06T17:29:39.692 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.252368+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-02-06T17:29:39.692 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.252636+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-06T17:29:39.692 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.252913+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-06T17:29:39.692 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.253194+0000 mon.a (mon.0) 746 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-02-06T17:29:39.692 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.253461+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-02-06T17:29:39.692 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.253735+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-02-06T17:29:39.692 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.254010+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-02-06T17:29:39.693 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: cluster 2024-02-06T17:29:39.279675+0000 mon.a (mon.0) 750 : cluster [INF] Manager daemon y is now available 2024-02-06T17:29:39.693 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.291829+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi096\": {\"hostname\": \"smithi096\", \"addr\": \"172.21.15.96\", \"labels\": [], \"status\": \"\"}, \"smithi102\": {\"hostname\": \"smithi102\", \"addr\": \"172.21.15.102\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-02-06T17:29:39.693 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.295207+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi096\": {\"hostname\": \"smithi096\", \"addr\": \"172.21.15.96\", \"labels\": [], \"status\": \"\"}, \"smithi102\": {\"hostname\": \"smithi102\", \"addr\": \"172.21.15.102\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-02-06T17:29:39.693 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.388123+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:29:39.693 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.389497+0000 mon.a (mon.0) 754 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:29:39.693 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.430017+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-02-06T17:29:39.693 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:39 smithi102 bash[35648]: audit 2024-02-06T17:29:39.436346+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-02-06T17:29:39.770 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:29:39 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: [80B blob data] 2024-02-06T17:29:39.770 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:29:39 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: [79B blob data] 2024-02-06T17:29:39.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: cluster 2024-02-06T17:29:38.575936+0000 mon.a (mon.0) 709 : cluster [DBG] mgrmap e21: y(active, starting, since 5s), standbys: x 2024-02-06T17:29:39.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:38.576685+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.? 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-02-06T17:29:39.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:38.577027+0000 mon.a (mon.0) 711 : audit [DBG] from='mgr.? 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-02-06T17:29:39.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.241453+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-06T17:29:39.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.241602+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-06T17:29:39.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.241717+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-06T17:29:39.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.243387+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-06T17:29:39.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.243734+0000 mon.a (mon.0) 716 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-06T17:29:39.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.243998+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-06T17:29:39.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.244238+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-06T17:29:39.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.244439+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-06T17:29:39.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.244677+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-06T17:29:39.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.244915+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-06T17:29:39.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.245138+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-06T17:29:39.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.245369+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-06T17:29:39.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.245520+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-06T17:29:39.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.245970+0000 mon.a (mon.0) 725 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-06T17:29:39.772 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.246784+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-02-06T17:29:39.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: cluster 2024-02-06T17:29:38.575936+0000 mon.a (mon.0) 709 : cluster [DBG] mgrmap e21: y(active, starting, since 5s), standbys: x 2024-02-06T17:29:39.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:38.576685+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.? 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-02-06T17:29:39.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:38.577027+0000 mon.a (mon.0) 711 : audit [DBG] from='mgr.? 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-02-06T17:29:39.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.241453+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-06T17:29:39.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.241602+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-06T17:29:39.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.241717+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-06T17:29:39.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.243387+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-06T17:29:39.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.243734+0000 mon.a (mon.0) 716 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-06T17:29:39.773 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.243998+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-06T17:29:39.773 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.244238+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-06T17:29:39.773 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.244439+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-06T17:29:39.773 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.244677+0000 mon.a (mon.0) 720 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-06T17:29:39.773 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.244915+0000 mon.a (mon.0) 721 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-06T17:29:39.773 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.245138+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-06T17:29:39.773 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.245369+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-06T17:29:39.773 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.245520+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-06T17:29:39.773 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.245970+0000 mon.a (mon.0) 725 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-06T17:29:39.773 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.246784+0000 mon.a (mon.0) 726 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-02-06T17:29:39.773 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.247667+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-02-06T17:29:39.774 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.248004+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-02-06T17:29:39.774 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.248301+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-02-06T17:29:39.774 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.248596+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi096"}]: dispatch 2024-02-06T17:29:39.774 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.248898+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi102"}]: dispatch 2024-02-06T17:29:39.774 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.249202+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-02-06T17:29:39.774 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.249485+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-02-06T17:29:39.774 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.249761+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-02-06T17:29:39.774 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.250056+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-02-06T17:29:39.774 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.250338+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-02-06T17:29:39.774 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.250634+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-02-06T17:29:39.774 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.250936+0000 mon.a (mon.0) 738 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-02-06T17:29:39.774 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.251219+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-02-06T17:29:39.774 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.251499+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-02-06T17:29:39.775 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.251811+0000 mon.a (mon.0) 741 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-02-06T17:29:39.775 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.252105+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-02-06T17:29:39.775 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.252368+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-02-06T17:29:39.775 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.247667+0000 mon.a (mon.0) 727 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-02-06T17:29:39.775 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.248004+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-02-06T17:29:39.775 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.248301+0000 mon.a (mon.0) 729 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-02-06T17:29:39.775 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.248596+0000 mon.a (mon.0) 730 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi096"}]: dispatch 2024-02-06T17:29:39.775 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.248898+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi102"}]: dispatch 2024-02-06T17:29:39.775 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.249202+0000 mon.a (mon.0) 732 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-02-06T17:29:39.775 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.249485+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-02-06T17:29:39.775 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.249761+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-02-06T17:29:39.776 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.250056+0000 mon.a (mon.0) 735 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-02-06T17:29:39.776 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.250338+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-02-06T17:29:39.776 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.250634+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-02-06T17:29:39.776 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.250936+0000 mon.a (mon.0) 738 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-02-06T17:29:39.776 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.251219+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-02-06T17:29:39.776 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.251499+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-02-06T17:29:39.776 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.251811+0000 mon.a (mon.0) 741 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-02-06T17:29:39.776 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.252105+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-02-06T17:29:39.776 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.252368+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-02-06T17:29:39.776 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.252636+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-06T17:29:39.777 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.252913+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-06T17:29:39.777 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.253194+0000 mon.a (mon.0) 746 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-02-06T17:29:39.777 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.253461+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-02-06T17:29:39.777 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.253735+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-02-06T17:29:39.777 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.254010+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-02-06T17:29:39.777 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: cluster 2024-02-06T17:29:39.279675+0000 mon.a (mon.0) 750 : cluster [INF] Manager daemon y is now available 2024-02-06T17:29:39.777 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.291829+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi096\": {\"hostname\": \"smithi096\", \"addr\": \"172.21.15.96\", \"labels\": [], \"status\": \"\"}, \"smithi102\": {\"hostname\": \"smithi102\", \"addr\": \"172.21.15.102\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-02-06T17:29:39.777 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.295207+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi096\": {\"hostname\": \"smithi096\", \"addr\": \"172.21.15.96\", \"labels\": [], \"status\": \"\"}, \"smithi102\": {\"hostname\": \"smithi102\", \"addr\": \"172.21.15.102\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-02-06T17:29:39.777 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.388123+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:29:39.777 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.389497+0000 mon.a (mon.0) 754 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:29:39.777 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.430017+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-02-06T17:29:39.777 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[35573]: audit 2024-02-06T17:29:39.436346+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-02-06T17:29:39.778 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.252636+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-06T17:29:39.778 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.252913+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-06T17:29:39.778 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.253194+0000 mon.a (mon.0) 746 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-02-06T17:29:39.778 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.253461+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-02-06T17:29:39.778 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.253735+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-02-06T17:29:39.778 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.254010+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-02-06T17:29:39.778 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: cluster 2024-02-06T17:29:39.279675+0000 mon.a (mon.0) 750 : cluster [INF] Manager daemon y is now available 2024-02-06T17:29:39.778 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.291829+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi096\": {\"hostname\": \"smithi096\", \"addr\": \"172.21.15.96\", \"labels\": [], \"status\": \"\"}, \"smithi102\": {\"hostname\": \"smithi102\", \"addr\": \"172.21.15.102\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-02-06T17:29:39.778 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.295207+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi096\": {\"hostname\": \"smithi096\", \"addr\": \"172.21.15.96\", \"labels\": [], \"status\": \"\"}, \"smithi102\": {\"hostname\": \"smithi102\", \"addr\": \"172.21.15.102\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-02-06T17:29:39.778 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.388123+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:29:39.778 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.389497+0000 mon.a (mon.0) 754 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:29:39.778 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.430017+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-02-06T17:29:39.779 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:39 smithi096 bash[38906]: audit 2024-02-06T17:29:39.436346+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-02-06T17:29:40.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:40 smithi102 bash[35648]: cephadm 2024-02-06T17:29:39.291373+0000 mgr.y (mgr.14871) 1 : cephadm [INF] inventory: adjusted host smithi102 addr 'smithi102' -> '172.21.15.102' 2024-02-06T17:29:40.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:40 smithi102 bash[35648]: audit 2024-02-06T17:29:39.595366+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:29:40.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:40 smithi102 bash[35648]: audit 2024-02-06T17:29:39.595772+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:29:40.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:40 smithi102 bash[35648]: cluster 2024-02-06T17:29:39.712336+0000 mon.a (mon.0) 759 : cluster [DBG] mgrmap e22: y(active, since 6s), standbys: x 2024-02-06T17:29:40.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:40 smithi102 bash[35648]: cluster 2024-02-06T17:29:39.726068+0000 mgr.y (mgr.14871) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:41.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:40 smithi096 bash[35573]: cephadm 2024-02-06T17:29:39.291373+0000 mgr.y (mgr.14871) 1 : cephadm [INF] inventory: adjusted host smithi102 addr 'smithi102' -> '172.21.15.102' 2024-02-06T17:29:41.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:40 smithi096 bash[35573]: audit 2024-02-06T17:29:39.595366+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:29:41.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:40 smithi096 bash[35573]: audit 2024-02-06T17:29:39.595772+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:29:41.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:40 smithi096 bash[35573]: cluster 2024-02-06T17:29:39.712336+0000 mon.a (mon.0) 759 : cluster [DBG] mgrmap e22: y(active, since 6s), standbys: x 2024-02-06T17:29:41.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:40 smithi096 bash[35573]: cluster 2024-02-06T17:29:39.726068+0000 mgr.y (mgr.14871) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:41.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:40 smithi096 bash[38906]: cephadm 2024-02-06T17:29:39.291373+0000 mgr.y (mgr.14871) 1 : cephadm [INF] inventory: adjusted host smithi102 addr 'smithi102' -> '172.21.15.102' 2024-02-06T17:29:41.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:40 smithi096 bash[38906]: audit 2024-02-06T17:29:39.595366+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:29:41.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:40 smithi096 bash[38906]: audit 2024-02-06T17:29:39.595772+0000 mon.a (mon.0) 758 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:29:41.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:40 smithi096 bash[38906]: cluster 2024-02-06T17:29:39.712336+0000 mon.a (mon.0) 759 : cluster [DBG] mgrmap e22: y(active, since 6s), standbys: x 2024-02-06T17:29:41.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:40 smithi096 bash[38906]: cluster 2024-02-06T17:29:39.726068+0000 mgr.y (mgr.14871) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:42.535 INFO:teuthology.orchestra.run.smithi096.stdout:true 2024-02-06T17:29:42.829 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:42 smithi102 bash[35648]: cluster 2024-02-06T17:29:41.245149+0000 mgr.y (mgr.14871) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:42.829 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:42 smithi102 bash[35648]: cluster 2024-02-06T17:29:41.718533+0000 mon.a (mon.0) 760 : cluster [DBG] mgrmap e23: y(active, since 8s), standbys: x 2024-02-06T17:29:43.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:42 smithi096 bash[35573]: cluster 2024-02-06T17:29:41.245149+0000 mgr.y (mgr.14871) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:43.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:42 smithi096 bash[35573]: cluster 2024-02-06T17:29:41.718533+0000 mon.a (mon.0) 760 : cluster [DBG] mgrmap e23: y(active, since 8s), standbys: x 2024-02-06T17:29:43.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:42 smithi096 bash[38906]: cluster 2024-02-06T17:29:41.245149+0000 mgr.y (mgr.14871) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:43.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:42 smithi096 bash[38906]: cluster 2024-02-06T17:29:41.718533+0000 mon.a (mon.0) 760 : cluster [DBG] mgrmap e23: y(active, since 8s), standbys: x 2024-02-06T17:29:43.152 INFO:teuthology.orchestra.run.smithi096.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T17:29:43.152 INFO:teuthology.orchestra.run.smithi096.stdout:alertmanager.a smithi096 running (46s) 10s ago 6m 16.1M - 0.26.0 9f27df16978d 501bd557f7b8 2024-02-06T17:29:43.152 INFO:teuthology.orchestra.run.smithi096.stdout:grafana.a smithi102 running (5m) 10s ago 5m 28.7M - 6.6.2 87a51ecf0b1c 178e8fd2aeb6 2024-02-06T17:29:43.152 INFO:teuthology.orchestra.run.smithi096.stdout:mgr.x smithi102 running (88s) 10s ago 9m 420M - 16.2.14-512-gce0a401e 3dc0b58dc7ab e90882937ae8 2024-02-06T17:29:43.152 INFO:teuthology.orchestra.run.smithi096.stdout:mgr.y smithi096 *:8443 running (16s) 10s ago 11m 66.1M - 16.2.14-512-gce0a401e 3dc0b58dc7ab b58d6ece591f 2024-02-06T17:29:43.152 INFO:teuthology.orchestra.run.smithi096.stdout:mon.a smithi096 running (11m) 10s ago 11m 92.9M 2048M 15.2.0 204a01f9b0b6 f371d96c0988 2024-02-06T17:29:43.152 INFO:teuthology.orchestra.run.smithi096.stdout:mon.b smithi102 running (9m) 10s ago 9m 92.6M 2048M 15.2.0 204a01f9b0b6 530c93dcf04b 2024-02-06T17:29:43.153 INFO:teuthology.orchestra.run.smithi096.stdout:mon.c smithi096 running (10m) 10s ago 10m 91.4M 2048M 15.2.0 204a01f9b0b6 a6875f0cd5c1 2024-02-06T17:29:43.153 INFO:teuthology.orchestra.run.smithi096.stdout:node-exporter.a smithi096 running (6m) 10s ago 6m 13.7M - 1.7.0 72c9c2088986 cc91c934b28c 2024-02-06T17:29:43.153 INFO:teuthology.orchestra.run.smithi096.stdout:node-exporter.b smithi102 running (6m) 10s ago 6m 12.9M - 1.7.0 72c9c2088986 0eea92309f1f 2024-02-06T17:29:43.153 INFO:teuthology.orchestra.run.smithi096.stdout:osd.0 smithi096 running (9m) 10s ago 9m 45.9M 4096M 15.2.0 204a01f9b0b6 cbb0a34dd70a 2024-02-06T17:29:43.153 INFO:teuthology.orchestra.run.smithi096.stdout:osd.1 smithi096 running (8m) 10s ago 9m 45.5M 4096M 15.2.0 204a01f9b0b6 56028a962ebc 2024-02-06T17:29:43.153 INFO:teuthology.orchestra.run.smithi096.stdout:osd.2 smithi096 running (8m) 10s ago 8m 41.5M 4096M 15.2.0 204a01f9b0b6 92b6ab272f33 2024-02-06T17:29:43.153 INFO:teuthology.orchestra.run.smithi096.stdout:osd.3 smithi096 running (8m) 10s ago 8m 44.2M 4096M 15.2.0 204a01f9b0b6 fe6f9f835cd5 2024-02-06T17:29:43.153 INFO:teuthology.orchestra.run.smithi096.stdout:osd.4 smithi102 running (8m) 10s ago 8m 43.1M 4096M 15.2.0 204a01f9b0b6 c417e6df90c5 2024-02-06T17:29:43.153 INFO:teuthology.orchestra.run.smithi096.stdout:osd.5 smithi102 running (7m) 10s ago 7m 43.1M 4096M 15.2.0 204a01f9b0b6 3b90a8ce2c0f 2024-02-06T17:29:43.153 INFO:teuthology.orchestra.run.smithi096.stdout:osd.6 smithi102 running (7m) 10s ago 7m 40.2M 4096M 15.2.0 204a01f9b0b6 945130e80629 2024-02-06T17:29:43.153 INFO:teuthology.orchestra.run.smithi096.stdout:osd.7 smithi102 running (7m) 10s ago 7m 46.0M 4096M 15.2.0 204a01f9b0b6 eee02def27df 2024-02-06T17:29:43.153 INFO:teuthology.orchestra.run.smithi096.stdout:prometheus.a smithi102 running (33s) 10s ago 6m 35.3M - 2.49.1 2a72b385beaf 5883e7d86efb 2024-02-06T17:29:43.153 INFO:teuthology.orchestra.run.smithi096.stdout:rgw.r.z.smithi096.byanyc smithi096 running (4m) 10s ago 4m 33.1M - 15.2.0 204a01f9b0b6 6896d2e99a4d 2024-02-06T17:29:43.153 INFO:teuthology.orchestra.run.smithi096.stdout:rgw.r.z.smithi102.bnlttq smithi102 running (4m) 10s ago 4m 33.6M - 15.2.0 204a01f9b0b6 fb8ee4a760f1 2024-02-06T17:29:43.535 INFO:teuthology.orchestra.run.smithi096.stdout:{ 2024-02-06T17:29:43.535 INFO:teuthology.orchestra.run.smithi096.stdout: "mon": { 2024-02-06T17:29:43.535 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-02-06T17:29:43.535 INFO:teuthology.orchestra.run.smithi096.stdout: }, 2024-02-06T17:29:43.535 INFO:teuthology.orchestra.run.smithi096.stdout: "mgr": { 2024-02-06T17:29:43.535 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:29:43.535 INFO:teuthology.orchestra.run.smithi096.stdout: }, 2024-02-06T17:29:43.535 INFO:teuthology.orchestra.run.smithi096.stdout: "osd": { 2024-02-06T17:29:43.535 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-02-06T17:29:43.535 INFO:teuthology.orchestra.run.smithi096.stdout: }, 2024-02-06T17:29:43.535 INFO:teuthology.orchestra.run.smithi096.stdout: "mds": {}, 2024-02-06T17:29:43.536 INFO:teuthology.orchestra.run.smithi096.stdout: "rgw": { 2024-02-06T17:29:43.536 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-02-06T17:29:43.536 INFO:teuthology.orchestra.run.smithi096.stdout: }, 2024-02-06T17:29:43.536 INFO:teuthology.orchestra.run.smithi096.stdout: "overall": { 2024-02-06T17:29:43.536 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-02-06T17:29:43.536 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:29:43.536 INFO:teuthology.orchestra.run.smithi096.stdout: } 2024-02-06T17:29:43.536 INFO:teuthology.orchestra.run.smithi096.stdout:} 2024-02-06T17:29:43.853 INFO:teuthology.orchestra.run.smithi096.stdout:{ 2024-02-06T17:29:43.853 INFO:teuthology.orchestra.run.smithi096.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", 2024-02-06T17:29:43.853 INFO:teuthology.orchestra.run.smithi096.stdout: "in_progress": true, 2024-02-06T17:29:43.853 INFO:teuthology.orchestra.run.smithi096.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-06T17:29:43.853 INFO:teuthology.orchestra.run.smithi096.stdout: "services_complete": [ 2024-02-06T17:29:43.853 INFO:teuthology.orchestra.run.smithi096.stdout: "mgr" 2024-02-06T17:29:43.853 INFO:teuthology.orchestra.run.smithi096.stdout: ], 2024-02-06T17:29:43.853 INFO:teuthology.orchestra.run.smithi096.stdout: "progress": "2/20 daemons upgraded", 2024-02-06T17:29:43.854 INFO:teuthology.orchestra.run.smithi096.stdout: "message": "", 2024-02-06T17:29:43.854 INFO:teuthology.orchestra.run.smithi096.stdout: "is_paused": false 2024-02-06T17:29:43.854 INFO:teuthology.orchestra.run.smithi096.stdout:} 2024-02-06T17:29:43.932 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:43 smithi096 bash[38906]: audit 2024-02-06T17:29:42.523907+0000 mgr.y (mgr.14871) 4 : audit [DBG] from='client.24799 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:29:43.932 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:43 smithi096 bash[38906]: audit 2024-02-06T17:29:42.840311+0000 mgr.y (mgr.14871) 5 : audit [DBG] from='client.24805 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:29:43.932 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:43 smithi096 bash[38906]: audit 2024-02-06T17:29:43.141183+0000 mgr.y (mgr.14871) 6 : audit [DBG] from='client.14907 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:29:43.932 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:43 smithi096 bash[38906]: audit 2024-02-06T17:29:43.143040+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-02-06T17:29:43.932 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:43 smithi096 bash[38906]: audit 2024-02-06T17:29:43.143342+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-02-06T17:29:43.932 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:43 smithi096 bash[38906]: audit 2024-02-06T17:29:43.143564+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:43.932 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:43 smithi096 bash[38906]: audit 2024-02-06T17:29:43.143795+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:43.932 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:43 smithi096 bash[38906]: audit 2024-02-06T17:29:43.144017+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:43.933 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:43 smithi096 bash[38906]: audit 2024-02-06T17:29:43.144219+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:43.933 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:43 smithi096 bash[38906]: audit 2024-02-06T17:29:43.145706+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-02-06T17:29:43.933 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:43 smithi096 bash[38906]: audit 2024-02-06T17:29:43.145951+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:43.933 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:43 smithi096 bash[38906]: audit 2024-02-06T17:29:43.146178+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:43.933 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:43 smithi096 bash[38906]: audit 2024-02-06T17:29:43.146385+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:43.933 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:43 smithi096 bash[38906]: audit 2024-02-06T17:29:43.146591+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:43.933 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:43 smithi096 bash[38906]: audit 2024-02-06T17:29:43.534849+0000 mon.c (mon.1) 31 : audit [DBG] from='client.? 172.21.15.96:0/1092942169' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:29:43.933 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:43 smithi096 bash[35573]: audit 2024-02-06T17:29:42.523907+0000 mgr.y (mgr.14871) 4 : audit [DBG] from='client.24799 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:29:43.933 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:43 smithi096 bash[35573]: audit 2024-02-06T17:29:42.840311+0000 mgr.y (mgr.14871) 5 : audit [DBG] from='client.24805 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:29:43.933 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:43 smithi096 bash[35573]: audit 2024-02-06T17:29:43.141183+0000 mgr.y (mgr.14871) 6 : audit [DBG] from='client.14907 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:29:43.933 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:43 smithi096 bash[35573]: audit 2024-02-06T17:29:43.143040+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-02-06T17:29:43.933 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:43 smithi096 bash[35573]: audit 2024-02-06T17:29:43.143342+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-02-06T17:29:43.933 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:43 smithi096 bash[35573]: audit 2024-02-06T17:29:43.143564+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:43.934 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:43 smithi096 bash[35573]: audit 2024-02-06T17:29:43.143795+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:43.934 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:43 smithi096 bash[35573]: audit 2024-02-06T17:29:43.144017+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:43.934 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:43 smithi096 bash[35573]: audit 2024-02-06T17:29:43.144219+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:43.934 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:43 smithi096 bash[35573]: audit 2024-02-06T17:29:43.145706+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-02-06T17:29:43.934 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:43 smithi096 bash[35573]: audit 2024-02-06T17:29:43.145951+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:43.934 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:43 smithi096 bash[35573]: audit 2024-02-06T17:29:43.146178+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:43.934 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:43 smithi096 bash[35573]: audit 2024-02-06T17:29:43.146385+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:43.934 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:43 smithi096 bash[35573]: audit 2024-02-06T17:29:43.146591+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:43.934 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:43 smithi096 bash[35573]: audit 2024-02-06T17:29:43.534849+0000 mon.c (mon.1) 31 : audit [DBG] from='client.? 172.21.15.96:0/1092942169' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:29:44.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:43 smithi102 bash[35648]: audit 2024-02-06T17:29:42.523907+0000 mgr.y (mgr.14871) 4 : audit [DBG] from='client.24799 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:29:44.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:43 smithi102 bash[35648]: audit 2024-02-06T17:29:42.840311+0000 mgr.y (mgr.14871) 5 : audit [DBG] from='client.24805 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:29:44.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:43 smithi102 bash[35648]: audit 2024-02-06T17:29:43.141183+0000 mgr.y (mgr.14871) 6 : audit [DBG] from='client.14907 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:29:44.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:43 smithi102 bash[35648]: audit 2024-02-06T17:29:43.143040+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-02-06T17:29:44.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:43 smithi102 bash[35648]: audit 2024-02-06T17:29:43.143342+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-02-06T17:29:44.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:43 smithi102 bash[35648]: audit 2024-02-06T17:29:43.143564+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:44.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:43 smithi102 bash[35648]: audit 2024-02-06T17:29:43.143795+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:44.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:43 smithi102 bash[35648]: audit 2024-02-06T17:29:43.144017+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:44.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:43 smithi102 bash[35648]: audit 2024-02-06T17:29:43.144219+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:44.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:43 smithi102 bash[35648]: audit 2024-02-06T17:29:43.145706+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-02-06T17:29:44.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:43 smithi102 bash[35648]: audit 2024-02-06T17:29:43.145951+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:44.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:43 smithi102 bash[35648]: audit 2024-02-06T17:29:43.146178+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:44.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:43 smithi102 bash[35648]: audit 2024-02-06T17:29:43.146385+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:44.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:43 smithi102 bash[35648]: audit 2024-02-06T17:29:43.146591+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:44.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:43 smithi102 bash[35648]: audit 2024-02-06T17:29:43.534849+0000 mon.c (mon.1) 31 : audit [DBG] from='client.? 172.21.15.96:0/1092942169' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:29:45.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:44 smithi096 bash[35573]: cluster 2024-02-06T17:29:43.245484+0000 mgr.y (mgr.14871) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:45.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:44 smithi096 bash[35573]: audit 2024-02-06T17:29:43.852917+0000 mgr.y (mgr.14871) 8 : audit [DBG] from='client.24823 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:29:45.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:44 smithi096 bash[38906]: cluster 2024-02-06T17:29:43.245484+0000 mgr.y (mgr.14871) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:45.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:44 smithi096 bash[38906]: audit 2024-02-06T17:29:43.852917+0000 mgr.y (mgr.14871) 8 : audit [DBG] from='client.24823 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:29:45.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:44 smithi096 bash[35573]: audit 2024-02-06T17:29:44.336822+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 104752742, \"cpu_percentage\": \"1.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.334763Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"b58d6ece591f\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 430755020, \"cpu_percentage\": \"52.93%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-06T17:29:44.334931Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:29:26.693389Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95871303, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335014Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48412753, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335081Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48255467, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335159Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43914362, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335219Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46766489, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335280Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 14386462, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335339Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"501bd557f7b8\", \"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\": 16955473, \"cpu_percentage\": \"0.33%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335399Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:28:56.860130Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35588669, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335458Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:13.705092Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_daemon_update\": \"2024-02-06T17:29:44.335566Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.593068Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-06T17:29:45.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:44 smithi096 bash[35573]: audit 2024-02-06T17:29:44.339786+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 104752742, \"cpu_percentage\": \"1.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.334763Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"b58d6ece591f\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 430755020, \"cpu_percentage\": \"52.93%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-06T17:29:44.334931Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:29:26.693389Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95871303, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335014Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48412753, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335081Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48255467, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335159Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43914362, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335219Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46766489, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335280Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 14386462, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335339Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"501bd557f7b8\", \"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\": 16955473, \"cpu_percentage\": \"0.33%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335399Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:28:56.860130Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35588669, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335458Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:13.705092Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_daemon_update\": \"2024-02-06T17:29:44.335566Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.593068Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-06T17:29:45.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:44 smithi096 bash[35573]: audit 2024-02-06T17:29:44.619554+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:29:45.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:44 smithi096 bash[35573]: audit 2024-02-06T17:29:44.619903+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:45.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:44 smithi096 bash[35573]: audit 2024-02-06T17:29:44.620144+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:29:45.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:44 smithi096 bash[35573]: audit 2024-02-06T17:29:44.620345+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:45.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:44 smithi096 bash[35573]: audit 2024-02-06T17:29:44.620577+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:29:45.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:44 smithi096 bash[35573]: audit 2024-02-06T17:29:44.620800+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:45.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:44 smithi096 bash[35573]: audit 2024-02-06T17:29:44.621030+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:29:45.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:44 smithi096 bash[35573]: audit 2024-02-06T17:29:44.621243+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:45.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:44 smithi096 bash[35573]: audit 2024-02-06T17:29:44.621469+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:29:45.023 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:44 smithi096 bash[38906]: audit 2024-02-06T17:29:44.336822+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 104752742, \"cpu_percentage\": \"1.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.334763Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"b58d6ece591f\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 430755020, \"cpu_percentage\": \"52.93%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-06T17:29:44.334931Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:29:26.693389Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95871303, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335014Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48412753, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335081Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48255467, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335159Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43914362, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335219Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46766489, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335280Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 14386462, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335339Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"501bd557f7b8\", \"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\": 16955473, \"cpu_percentage\": \"0.33%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335399Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:28:56.860130Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35588669, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335458Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:13.705092Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_daemon_update\": \"2024-02-06T17:29:44.335566Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.593068Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-06T17:29:45.023 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:44 smithi096 bash[38906]: audit 2024-02-06T17:29:44.339786+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 104752742, \"cpu_percentage\": \"1.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.334763Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"b58d6ece591f\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 430755020, \"cpu_percentage\": \"52.93%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-06T17:29:44.334931Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:29:26.693389Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95871303, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335014Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48412753, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335081Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48255467, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335159Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43914362, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335219Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46766489, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335280Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 14386462, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335339Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"501bd557f7b8\", \"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\": 16955473, \"cpu_percentage\": \"0.33%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335399Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:28:56.860130Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35588669, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335458Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:13.705092Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_daemon_update\": \"2024-02-06T17:29:44.335566Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.593068Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-06T17:29:45.023 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:44 smithi096 bash[38906]: audit 2024-02-06T17:29:44.619554+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:29:45.023 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:44 smithi096 bash[38906]: audit 2024-02-06T17:29:44.619903+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:45.023 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:44 smithi096 bash[38906]: audit 2024-02-06T17:29:44.620144+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:29:45.023 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:44 smithi096 bash[38906]: audit 2024-02-06T17:29:44.620345+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:45.023 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:44 smithi096 bash[38906]: audit 2024-02-06T17:29:44.620577+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:29:45.023 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:44 smithi096 bash[38906]: audit 2024-02-06T17:29:44.620800+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:45.023 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:44 smithi096 bash[38906]: audit 2024-02-06T17:29:44.621030+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:29:45.023 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:44 smithi096 bash[38906]: audit 2024-02-06T17:29:44.621243+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:45.023 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:44 smithi096 bash[38906]: audit 2024-02-06T17:29:44.621469+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:29:45.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:44 smithi102 bash[35648]: cluster 2024-02-06T17:29:43.245484+0000 mgr.y (mgr.14871) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:45.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:44 smithi102 bash[35648]: audit 2024-02-06T17:29:43.852917+0000 mgr.y (mgr.14871) 8 : audit [DBG] from='client.24823 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:29:45.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:44 smithi102 bash[35648]: audit 2024-02-06T17:29:44.336822+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 104752742, \"cpu_percentage\": \"1.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.334763Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"b58d6ece591f\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 430755020, \"cpu_percentage\": \"52.93%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-06T17:29:44.334931Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:29:26.693389Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95871303, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335014Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48412753, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335081Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48255467, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335159Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43914362, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335219Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46766489, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335280Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 14386462, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335339Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"501bd557f7b8\", \"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\": 16955473, \"cpu_percentage\": \"0.33%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335399Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:28:56.860130Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35588669, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335458Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:13.705092Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_daemon_update\": \"2024-02-06T17:29:44.335566Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.593068Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-06T17:29:45.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:44 smithi102 bash[35648]: audit 2024-02-06T17:29:44.339786+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"container_id\": \"f371d96c0988\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 104752742, \"cpu_percentage\": \"1.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.334763Z\", \"created\": \"2024-02-06T17:18:08.013366Z\", \"started\": \"2024-02-06T17:18:12.575975Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi096\", \"container_id\": \"b58d6ece591f\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 430755020, \"cpu_percentage\": \"52.93%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-06T17:29:44.334931Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:29:26.693389Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95871303, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335014Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48412753, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335081Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48255467, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335159Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43914362, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335219Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46766489, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335280Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 14386462, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335339Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"501bd557f7b8\", \"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\": 16955473, \"cpu_percentage\": \"0.33%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335399Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:28:56.860130Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35588669, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335458Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:13.705092Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:45.020914Z\"}}, \"last_daemon_update\": \"2024-02-06T17:29:44.335566Z\", \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.593068Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-06T17:29:45.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:44 smithi102 bash[35648]: audit 2024-02-06T17:29:44.619554+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:29:45.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:44 smithi102 bash[35648]: audit 2024-02-06T17:29:44.619903+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:45.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:44 smithi102 bash[35648]: audit 2024-02-06T17:29:44.620144+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:29:45.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:44 smithi102 bash[35648]: audit 2024-02-06T17:29:44.620345+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:45.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:44 smithi102 bash[35648]: audit 2024-02-06T17:29:44.620577+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:29:45.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:44 smithi102 bash[35648]: audit 2024-02-06T17:29:44.620800+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:45.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:44 smithi102 bash[35648]: audit 2024-02-06T17:29:44.621030+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:29:45.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:44 smithi102 bash[35648]: audit 2024-02-06T17:29:44.621243+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:45.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:44 smithi102 bash[35648]: audit 2024-02-06T17:29:44.621469+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:29:46.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:45 smithi096 bash[35573]: audit 2024-02-06T17:29:45.054920+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98366914, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053016Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 399822028, \"cpu_percentage\": \"16.44%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053159Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45539655, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053229Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45822771, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053294Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42687528, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053358Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48664412, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053422Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"5883e7d86efb\", \"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\": 37151047, \"cpu_percentage\": \"0.99%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053485Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:29:10.094679Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13914603, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053548Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 30136074, \"cpu_percentage\": \"0.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053609Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36081500, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053681Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_daemon_update\": \"2024-02-06T17:29:45.053801Z\", \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.595784Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-06T17:29:46.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:45 smithi096 bash[35573]: audit 2024-02-06T17:29:45.057984+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98366914, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053016Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 399822028, \"cpu_percentage\": \"16.44%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053159Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45539655, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053229Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45822771, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053294Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42687528, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053358Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48664412, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053422Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"5883e7d86efb\", \"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\": 37151047, \"cpu_percentage\": \"0.99%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053485Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:29:10.094679Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13914603, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053548Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 30136074, \"cpu_percentage\": \"0.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053609Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36081500, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053681Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_daemon_update\": \"2024-02-06T17:29:45.053801Z\", \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.595784Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-06T17:29:46.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:45 smithi096 bash[35573]: audit 2024-02-06T17:29:45.335718+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:29:46.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:45 smithi096 bash[35573]: audit 2024-02-06T17:29:45.336131+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:46.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:45 smithi096 bash[35573]: audit 2024-02-06T17:29:45.336412+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:29:46.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:45 smithi096 bash[35573]: audit 2024-02-06T17:29:45.336669+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:46.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:45 smithi096 bash[35573]: audit 2024-02-06T17:29:45.336932+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:29:46.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:45 smithi096 bash[35573]: audit 2024-02-06T17:29:45.337178+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:46.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:45 smithi096 bash[35573]: audit 2024-02-06T17:29:45.337432+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:29:46.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:45 smithi096 bash[35573]: audit 2024-02-06T17:29:45.337726+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:46.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:45 smithi096 bash[35573]: audit 2024-02-06T17:29:45.338032+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:29:46.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:45 smithi096 bash[35573]: audit 2024-02-06T17:29:45.339235+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-06T17:29:46.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:45 smithi096 bash[35573]: audit 2024-02-06T17:29:45.342248+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-02-06T17:29:46.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:45 smithi096 bash[35573]: audit 2024-02-06T17:29:45.347487+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:29:46.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:45 smithi096 bash[35573]: audit 2024-02-06T17:29:45.348420+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-06T17:29:46.023 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:45 smithi096 bash[38906]: audit 2024-02-06T17:29:45.054920+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98366914, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053016Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 399822028, \"cpu_percentage\": \"16.44%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053159Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45539655, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053229Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45822771, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053294Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42687528, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053358Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48664412, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053422Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"5883e7d86efb\", \"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\": 37151047, \"cpu_percentage\": \"0.99%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053485Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:29:10.094679Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13914603, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053548Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 30136074, \"cpu_percentage\": \"0.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053609Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36081500, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053681Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_daemon_update\": \"2024-02-06T17:29:45.053801Z\", \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.595784Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-06T17:29:46.023 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:45 smithi096 bash[38906]: audit 2024-02-06T17:29:45.057984+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98366914, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053016Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 399822028, \"cpu_percentage\": \"16.44%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053159Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45539655, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053229Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45822771, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053294Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42687528, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053358Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48664412, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053422Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"5883e7d86efb\", \"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\": 37151047, \"cpu_percentage\": \"0.99%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053485Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:29:10.094679Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13914603, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053548Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 30136074, \"cpu_percentage\": \"0.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053609Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36081500, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053681Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_daemon_update\": \"2024-02-06T17:29:45.053801Z\", \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.595784Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-06T17:29:46.023 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:45 smithi096 bash[38906]: audit 2024-02-06T17:29:45.335718+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:29:46.023 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:45 smithi096 bash[38906]: audit 2024-02-06T17:29:45.336131+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:46.023 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:45 smithi096 bash[38906]: audit 2024-02-06T17:29:45.336412+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:29:46.023 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:45 smithi096 bash[38906]: audit 2024-02-06T17:29:45.336669+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:46.023 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:45 smithi096 bash[38906]: audit 2024-02-06T17:29:45.336932+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:29:46.023 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:45 smithi096 bash[38906]: audit 2024-02-06T17:29:45.337178+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:46.023 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:45 smithi096 bash[38906]: audit 2024-02-06T17:29:45.337432+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:29:46.023 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:45 smithi096 bash[38906]: audit 2024-02-06T17:29:45.337726+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:46.023 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:45 smithi096 bash[38906]: audit 2024-02-06T17:29:45.338032+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:29:46.023 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:45 smithi096 bash[38906]: audit 2024-02-06T17:29:45.339235+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-06T17:29:46.024 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:45 smithi096 bash[38906]: audit 2024-02-06T17:29:45.342248+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-02-06T17:29:46.024 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:45 smithi096 bash[38906]: audit 2024-02-06T17:29:45.347487+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:29:46.024 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:45 smithi096 bash[38906]: audit 2024-02-06T17:29:45.348420+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-06T17:29:46.163 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:45 smithi102 bash[35648]: audit 2024-02-06T17:29:45.054920+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98366914, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053016Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 399822028, \"cpu_percentage\": \"16.44%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053159Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45539655, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053229Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45822771, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053294Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42687528, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053358Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48664412, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053422Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"5883e7d86efb\", \"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\": 37151047, \"cpu_percentage\": \"0.99%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053485Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:29:10.094679Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13914603, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053548Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 30136074, \"cpu_percentage\": \"0.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053609Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36081500, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053681Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_daemon_update\": \"2024-02-06T17:29:45.053801Z\", \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.595784Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-06T17:29:46.164 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:45 smithi102 bash[35648]: audit 2024-02-06T17:29:45.057984+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98366914, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053016Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"e90882937ae8\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:ce0a401e7175623ae7f0c4552bd00c17eefaf943\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 399822028, \"cpu_percentage\": \"16.44%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053159Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:28:14.930966Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45539655, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053229Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45822771, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053294Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42687528, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053358Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48664412, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053422Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"5883e7d86efb\", \"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\": 37151047, \"cpu_percentage\": \"0.99%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053485Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:29:10.094679Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13914603, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053548Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 30136074, \"cpu_percentage\": \"0.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053609Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36081500, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053681Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:27:57.020269Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_daemon_update\": \"2024-02-06T17:29:45.053801Z\", \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.595784Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-06T17:29:46.164 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:45 smithi102 bash[35648]: audit 2024-02-06T17:29:45.335718+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:29:46.164 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:45 smithi102 bash[35648]: audit 2024-02-06T17:29:45.336131+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:46.164 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:45 smithi102 bash[35648]: audit 2024-02-06T17:29:45.336412+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:29:46.164 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:45 smithi102 bash[35648]: audit 2024-02-06T17:29:45.336669+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:46.164 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:45 smithi102 bash[35648]: audit 2024-02-06T17:29:45.336932+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:29:46.164 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:45 smithi102 bash[35648]: audit 2024-02-06T17:29:45.337178+0000 mon.a (mon.0) 790 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:46.164 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:45 smithi102 bash[35648]: audit 2024-02-06T17:29:45.337432+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:29:46.164 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:45 smithi102 bash[35648]: audit 2024-02-06T17:29:45.337726+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:29:46.164 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:45 smithi102 bash[35648]: audit 2024-02-06T17:29:45.338032+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:29:46.164 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:45 smithi102 bash[35648]: audit 2024-02-06T17:29:45.339235+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-06T17:29:46.165 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:45 smithi102 bash[35648]: audit 2024-02-06T17:29:45.342248+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-02-06T17:29:46.165 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:45 smithi102 bash[35648]: audit 2024-02-06T17:29:45.347487+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:29:46.165 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:45 smithi102 bash[35648]: audit 2024-02-06T17:29:45.348420+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-06T17:29:47.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:47 smithi102 bash[35648]: cluster 2024-02-06T17:29:45.246054+0000 mgr.y (mgr.14871) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:47.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:47 smithi102 bash[35648]: audit 2024-02-06T17:29:46.911828+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-06T17:29:47.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:47 smithi102 bash[35648]: audit 2024-02-06T17:29:46.912641+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-06T17:29:47.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:47 smithi102 bash[35648]: audit 2024-02-06T17:29:46.913554+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:29:47.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:47 smithi102 bash[35648]: audit 2024-02-06T17:29:46.914725+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-02-06T17:29:47.270 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:29:46 smithi096 bash[57982]: ts=2024-02-06T17:29:46.954Z 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-02-06T17:29:47.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:47 smithi096 bash[35573]: cluster 2024-02-06T17:29:45.246054+0000 mgr.y (mgr.14871) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:47.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:47 smithi096 bash[35573]: audit 2024-02-06T17:29:46.911828+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-06T17:29:47.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:47 smithi096 bash[35573]: audit 2024-02-06T17:29:46.912641+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-06T17:29:47.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:47 smithi096 bash[35573]: audit 2024-02-06T17:29:46.913554+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:29:47.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:47 smithi096 bash[35573]: audit 2024-02-06T17:29:46.914725+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-02-06T17:29:47.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:47 smithi096 bash[38906]: cluster 2024-02-06T17:29:45.246054+0000 mgr.y (mgr.14871) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:47.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:47 smithi096 bash[38906]: audit 2024-02-06T17:29:46.911828+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-06T17:29:47.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:47 smithi096 bash[38906]: audit 2024-02-06T17:29:46.912641+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-06T17:29:47.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:47 smithi096 bash[38906]: audit 2024-02-06T17:29:46.913554+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:29:47.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:47 smithi096 bash[38906]: audit 2024-02-06T17:29:46.914725+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-02-06T17:29:48.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:48 smithi102 bash[35648]: cephadm 2024-02-06T17:29:46.911421+0000 mgr.y (mgr.14871) 10 : cephadm [INF] Upgrade: Updating mgr.x 2024-02-06T17:29:48.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:48 smithi102 bash[35648]: cephadm 2024-02-06T17:29:46.914271+0000 mgr.y (mgr.14871) 11 : cephadm [INF] Deploying daemon mgr.x on smithi102 2024-02-06T17:29:48.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:48 smithi096 bash[35573]: cephadm 2024-02-06T17:29:46.911421+0000 mgr.y (mgr.14871) 10 : cephadm [INF] Upgrade: Updating mgr.x 2024-02-06T17:29:48.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:48 smithi096 bash[35573]: cephadm 2024-02-06T17:29:46.914271+0000 mgr.y (mgr.14871) 11 : cephadm [INF] Deploying daemon mgr.x on smithi102 2024-02-06T17:29:48.520 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:48 smithi096 bash[38906]: cephadm 2024-02-06T17:29:46.911421+0000 mgr.y (mgr.14871) 10 : cephadm [INF] Upgrade: Updating mgr.x 2024-02-06T17:29:48.520 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:48 smithi096 bash[38906]: cephadm 2024-02-06T17:29:46.914271+0000 mgr.y (mgr.14871) 11 : cephadm [INF] Deploying daemon mgr.x on smithi102 2024-02-06T17:29:48.689 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:29:48 smithi102 systemd[1]: Stopping Ceph mgr.x for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:29:49.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:49 smithi102 bash[35648]: cluster 2024-02-06T17:29:47.246628+0000 mgr.y (mgr.14871) 12 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:49.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:49 smithi096 bash[35573]: cluster 2024-02-06T17:29:47.246628+0000 mgr.y (mgr.14871) 12 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:49.520 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:49 smithi096 bash[38906]: cluster 2024-02-06T17:29:47.246628+0000 mgr.y (mgr.14871) 12 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:51.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:51 smithi102 bash[35648]: cluster 2024-02-06T17:29:49.247168+0000 mgr.y (mgr.14871) 13 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:51.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:51 smithi096 bash[35573]: cluster 2024-02-06T17:29:49.247168+0000 mgr.y (mgr.14871) 13 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:51.520 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:51 smithi096 bash[38906]: cluster 2024-02-06T17:29:49.247168+0000 mgr.y (mgr.14871) 13 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:53.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:53 smithi102 bash[35648]: cluster 2024-02-06T17:29:51.247861+0000 mgr.y (mgr.14871) 14 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:53.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:53 smithi096 bash[35573]: cluster 2024-02-06T17:29:51.247861+0000 mgr.y (mgr.14871) 14 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:53.520 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:53 smithi096 bash[38906]: cluster 2024-02-06T17:29:51.247861+0000 mgr.y (mgr.14871) 14 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:55.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:55 smithi102 bash[35648]: cluster 2024-02-06T17:29:53.248408+0000 mgr.y (mgr.14871) 15 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:55.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:55 smithi096 bash[35573]: cluster 2024-02-06T17:29:53.248408+0000 mgr.y (mgr.14871) 15 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:55.520 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:55 smithi096 bash[38906]: cluster 2024-02-06T17:29:53.248408+0000 mgr.y (mgr.14871) 15 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:57.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:57 smithi102 bash[35648]: cluster 2024-02-06T17:29:55.249174+0000 mgr.y (mgr.14871) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:57.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:57 smithi096 bash[35573]: cluster 2024-02-06T17:29:55.249174+0000 mgr.y (mgr.14871) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:57.520 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:57 smithi096 bash[38906]: cluster 2024-02-06T17:29:55.249174+0000 mgr.y (mgr.14871) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:58.865 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:29:58 smithi102 bash[52922]: time="2024-02-06T17:29:58Z" level=warning msg="StopSignal SIGTERM failed to stop container ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr.x in 10 seconds, resorting to SIGKILL" 2024-02-06T17:29:59.189 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:29:59 smithi102 bash[52922]: ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr.x 2024-02-06T17:29:59.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:29:59 smithi102 bash[35648]: cluster 2024-02-06T17:29:57.249757+0000 mgr.y (mgr.14871) 17 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:59.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:29:59 smithi096 bash[35573]: cluster 2024-02-06T17:29:57.249757+0000 mgr.y (mgr.14871) 17 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:59.520 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:29:59 smithi096 bash[38906]: cluster 2024-02-06T17:29:57.249757+0000 mgr.y (mgr.14871) 17 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:29:59.599 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:29:59 smithi102 systemd[1]: ceph-a15007fc-c513-11ee-95b6-87774f69a715@mgr.x.service: Main process exited, code=exited, status=137/n/a 2024-02-06T17:29:59.939 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:29:59 smithi102 systemd[1]: ceph-a15007fc-c513-11ee-95b6-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2024-02-06T17:29:59.939 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:29:59 smithi102 systemd[1]: Stopped Ceph mgr.x for a15007fc-c513-11ee-95b6-87774f69a715. 2024-02-06T17:29:59.940 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:29:59 smithi102 systemd[1]: Starting Ceph mgr.x for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:30:00.690 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:00 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:00.325+0000 7f5222afc700 1 -- 172.21.15.102:0/3844912803 <== mon.2 v2:172.21.15.102:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x561e0a2de4e0 con 0x561e0a2b2c00 2024-02-06T17:30:00.690 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:00 smithi102 bash[53110]: ba8dda14dddf12bb9c63403755232604db2d208020f9e1f050027850ed70bbd8 2024-02-06T17:30:00.690 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:00 smithi102 systemd[1]: Started Ceph mgr.x for a15007fc-c513-11ee-95b6-87774f69a715. 2024-02-06T17:30:00.690 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:00 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:00.455+0000 7f52330f8680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-06T17:30:00.690 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:00 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:00.542+0000 7f52330f8680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-06T17:30:01.369 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:00 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:00.953+0000 7f52330f8680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-06T17:30:01.370 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:01 smithi102 bash[35648]: cluster 2024-02-06T17:29:59.250294+0000 mgr.y (mgr.14871) 18 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:01.370 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:01 smithi102 bash[35648]: audit 2024-02-06T17:30:00.472920+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98366914, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053016Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45539655, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053229Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45822771, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053294Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42687528, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053358Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48664412, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053422Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"5883e7d86efb\", \"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\": 37151047, \"cpu_percentage\": \"0.99%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:29:45.053485Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:29:10.094679Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13914603, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053548Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 30136074, \"cpu_percentage\": \"0.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:29:45.053609Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36081500, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053681Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:46.914135Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.595784Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-06T17:30:01.370 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:01 smithi102 bash[35648]: audit 2024-02-06T17:30:00.479106+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98366914, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053016Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45539655, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053229Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45822771, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053294Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42687528, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053358Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48664412, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053422Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"5883e7d86efb\", \"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\": 37151047, \"cpu_percentage\": \"0.99%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:29:45.053485Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:29:10.094679Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13914603, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053548Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 30136074, \"cpu_percentage\": \"0.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:29:45.053609Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36081500, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053681Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:46.914135Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.595784Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-06T17:30:01.370 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:01 smithi102 bash[35648]: audit 2024-02-06T17:30:00.479988+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:30:01.370 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:01 smithi102 bash[35648]: audit 2024-02-06T17:30:00.481670+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:30:01.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:01 smithi096 bash[35573]: cluster 2024-02-06T17:29:59.250294+0000 mgr.y (mgr.14871) 18 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:01.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:01 smithi096 bash[38906]: cluster 2024-02-06T17:29:59.250294+0000 mgr.y (mgr.14871) 18 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:01.521 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:01 smithi096 bash[35573]: audit 2024-02-06T17:30:00.472920+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98366914, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053016Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45539655, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053229Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45822771, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053294Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42687528, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053358Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48664412, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053422Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"5883e7d86efb\", \"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\": 37151047, \"cpu_percentage\": \"0.99%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:29:45.053485Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:29:10.094679Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13914603, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053548Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 30136074, \"cpu_percentage\": \"0.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:29:45.053609Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36081500, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053681Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:46.914135Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.595784Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-06T17:30:01.521 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:01 smithi096 bash[35573]: audit 2024-02-06T17:30:00.479106+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98366914, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053016Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45539655, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053229Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45822771, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053294Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42687528, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053358Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48664412, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053422Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"5883e7d86efb\", \"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\": 37151047, \"cpu_percentage\": \"0.99%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:29:45.053485Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:29:10.094679Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13914603, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053548Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 30136074, \"cpu_percentage\": \"0.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:29:45.053609Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36081500, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053681Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:46.914135Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.595784Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-06T17:30:01.521 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:01 smithi096 bash[35573]: audit 2024-02-06T17:30:00.479988+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:30:01.521 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:01 smithi096 bash[35573]: audit 2024-02-06T17:30:00.481670+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:30:01.522 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:01 smithi096 bash[38906]: audit 2024-02-06T17:30:00.472920+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98366914, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053016Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45539655, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053229Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45822771, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053294Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42687528, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053358Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48664412, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053422Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"5883e7d86efb\", \"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\": 37151047, \"cpu_percentage\": \"0.99%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:29:45.053485Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:29:10.094679Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13914603, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053548Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 30136074, \"cpu_percentage\": \"0.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:29:45.053609Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36081500, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053681Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:46.914135Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.595784Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-06T17:30:01.522 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:01 smithi096 bash[38906]: audit 2024-02-06T17:30:00.479106+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98366914, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053016Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45539655, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053229Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45822771, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053294Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42687528, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053358Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48664412, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053422Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"5883e7d86efb\", \"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\": 37151047, \"cpu_percentage\": \"0.99%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:29:45.053485Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:29:10.094679Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13914603, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053548Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 30136074, \"cpu_percentage\": \"0.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:29:45.053609Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36081500, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:45.053681Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:46.914135Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.595784Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-06T17:30:01.522 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:01 smithi096 bash[38906]: audit 2024-02-06T17:30:00.479988+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:30:01.522 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:01 smithi096 bash[38906]: audit 2024-02-06T17:30:00.481670+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:30:02.050 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:01 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:01.738+0000 7f52330f8680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-06T17:30:02.050 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:01 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:01.823+0000 7f52330f8680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-06T17:30:02.439 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:02 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:02.048+0000 7f52330f8680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-06T17:30:03.385 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:03 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:03.124+0000 7f52330f8680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-06T17:30:03.385 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:03 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:03.262+0000 7f52330f8680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-06T17:30:03.385 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:03 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:03.341+0000 7f52330f8680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-06T17:30:03.385 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:03 smithi102 bash[35648]: cluster 2024-02-06T17:30:01.250966+0000 mgr.y (mgr.14871) 19 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:03.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:03 smithi096 bash[35573]: cluster 2024-02-06T17:30:01.250966+0000 mgr.y (mgr.14871) 19 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:03.520 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:03 smithi096 bash[38906]: cluster 2024-02-06T17:30:01.250966+0000 mgr.y (mgr.14871) 19 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:03.639 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:03 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:03.438+0000 7f52330f8680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-06T17:30:03.932 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:03 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:03.637+0000 7f52330f8680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-06T17:30:04.189 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:03 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:03.931+0000 7f52330f8680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-06T17:30:04.189 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:04 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:04.051+0000 7f52330f8680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-06T17:30:04.900 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:04 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:04.796+0000 7f52330f8680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-06T17:30:04.900 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:04 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:04.899+0000 7f52330f8680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-06T17:30:05.181 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:05 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:05.002+0000 7f52330f8680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-06T17:30:05.182 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:05 smithi102 bash[35648]: cluster 2024-02-06T17:30:03.251375+0000 mgr.y (mgr.14871) 20 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:05.439 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:05 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:05.180+0000 7f52330f8680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-06T17:30:05.520 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:05 smithi096 bash[38906]: cluster 2024-02-06T17:30:03.251375+0000 mgr.y (mgr.14871) 20 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:05.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:05 smithi096 bash[35573]: cluster 2024-02-06T17:30:03.251375+0000 mgr.y (mgr.14871) 20 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:05.730 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:05 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:05.451+0000 7f52330f8680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-06T17:30:05.731 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:05 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:05.590+0000 7f52330f8680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-06T17:30:05.731 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:05 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:05.729+0000 7f52330f8680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-06T17:30:06.003 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:05 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:05.916+0000 7f52330f8680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-06T17:30:06.395 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[35573]: audit 2024-02-06T17:30:05.868936+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100820582, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.866586Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"ba8dda14dddf\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 45623541, \"cpu_percentage\": \"107.74%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-06T17:30:05.866767Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:29:59.866625Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45654999, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.866873Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45906657, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.866953Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42582671, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.867029Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48611983, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.867104Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"5883e7d86efb\", \"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\": 37266391, \"cpu_percentage\": \"0.77%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.867182Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:29:10.094679Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13610516, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.867258Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 30314332, \"cpu_percentage\": \"0.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.867331Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36154900, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.867404Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:46.914135Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_daemon_update\": \"2024-02-06T17:30:05.867542Z\", \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.595784Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-06T17:30:06.396 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[38906]: audit 2024-02-06T17:30:05.868936+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100820582, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.866586Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"ba8dda14dddf\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 45623541, \"cpu_percentage\": \"107.74%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-06T17:30:05.866767Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:29:59.866625Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45654999, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.866873Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45906657, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.866953Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42582671, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.867029Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48611983, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.867104Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"5883e7d86efb\", \"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\": 37266391, \"cpu_percentage\": \"0.77%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.867182Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:29:10.094679Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13610516, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.867258Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 30314332, \"cpu_percentage\": \"0.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.867331Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36154900, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.867404Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:46.914135Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_daemon_update\": \"2024-02-06T17:30:05.867542Z\", \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.595784Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-06T17:30:06.396 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[35573]: audit 2024-02-06T17:30:05.872749+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100820582, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.866586Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"ba8dda14dddf\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 45623541, \"cpu_percentage\": \"107.74%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-06T17:30:05.866767Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:29:59.866625Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45654999, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.866873Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45906657, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.866953Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42582671, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.867029Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48611983, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.867104Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"5883e7d86efb\", \"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\": 37266391, \"cpu_percentage\": \"0.77%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.867182Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:29:10.094679Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13610516, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.867258Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 30314332, \"cpu_percentage\": \"0.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.867331Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36154900, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.867404Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:46.914135Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_daemon_update\": \"2024-02-06T17:30:05.867542Z\", \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.595784Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-06T17:30:06.396 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[35573]: audit 2024-02-06T17:30:05.874534+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-06T17:30:06.396 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[35573]: audit 2024-02-06T17:30:05.878053+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-02-06T17:30:06.396 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[35573]: audit 2024-02-06T17:30:05.884209+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:30:06.396 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[35573]: audit 2024-02-06T17:30:05.885214+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-06T17:30:06.396 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[35573]: audit 2024-02-06T17:30:05.886630+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:30:06.397 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[35573]: audit 2024-02-06T17:30:05.887531+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", "who": "mgr"}]: dispatch 2024-02-06T17:30:06.397 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[35573]: audit 2024-02-06T17:30:05.892170+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", "who": "mgr"}]': finished 2024-02-06T17:30:06.397 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[35573]: audit 2024-02-06T17:30:05.893032+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-02-06T17:30:06.397 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[35573]: audit 2024-02-06T17:30:05.897079+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-02-06T17:30:06.397 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[35573]: audit 2024-02-06T17:30:05.897862+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-02-06T17:30:06.397 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[35573]: audit 2024-02-06T17:30:05.901957+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-02-06T17:30:06.397 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[35573]: audit 2024-02-06T17:30:05.903166+0000 mon.a (mon.0) 819 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-06T17:30:06.397 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[38906]: audit 2024-02-06T17:30:05.872749+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100820582, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.866586Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"ba8dda14dddf\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 45623541, \"cpu_percentage\": \"107.74%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-06T17:30:05.866767Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:29:59.866625Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45654999, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.866873Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45906657, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.866953Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42582671, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.867029Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48611983, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.867104Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"5883e7d86efb\", \"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\": 37266391, \"cpu_percentage\": \"0.77%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.867182Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:29:10.094679Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13610516, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.867258Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 30314332, \"cpu_percentage\": \"0.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.867331Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36154900, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.867404Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:46.914135Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_daemon_update\": \"2024-02-06T17:30:05.867542Z\", \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.595784Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-06T17:30:06.397 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[38906]: audit 2024-02-06T17:30:05.874534+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-06T17:30:06.397 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[38906]: audit 2024-02-06T17:30:05.878053+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-02-06T17:30:06.398 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[38906]: audit 2024-02-06T17:30:05.884209+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:30:06.398 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[38906]: audit 2024-02-06T17:30:05.885214+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-06T17:30:06.398 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[38906]: audit 2024-02-06T17:30:05.886630+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:30:06.398 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[38906]: audit 2024-02-06T17:30:05.887531+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", "who": "mgr"}]: dispatch 2024-02-06T17:30:06.398 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[38906]: audit 2024-02-06T17:30:05.892170+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", "who": "mgr"}]': finished 2024-02-06T17:30:06.398 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[38906]: audit 2024-02-06T17:30:05.893032+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-02-06T17:30:06.398 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[38906]: audit 2024-02-06T17:30:05.897079+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-02-06T17:30:06.398 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[38906]: audit 2024-02-06T17:30:05.897862+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-02-06T17:30:06.398 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[38906]: audit 2024-02-06T17:30:05.901957+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-02-06T17:30:06.398 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[38906]: audit 2024-02-06T17:30:05.903166+0000 mon.a (mon.0) 819 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-06T17:30:06.398 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[35573]: audit 2024-02-06T17:30:05.903864+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-02-06T17:30:06.398 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[35573]: cluster 2024-02-06T17:30:06.005620+0000 mon.a (mon.0) 821 : cluster [DBG] Standby manager daemon x restarted 2024-02-06T17:30:06.399 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[35573]: cluster 2024-02-06T17:30:06.005753+0000 mon.a (mon.0) 822 : cluster [DBG] Standby manager daemon x started 2024-02-06T17:30:06.399 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[35573]: audit 2024-02-06T17:30:06.006483+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.? 172.21.15.102:0/2219179685' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-02-06T17:30:06.399 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[35573]: audit 2024-02-06T17:30:06.006879+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.? 172.21.15.102:0/2219179685' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-06T17:30:06.399 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[35573]: audit 2024-02-06T17:30:06.007891+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.? 172.21.15.102:0/2219179685' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-02-06T17:30:06.399 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[35573]: audit 2024-02-06T17:30:06.008154+0000 mon.b (mon.2) 175 : audit [DBG] from='mgr.? 172.21.15.102:0/2219179685' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-06T17:30:06.399 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[38906]: audit 2024-02-06T17:30:05.903864+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-02-06T17:30:06.399 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[38906]: cluster 2024-02-06T17:30:06.005620+0000 mon.a (mon.0) 821 : cluster [DBG] Standby manager daemon x restarted 2024-02-06T17:30:06.399 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[38906]: cluster 2024-02-06T17:30:06.005753+0000 mon.a (mon.0) 822 : cluster [DBG] Standby manager daemon x started 2024-02-06T17:30:06.399 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[38906]: audit 2024-02-06T17:30:06.006483+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.? 172.21.15.102:0/2219179685' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-02-06T17:30:06.399 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[38906]: audit 2024-02-06T17:30:06.006879+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.? 172.21.15.102:0/2219179685' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-06T17:30:06.399 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[38906]: audit 2024-02-06T17:30:06.007891+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.? 172.21.15.102:0/2219179685' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-02-06T17:30:06.399 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:06 smithi096 bash[38906]: audit 2024-02-06T17:30:06.008154+0000 mon.b (mon.2) 175 : audit [DBG] from='mgr.? 172.21.15.102:0/2219179685' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-06T17:30:06.439 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:06 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:06.002+0000 7f52330f8680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-06T17:30:06.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:06 smithi102 bash[35648]: audit 2024-02-06T17:30:05.868936+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100820582, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.866586Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"ba8dda14dddf\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 45623541, \"cpu_percentage\": \"107.74%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-06T17:30:05.866767Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:29:59.866625Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45654999, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.866873Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45906657, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.866953Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42582671, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.867029Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48611983, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.867104Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"5883e7d86efb\", \"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\": 37266391, \"cpu_percentage\": \"0.77%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.867182Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:29:10.094679Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13610516, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.867258Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 30314332, \"cpu_percentage\": \"0.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.867331Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36154900, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.867404Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:46.914135Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_daemon_update\": \"2024-02-06T17:30:05.867542Z\", \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.595784Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-06T17:30:06.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:06 smithi102 bash[35648]: audit 2024-02-06T17:30:05.872749+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"530c93dcf04b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 100820582, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.866586Z\", \"created\": \"2024-02-06T17:19:52.967795Z\", \"started\": \"2024-02-06T17:19:52.999369Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"ba8dda14dddf\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 45623541, \"cpu_percentage\": \"107.74%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-06T17:30:05.866767Z\", \"created\": \"2024-02-06T17:20:06.126521Z\", \"started\": \"2024-02-06T17:29:59.866625Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"c417e6df90c5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45654999, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.866873Z\", \"created\": \"2024-02-06T17:21:37.138611Z\", \"started\": \"2024-02-06T17:21:39.309856Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"3b90a8ce2c0f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45906657, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.866953Z\", \"created\": \"2024-02-06T17:21:54.822234Z\", \"started\": \"2024-02-06T17:21:56.549542Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"945130e80629\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42582671, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.867029Z\", \"created\": \"2024-02-06T17:22:13.316840Z\", \"started\": \"2024-02-06T17:22:35.336462Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"eee02def27df\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48611983, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.867104Z\", \"created\": \"2024-02-06T17:22:37.369323Z\", \"started\": \"2024-02-06T17:22:39.391106Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"5883e7d86efb\", \"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\": 37266391, \"cpu_percentage\": \"0.77%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.867182Z\", \"created\": \"2024-02-06T17:23:05.932709Z\", \"started\": \"2024-02-06T17:29:10.094679Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"0eea92309f1f\", \"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\": 13610516, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.867258Z\", \"created\": \"2024-02-06T17:23:08.558653Z\", \"started\": \"2024-02-06T17:23:17.355633Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"178e8fd2aeb6\", \"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\": 30314332, \"cpu_percentage\": \"0.46%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.867331Z\", \"created\": \"2024-02-06T17:23:48.617792Z\", \"started\": \"2024-02-06T17:23:48.726098Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.bnlttq\", \"daemon_name\": \"rgw.r.z.smithi102.bnlttq\", \"hostname\": \"smithi102\", \"container_id\": \"fb8ee4a760f1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36154900, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:30:05.867404Z\", \"created\": \"2024-02-06T17:24:52.806415Z\", \"started\": \"2024-02-06T17:24:52.837975Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852012Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cc155e4e-5b06-4bd2-b4d5-1beb6421389d\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"gXmRH2-5ur0-un6j-wPEw-NIfI-VXc8-28oUyf\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86403e33-e2e3-4598-a133-cd0aeafc2cb3\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"joOGIC-gOM5-8fnn-HXzc-cDg4-s1hV-1mONyN\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"3112e270-067a-4df3-9210-e698a944961c\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"HRSOip-fMts-5l61-s77G-mBtE-TdAx-qbxFUQ\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a46a9dfd-d93f-46aa-92a2-0f532b2f2b4a\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"znwvSf-Z3l3-Ipp5-Nmxp-YVHh-eKrD-bgy6OO\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.852021Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:56.786463Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:46.914135Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:35.607976Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:53.310870Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:30.362185Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-06T17:22:33.888558Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-06T17:28:58.210090Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.112183Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-06T17:23:27.392974Z\"}, \"rgw.r.z.smithi102.bnlttq\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:50.856018Z\"}}, \"last_daemon_update\": \"2024-02-06T17:30:05.867542Z\", \"last_device_update\": \"2024-02-06T17:22:42.651247Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.595784Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-06T17:30:06.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:06 smithi102 bash[35648]: audit 2024-02-06T17:30:05.874534+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-06T17:30:06.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:06 smithi102 bash[35648]: audit 2024-02-06T17:30:05.878053+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-02-06T17:30:06.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:06 smithi102 bash[35648]: audit 2024-02-06T17:30:05.884209+0000 mon.a (mon.0) 810 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:30:06.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:06 smithi102 bash[35648]: audit 2024-02-06T17:30:05.885214+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-06T17:30:06.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:06 smithi102 bash[35648]: audit 2024-02-06T17:30:05.886630+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:30:06.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:06 smithi102 bash[35648]: audit 2024-02-06T17:30:05.887531+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", "who": "mgr"}]: dispatch 2024-02-06T17:30:06.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:06 smithi102 bash[35648]: audit 2024-02-06T17:30:05.892170+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", "who": "mgr"}]': finished 2024-02-06T17:30:06.441 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:06 smithi102 bash[35648]: audit 2024-02-06T17:30:05.893032+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-02-06T17:30:06.441 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:06 smithi102 bash[35648]: audit 2024-02-06T17:30:05.897079+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-02-06T17:30:06.441 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:06 smithi102 bash[35648]: audit 2024-02-06T17:30:05.897862+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-02-06T17:30:06.441 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:06 smithi102 bash[35648]: audit 2024-02-06T17:30:05.901957+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-02-06T17:30:06.441 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:06 smithi102 bash[35648]: audit 2024-02-06T17:30:05.903166+0000 mon.a (mon.0) 819 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-06T17:30:06.441 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:06 smithi102 bash[35648]: audit 2024-02-06T17:30:05.903864+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-02-06T17:30:06.441 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:06 smithi102 bash[35648]: cluster 2024-02-06T17:30:06.005620+0000 mon.a (mon.0) 821 : cluster [DBG] Standby manager daemon x restarted 2024-02-06T17:30:06.441 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:06 smithi102 bash[35648]: cluster 2024-02-06T17:30:06.005753+0000 mon.a (mon.0) 822 : cluster [DBG] Standby manager daemon x started 2024-02-06T17:30:06.441 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:06 smithi102 bash[35648]: audit 2024-02-06T17:30:06.006483+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.? 172.21.15.102:0/2219179685' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-02-06T17:30:06.441 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:06 smithi102 bash[35648]: audit 2024-02-06T17:30:06.006879+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.? 172.21.15.102:0/2219179685' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-06T17:30:06.441 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:06 smithi102 bash[35648]: audit 2024-02-06T17:30:06.007891+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.? 172.21.15.102:0/2219179685' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-02-06T17:30:06.441 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:06 smithi102 bash[35648]: audit 2024-02-06T17:30:06.008154+0000 mon.b (mon.2) 175 : audit [DBG] from='mgr.? 172.21.15.102:0/2219179685' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-06T17:30:07.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:07 smithi096 bash[35573]: cluster 2024-02-06T17:30:05.252276+0000 mgr.y (mgr.14871) 21 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:07.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:07 smithi096 bash[35573]: cephadm 2024-02-06T17:30:05.887291+0000 mgr.y (mgr.14871) 22 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-02-06T17:30:07.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:07 smithi096 bash[35573]: cephadm 2024-02-06T17:30:05.904372+0000 mgr.y (mgr.14871) 23 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-02-06T17:30:07.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:07 smithi096 bash[35573]: cluster 2024-02-06T17:30:06.906145+0000 mon.a (mon.0) 823 : cluster [DBG] mgrmap e24: y(active, since 33s), standbys: x 2024-02-06T17:30:07.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:07 smithi096 bash[38906]: cluster 2024-02-06T17:30:05.252276+0000 mgr.y (mgr.14871) 21 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:07.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:07 smithi096 bash[38906]: cephadm 2024-02-06T17:30:05.887291+0000 mgr.y (mgr.14871) 22 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-02-06T17:30:07.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:07 smithi096 bash[38906]: cephadm 2024-02-06T17:30:05.904372+0000 mgr.y (mgr.14871) 23 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-02-06T17:30:07.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:07 smithi096 bash[38906]: cluster 2024-02-06T17:30:06.906145+0000 mon.a (mon.0) 823 : cluster [DBG] mgrmap e24: y(active, since 33s), standbys: x 2024-02-06T17:30:07.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:07 smithi102 bash[35648]: cluster 2024-02-06T17:30:05.252276+0000 mgr.y (mgr.14871) 21 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:07.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:07 smithi102 bash[35648]: cephadm 2024-02-06T17:30:05.887291+0000 mgr.y (mgr.14871) 22 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-02-06T17:30:07.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:07 smithi102 bash[35648]: cephadm 2024-02-06T17:30:05.904372+0000 mgr.y (mgr.14871) 23 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-02-06T17:30:07.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:07 smithi102 bash[35648]: cluster 2024-02-06T17:30:06.906145+0000 mon.a (mon.0) 823 : cluster [DBG] mgrmap e24: y(active, since 33s), standbys: x 2024-02-06T17:30:08.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:08 smithi102 bash[35648]: audit 2024-02-06T17:30:07.388873+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", "who": "mon.a"}]: dispatch 2024-02-06T17:30:08.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:08 smithi102 bash[35648]: audit 2024-02-06T17:30:07.393048+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", "who": "mon.a"}]': finished 2024-02-06T17:30:08.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:08 smithi102 bash[35648]: audit 2024-02-06T17:30:07.393710+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T17:30:08.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:08 smithi102 bash[35648]: audit 2024-02-06T17:30:07.394215+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T17:30:08.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:08 smithi102 bash[35648]: audit 2024-02-06T17:30:07.394662+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:30:08.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:08 smithi102 bash[35648]: audit 2024-02-06T17:30:07.395416+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-02-06T17:30:08.514 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:08 smithi096 bash[38906]: audit 2024-02-06T17:30:07.388873+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", "who": "mon.a"}]: dispatch 2024-02-06T17:30:08.514 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:08 smithi096 bash[38906]: audit 2024-02-06T17:30:07.393048+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", "who": "mon.a"}]': finished 2024-02-06T17:30:08.514 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:08 smithi096 bash[38906]: audit 2024-02-06T17:30:07.393710+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T17:30:08.514 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:08 smithi096 bash[38906]: audit 2024-02-06T17:30:07.394215+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T17:30:08.514 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:08 smithi096 bash[38906]: audit 2024-02-06T17:30:07.394662+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:30:08.514 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:08 smithi096 bash[38906]: audit 2024-02-06T17:30:07.395416+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-02-06T17:30:08.514 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:08 smithi096 bash[35573]: audit 2024-02-06T17:30:07.388873+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", "who": "mon.a"}]: dispatch 2024-02-06T17:30:08.514 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:08 smithi096 bash[35573]: audit 2024-02-06T17:30:07.393048+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995", "who": "mon.a"}]': finished 2024-02-06T17:30:08.514 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:08 smithi096 bash[35573]: audit 2024-02-06T17:30:07.393710+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T17:30:08.515 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:08 smithi096 bash[35573]: audit 2024-02-06T17:30:07.394215+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T17:30:08.515 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:08 smithi096 bash[35573]: audit 2024-02-06T17:30:07.394662+0000 mon.a (mon.0) 828 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:30:08.515 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:08 smithi096 bash[35573]: audit 2024-02-06T17:30:07.395416+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-02-06T17:30:09.121 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:08 smithi096 systemd[1]: Stopping Ceph mon.a for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:30:09.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:09 smithi102 bash[35648]: cluster 2024-02-06T17:30:07.252704+0000 mgr.y (mgr.14871) 24 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:09.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:09 smithi102 bash[35648]: cephadm 2024-02-06T17:30:07.388439+0000 mgr.y (mgr.14871) 25 : cephadm [INF] Upgrade: Updating mon.a 2024-02-06T17:30:09.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:09 smithi102 bash[35648]: cephadm 2024-02-06T17:30:07.395109+0000 mgr.y (mgr.14871) 26 : cephadm [INF] Deploying daemon mon.a on smithi096 2024-02-06T17:30:09.519 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:09 smithi096 bash[38906]: cluster 2024-02-06T17:30:07.252704+0000 mgr.y (mgr.14871) 24 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:09.520 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:09 smithi096 bash[38906]: cephadm 2024-02-06T17:30:07.388439+0000 mgr.y (mgr.14871) 25 : cephadm [INF] Upgrade: Updating mon.a 2024-02-06T17:30:09.520 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:09 smithi096 bash[38906]: cephadm 2024-02-06T17:30:07.395109+0000 mgr.y (mgr.14871) 26 : cephadm [INF] Deploying daemon mon.a on smithi096 2024-02-06T17:30:09.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:09 smithi096 bash[35573]: cluster 2024-02-06T17:30:07.252704+0000 mgr.y (mgr.14871) 24 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:09.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:09 smithi096 bash[35573]: cephadm 2024-02-06T17:30:07.388439+0000 mgr.y (mgr.14871) 25 : cephadm [INF] Upgrade: Updating mon.a 2024-02-06T17:30:09.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:09 smithi096 bash[35573]: cephadm 2024-02-06T17:30:07.395109+0000 mgr.y (mgr.14871) 26 : cephadm [INF] Deploying daemon mon.a on smithi096 2024-02-06T17:30:09.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:09 smithi096 bash[35573]: debug 2024-02-06T17:30:09.127+0000 7f5f87537700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-06T17:30:09.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:09 smithi096 bash[35573]: debug 2024-02-06T17:30:09.127+0000 7f5f87537700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-02-06T17:30:09.896 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:09 smithi096 bash[60555]: ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon.a 2024-02-06T17:30:10.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 systemd[1]: ceph-a15007fc-c513-11ee-95b6-87774f69a715@mon.a.service: Succeeded. 2024-02-06T17:30:10.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 systemd[1]: Stopped Ceph mon.a for a15007fc-c513-11ee-95b6-87774f69a715. 2024-02-06T17:30:10.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 systemd[1]: Starting Ceph mon.a for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:30:11.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.945+0000 7fb5edb0b880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-06T17:30:11.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.945+0000 7fb5edb0b880 0 ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable), process ceph-mon, pid 7 2024-02-06T17:30:11.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.945+0000 7fb5edb0b880 0 pidfile_write: ignore empty --pid-file 2024-02-06T17:30:11.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.949+0000 7fb5edb0b880 0 load: jerasure load: lrc load: isa 2024-02-06T17:30:11.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: RocksDB version: 6.8.1 2024-02-06T17:30:11.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: 2024-02-06T17:30:11.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-06T17:30:11.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Compile date Feb 2 2024 2024-02-06T17:30:11.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: DB SUMMARY 2024-02-06T17:30:11.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: 2024-02-06T17:30:11.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: CURRENT file: CURRENT 2024-02-06T17:30:11.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: 2024-02-06T17:30:11.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-06T17:30:11.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: 2024-02-06T17:30:11.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: MANIFEST file: MANIFEST-000008 size: 743 Bytes 2024-02-06T17:30:11.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: 2024-02-06T17:30:11.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 2, files: 000023.sst 000024.sst 2024-02-06T17:30:11.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: 2024-02-06T17:30:11.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000021.log size: 18097460 ; 2024-02-06T17:30:11.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: 2024-02-06T17:30:11.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.error_if_exists: 0 2024-02-06T17:30:11.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.create_if_missing: 0 2024-02-06T17:30:11.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.paranoid_checks: 1 2024-02-06T17:30:11.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.env: 0x562bbce8b080 2024-02-06T17:30:11.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.fs: Posix File System 2024-02-06T17:30:11.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.info_log: 0x562bbe5a8260 2024-02-06T17:30:11.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-06T17:30:11.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.statistics: (nil) 2024-02-06T17:30:11.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.use_fsync: 0 2024-02-06T17:30:11.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.max_log_file_size: 0 2024-02-06T17:30:11.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-06T17:30:11.272 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-06T17:30:11.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-06T17:30:11.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-06T17:30:11.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.allow_fallocate: 1 2024-02-06T17:30:11.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-06T17:30:11.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-06T17:30:11.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.use_direct_reads: 0 2024-02-06T17:30:11.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-06T17:30:11.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-06T17:30:11.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.db_log_dir: 2024-02-06T17:30:11.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-02-06T17:30:11.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-06T17:30:11.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.max_subcompactions: 1 2024-02-06T17:30:11.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.max_background_flushes: -1 2024-02-06T17:30:11.273 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-06T17:30:11.275 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-06T17:30:11.275 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-06T17:30:11.275 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-06T17:30:11.275 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-06T17:30:11.275 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-06T17:30:11.275 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-06T17:30:11.275 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.write_buffer_manager: 0x562bbf29a390 2024-02-06T17:30:11.275 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-06T17:30:11.275 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-06T17:30:11.276 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-06T17:30:11.276 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-06T17:30:11.276 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-06T17:30:11.276 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-06T17:30:11.276 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-06T17:30:11.276 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-06T17:30:11.276 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-06T17:30:11.276 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.unordered_write: 0 2024-02-06T17:30:11.276 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-06T17:30:11.276 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-06T17:30:11.276 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-06T17:30:11.276 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-06T17:30:11.276 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.row_cache: None 2024-02-06T17:30:11.276 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.wal_filter: None 2024-02-06T17:30:11.277 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-06T17:30:11.277 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-06T17:30:11.277 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.preserve_deletes: 0 2024-02-06T17:30:11.277 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.two_write_queues: 0 2024-02-06T17:30:11.277 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-06T17:30:11.277 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.atomic_flush: 0 2024-02-06T17:30:11.277 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-06T17:30:11.277 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-06T17:30:11.277 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-06T17:30:11.277 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.log_readahead_size: 0 2024-02-06T17:30:11.277 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-06T17:30:11.277 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.max_background_jobs: 2 2024-02-06T17:30:11.277 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.max_background_compactions: -1 2024-02-06T17:30:11.277 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-06T17:30:11.277 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-06T17:30:11.277 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-06T17:30:11.278 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-06T17:30:11.278 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-06T17:30:11.278 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-06T17:30:11.278 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-06T17:30:11.278 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-06T17:30:11.278 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.max_open_files: -1 2024-02-06T17:30:11.278 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-06T17:30:11.278 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-06T17:30:11.278 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-06T17:30:11.278 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-06T17:30:11.278 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Compression algorithms supported: 2024-02-06T17:30:11.278 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-06T17:30:11.278 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: kZSTD supported: 0 2024-02-06T17:30:11.278 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: kXpressCompression supported: 0 2024-02-06T17:30:11.279 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-06T17:30:11.279 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: kLZ4Compression supported: 1 2024-02-06T17:30:11.279 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: kBZip2Compression supported: 0 2024-02-06T17:30:11.279 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: kZlibCompression supported: 1 2024-02-06T17:30:11.279 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: kSnappyCompression supported: 1 2024-02-06T17:30:11.279 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-06T17:30:11.279 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000008 2024-02-06T17:30:11.279 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: 2024-02-06T17:30:11.279 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-06T17:30:11.279 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: 2024-02-06T17:30:11.279 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-06T17:30:11.279 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.merge_operator: 2024-02-06T17:30:11.279 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.compaction_filter: None 2024-02-06T17:30:11.279 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-06T17:30:11.280 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-06T17:30:11.280 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-06T17:30:11.280 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562bbe54dd28) 2024-02-06T17:30:11.280 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cache_index_and_filter_blocks: 1 2024-02-06T17:30:11.280 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-06T17:30:11.280 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-06T17:30:11.280 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: pin_top_level_index_and_filter: 1 2024-02-06T17:30:11.280 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: index_type: 0 2024-02-06T17:30:11.280 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: data_block_index_type: 0 2024-02-06T17:30:11.280 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: index_shortening: 1 2024-02-06T17:30:11.280 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: data_block_hash_table_util_ratio: 0.750000 2024-02-06T17:30:11.280 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: hash_index_allow_collision: 1 2024-02-06T17:30:11.280 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: checksum: 1 2024-02-06T17:30:11.280 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: no_block_cache: 0 2024-02-06T17:30:11.280 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: block_cache: 0x562bbe582f10 2024-02-06T17:30:11.281 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: block_cache_name: BinnedLRUCache 2024-02-06T17:30:11.281 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: block_cache_options: 2024-02-06T17:30:11.281 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: capacity : 536870912 2024-02-06T17:30:11.281 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: num_shard_bits : 4 2024-02-06T17:30:11.281 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: strict_capacity_limit : 0 2024-02-06T17:30:11.281 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: high_pri_pool_ratio: 0.000 2024-02-06T17:30:11.281 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: block_cache_compressed: (nil) 2024-02-06T17:30:11.281 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: persistent_cache: (nil) 2024-02-06T17:30:11.281 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: block_size: 4096 2024-02-06T17:30:11.281 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: block_size_deviation: 10 2024-02-06T17:30:11.281 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: block_restart_interval: 16 2024-02-06T17:30:11.281 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: index_block_restart_interval: 1 2024-02-06T17:30:11.281 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: metadata_block_size: 4096 2024-02-06T17:30:11.281 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: partition_filters: 0 2024-02-06T17:30:11.281 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: use_delta_encoding: 1 2024-02-06T17:30:11.281 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-06T17:30:11.281 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: whole_key_filtering: 1 2024-02-06T17:30:11.282 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: verify_compression: 0 2024-02-06T17:30:11.282 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: read_amp_bytes_per_bit: 0 2024-02-06T17:30:11.282 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: format_version: 2 2024-02-06T17:30:11.282 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: enable_index_compression: 1 2024-02-06T17:30:11.282 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: block_align: 0 2024-02-06T17:30:11.282 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: 2024-02-06T17:30:11.282 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-06T17:30:11.282 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-06T17:30:11.282 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.compression: NoCompression 2024-02-06T17:30:11.282 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-06T17:30:11.282 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-06T17:30:11.282 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-06T17:30:11.282 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.num_levels: 7 2024-02-06T17:30:11.282 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-06T17:30:11.282 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-06T17:30:11.282 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-06T17:30:11.283 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-06T17:30:11.283 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-06T17:30:11.283 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-06T17:30:11.283 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-06T17:30:11.283 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-06T17:30:11.283 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-06T17:30:11.283 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-06T17:30:11.283 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-06T17:30:11.283 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-06T17:30:11.283 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-06T17:30:11.283 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-06T17:30:11.283 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-06T17:30:11.283 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-06T17:30:11.283 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-06T17:30:11.283 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-06T17:30:11.283 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-06T17:30:11.283 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-06T17:30:11.284 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-06T17:30:11.284 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-06T17:30:11.284 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-06T17:30:11.284 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-06T17:30:11.284 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-06T17:30:11.284 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-06T17:30:11.284 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-06T17:30:11.284 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-06T17:30:11.284 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-06T17:30:11.284 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-06T17:30:11.284 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-06T17:30:11.284 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-06T17:30:11.284 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-06T17:30:11.284 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-06T17:30:11.284 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-06T17:30:11.284 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-06T17:30:11.285 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-06T17:30:11.285 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-06T17:30:11.285 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-06T17:30:11.285 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-06T17:30:11.285 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-06T17:30:11.285 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-06T17:30:11.285 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-06T17:30:11.285 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-06T17:30:11.285 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-06T17:30:11.285 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-06T17:30:11.285 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-06T17:30:11.285 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.table_properties_collectors: 2024-02-06T17:30:11.285 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.inplace_update_support: 0 2024-02-06T17:30:11.285 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-06T17:30:11.285 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-06T17:30:11.286 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-06T17:30:11.286 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-06T17:30:11.286 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.bloom_locality: 0 2024-02-06T17:30:11.286 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.max_successive_merges: 0 2024-02-06T17:30:11.286 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-06T17:30:11.286 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-06T17:30:11.286 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-06T17:30:11.286 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-06T17:30:11.286 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.ttl: 2592000 2024-02-06T17:30:11.286 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.950+0000 7fb5edb0b880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-06T17:30:11.286 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.951+0000 7fb5edb0b880 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 26, last_sequence is 8760, log_number is 21,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-06T17:30:11.286 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: 2024-02-06T17:30:11.286 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.951+0000 7fb5edb0b880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 21 2024-02-06T17:30:11.286 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: 2024-02-06T17:30:11.286 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.951+0000 7fb5edb0b880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707240610952241, "job": 1, "event": "recovery_started", "log_files": [21]} 2024-02-06T17:30:11.287 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.951+0000 7fb5edb0b880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #21 mode 2 2024-02-06T17:30:11.287 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.964+0000 7fb5edb0b880 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-02-06T17:30:11.287 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.990+0000 7fb5edb0b880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707240610991235, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 26, "file_size": 17925309, "table_properties": {"data_size": 17915099, "index_size": 8298, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 1093, "raw_key_size": 8610, "raw_average_key_size": 21, "raw_value_size": 17903123, "raw_average_value_size": 45439, "num_data_blocks": 258, "num_entries": 394, "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": 1707240610, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-06T17:30:11.287 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.990+0000 7fb5edb0b880 4 rocksdb: [version_set.cc:3826] Creating manifest 27 2024-02-06T17:30:11.287 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: 2024-02-06T17:30:11.287 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.990+0000 7fb5edb0b880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707240610991698, "job": 1, "event": "recovery_finished"} 2024-02-06T17:30:11.287 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.992+0000 7fb5edb0b880 4 rocksdb: DB pointer 0x562bbe64b800 2024-02-06T17:30:11.287 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.992+0000 7fb5d48fc700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-06T17:30:11.287 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.992+0000 7fb5d48fc700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-06T17:30:11.287 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: ** DB Stats ** 2024-02-06T17:30:11.287 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-06T17:30:11.287 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-06T17:30:11.287 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-06T17:30:11.287 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-06T17:30:11.287 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-06T17:30:11.288 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-06T17:30:11.288 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-06T17:30:11.288 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: 2024-02-06T17:30:11.288 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: ** Compaction Stats [default] ** 2024-02-06T17:30:11.288 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: 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-02-06T17:30:11.288 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T17:30:11.288 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: L0 1/0 17.09 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 657.2 0.03 0.00 1 0.026 0 0 2024-02-06T17:30:11.288 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: L6 2/0 68.33 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-02-06T17:30:11.288 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: Sum 3/0 85.42 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 657.2 0.03 0.00 1 0.026 0 0 2024-02-06T17:30:11.288 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 657.2 0.03 0.00 1 0.026 0 0 2024-02-06T17:30:11.288 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: 2024-02-06T17:30:11.288 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: ** Compaction Stats [default] ** 2024-02-06T17:30:11.288 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: 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-02-06T17:30:11.288 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T17:30:11.289 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 657.2 0.03 0.00 1 0.026 0 0 2024-02-06T17:30:11.289 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-06T17:30:11.289 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: Flush(GB): cumulative 0.017, interval 0.017 2024-02-06T17:30:11.289 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-06T17:30:11.289 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: AddFile(Total Files): cumulative 0, interval 0 2024-02-06T17:30:11.289 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-06T17:30:11.289 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: AddFile(Keys): cumulative 0, interval 0 2024-02-06T17:30:11.289 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: Cumulative compaction: 0.02 GB write, 405.85 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-06T17:30:11.289 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: Interval compaction: 0.02 GB write, 405.85 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-06T17:30:11.289 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: 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-02-06T17:30:11.289 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: 2024-02-06T17:30:11.289 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: ** File Read Latency Histogram By Level [default] ** 2024-02-06T17:30:11.289 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: 2024-02-06T17:30:11.289 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: ** Compaction Stats [default] ** 2024-02-06T17:30:11.289 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: 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-02-06T17:30:11.289 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T17:30:11.290 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: L0 1/0 17.09 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 657.2 0.03 0.00 1 0.026 0 0 2024-02-06T17:30:11.290 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: L6 2/0 68.33 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-02-06T17:30:11.290 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: Sum 3/0 85.42 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 657.2 0.03 0.00 1 0.026 0 0 2024-02-06T17:30:11.290 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: 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-02-06T17:30:11.290 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: 2024-02-06T17:30:11.290 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: ** Compaction Stats [default] ** 2024-02-06T17:30:11.290 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: 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-02-06T17:30:11.290 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T17:30:11.290 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 657.2 0.03 0.00 1 0.026 0 0 2024-02-06T17:30:11.290 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-06T17:30:11.290 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: Flush(GB): cumulative 0.017, interval 0.000 2024-02-06T17:30:11.290 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-06T17:30:11.290 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: AddFile(Total Files): cumulative 0, interval 0 2024-02-06T17:30:11.290 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-06T17:30:11.291 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: AddFile(Keys): cumulative 0, interval 0 2024-02-06T17:30:11.291 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: Cumulative compaction: 0.02 GB write, 405.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-06T17:30:11.291 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-06T17:30:11.291 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: 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-02-06T17:30:11.291 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: 2024-02-06T17:30:11.291 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: ** File Read Latency Histogram By Level [default] ** 2024-02-06T17:30:11.291 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: 2024-02-06T17:30:11.291 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.993+0000 7fb5edb0b880 0 starting mon.a rank 0 at public addrs [v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0] at bind addrs [v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid a15007fc-c513-11ee-95b6-87774f69a715 2024-02-06T17:30:11.291 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.994+0000 7fb5edb0b880 1 mon.a@-1(???) e3 preinit fsid a15007fc-c513-11ee-95b6-87774f69a715 2024-02-06T17:30:11.291 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.994+0000 7fb5edb0b880 0 mon.a@-1(???).mds e1 new map 2024-02-06T17:30:11.291 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.994+0000 7fb5edb0b880 0 mon.a@-1(???).mds e1 print_map 2024-02-06T17:30:11.291 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: e1 2024-02-06T17:30:11.291 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: enable_multiple, ever_enabled_multiple: 0,0 2024-02-06T17:30:11.291 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: 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-02-06T17:30:11.291 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: legacy client fscid: -1 2024-02-06T17:30:11.291 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: 2024-02-06T17:30:11.292 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: No filesystems configured 2024-02-06T17:30:11.292 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: 2024-02-06T17:30:11.292 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.994+0000 7fb5edb0b880 0 mon.a@-1(???).osd e66 crush map has features 3314933000852226048, adjusting msgr requires 2024-02-06T17:30:11.292 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.994+0000 7fb5edb0b880 0 mon.a@-1(???).osd e66 crush map has features 288514051259236352, adjusting msgr requires 2024-02-06T17:30:11.292 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.994+0000 7fb5edb0b880 0 mon.a@-1(???).osd e66 crush map has features 288514051259236352, adjusting msgr requires 2024-02-06T17:30:11.292 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.994+0000 7fb5edb0b880 0 mon.a@-1(???).osd e66 crush map has features 288514051259236352, adjusting msgr requires 2024-02-06T17:30:11.292 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:07.252704+0000 mgr.y (mgr.14871) 24 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:11.292 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:30:07.388439+0000 mgr.y (mgr.14871) 25 : cephadm [INF] Upgrade: Updating mon.a 2024-02-06T17:30:11.292 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:30:07.395109+0000 mgr.y (mgr.14871) 26 : cephadm [INF] Deploying daemon mon.a on smithi096 2024-02-06T17:30:11.292 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:30:10.994+0000 7fb5edb0b880 1 mon.a@-1(???).paxosservice(auth 1..21) refresh upgraded, format 0 -> 3 2024-02-06T17:30:11.292 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:11 smithi096 bash[60739]: 19884a084d886de3dc063f489f6b8526dbda3b2463611e0cc90e5bada1fd864e 2024-02-06T17:30:11.292 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:11 smithi096 systemd[1]: Started Ceph mon.a for a15007fc-c513-11ee-95b6-87774f69a715. 2024-02-06T17:30:12.770 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:30:12 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: ignoring --setuser ceph since I am not root 2024-02-06T17:30:12.770 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:30:12 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: ignoring --setgroup ceph since I am not root 2024-02-06T17:30:12.770 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:30:12 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:30:12.610+0000 7faba4c30680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-06T17:30:12.770 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:30:12 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:30:12.690+0000 7faba4c30680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-06T17:30:12.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:12 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:09.131631+0000 mon.b (mon.2) 176 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-06T17:30:12.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:12 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:09.132011+0000 mon.b (mon.2) 177 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-06T17:30:12.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:12 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:09.132237+0000 mon.b (mon.2) 178 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-06T17:30:12.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:12 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:09.253259+0000 mgr.y (mgr.14871) 27 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:12.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:12 smithi096 bash[38906]: audit 2024-02-06T17:30:09.131631+0000 mon.b (mon.2) 176 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-06T17:30:12.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:12 smithi096 bash[38906]: audit 2024-02-06T17:30:09.132011+0000 mon.b (mon.2) 177 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-06T17:30:12.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:12 smithi096 bash[38906]: audit 2024-02-06T17:30:09.132237+0000 mon.b (mon.2) 178 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-06T17:30:12.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:12 smithi096 bash[38906]: cluster 2024-02-06T17:30:09.253259+0000 mgr.y (mgr.14871) 27 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:12.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:12 smithi096 bash[38906]: audit 2024-02-06T17:30:11.046476+0000 mon.b (mon.2) 179 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"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\": \"smithi096\", \"container_id\": \"b58d6ece591f\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 430755020, \"cpu_percentage\": \"52.93%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-02-06T17:29:44.334931Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:29:26.693389Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95871303, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335014Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48412753, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335081Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48255467, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335159Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43914362, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335219Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46766489, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335280Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 14386462, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335339Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"501bd557f7b8\", \"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\": 16955473, \"cpu_percentage\": \"0.33%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:29:44.335399Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:28:56.860130Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35588669, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335458Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:13.705092Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:30:07.395025Z\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.593068Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-06T17:30:12.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:12 smithi096 bash[38906]: cluster 2024-02-06T17:30:11.253860+0000 mgr.y (mgr.14871) 28 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:12.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:12 smithi096 bash[38906]: cluster 2024-02-06T17:30:12.404662+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-02-06T17:30:12.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:12 smithi096 bash[38906]: cluster 2024-02-06T17:30:12.418807+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-02-06T17:30:12.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:12 smithi096 bash[38906]: cluster 2024-02-06T17:30:12.424712+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0],b=[v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0],c=[v2:172.21.15.96:3301/0,v1:172.21.15.96:6790/0]} removed_ranks: {} 2024-02-06T17:30:12.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:12 smithi096 bash[38906]: cluster 2024-02-06T17:30:12.425304+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-02-06T17:30:12.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:12 smithi096 bash[38906]: cluster 2024-02-06T17:30:12.425344+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-02-06T17:30:12.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:12 smithi096 bash[38906]: cluster 2024-02-06T17:30:12.426534+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e24: y(active, since 39s), standbys: x 2024-02-06T17:30:12.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:12 smithi096 bash[38906]: cluster 2024-02-06T17:30:12.438441+0000 mon.a (mon.0) 7 : cluster [DBG] mgrmap e25: y(active, since 39s), standbys: x 2024-02-06T17:30:12.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:12 smithi096 bash[38906]: cluster 2024-02-06T17:30:12.439028+0000 mon.a (mon.0) 8 : cluster [INF] overall HEALTH_OK 2024-02-06T17:30:12.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:12 smithi096 bash[38906]: audit 2024-02-06T17:30:12.450565+0000 mon.a (mon.0) 9 : audit [INF] from='mgr.14871 ' entity='' 2024-02-06T17:30:12.773 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:12 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:11.046476+0000 mon.b (mon.2) 179 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"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\": \"smithi096\", \"container_id\": \"b58d6ece591f\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 430755020, \"cpu_percentage\": \"52.93%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-02-06T17:29:44.334931Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:29:26.693389Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95871303, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335014Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48412753, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335081Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48255467, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335159Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43914362, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335219Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46766489, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335280Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 14386462, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335339Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"501bd557f7b8\", \"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\": 16955473, \"cpu_percentage\": \"0.33%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:29:44.335399Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:28:56.860130Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35588669, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335458Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:13.705092Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:30:07.395025Z\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.593068Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-06T17:30:12.773 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:12 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:11.253860+0000 mgr.y (mgr.14871) 28 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:12.773 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:12 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:12.404662+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-02-06T17:30:12.773 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:12 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:12.418807+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-02-06T17:30:12.773 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:12 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:12.424712+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0],b=[v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0],c=[v2:172.21.15.96:3301/0,v1:172.21.15.96:6790/0]} removed_ranks: {} 2024-02-06T17:30:12.773 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:12 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:12.425304+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-02-06T17:30:12.773 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:12 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:12.425344+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-02-06T17:30:12.773 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:12 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:12.426534+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e24: y(active, since 39s), standbys: x 2024-02-06T17:30:12.773 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:12 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:12.438441+0000 mon.a (mon.0) 7 : cluster [DBG] mgrmap e25: y(active, since 39s), standbys: x 2024-02-06T17:30:12.773 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:12 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:12.439028+0000 mon.a (mon.0) 8 : cluster [INF] overall HEALTH_OK 2024-02-06T17:30:12.773 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:12 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:12.450565+0000 mon.a (mon.0) 9 : audit [INF] from='mgr.14871 ' entity='' 2024-02-06T17:30:12.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:12 smithi102 bash[35648]: audit 2024-02-06T17:30:09.131631+0000 mon.b (mon.2) 176 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-06T17:30:12.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:12 smithi102 bash[35648]: audit 2024-02-06T17:30:09.132011+0000 mon.b (mon.2) 177 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-06T17:30:12.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:12 smithi102 bash[35648]: audit 2024-02-06T17:30:09.132237+0000 mon.b (mon.2) 178 : audit [DBG] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-06T17:30:12.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:12 smithi102 bash[35648]: cluster 2024-02-06T17:30:09.253259+0000 mgr.y (mgr.14871) 27 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:12.940 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:12 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: ignoring --setuser ceph since I am not root 2024-02-06T17:30:12.940 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:12 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: ignoring --setgroup ceph since I am not root 2024-02-06T17:30:12.940 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:12 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:12.605+0000 7f596d8ab680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-06T17:30:12.940 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:12 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:12.686+0000 7f596d8ab680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-06T17:30:12.941 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:12 smithi102 bash[35648]: audit 2024-02-06T17:30:11.046476+0000 mon.b (mon.2) 179 : audit [INF] from='mgr.14871 172.21.15.96:0/3013593135' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi096","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi096\", \"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\": \"smithi096\", \"container_id\": \"b58d6ece591f\", \"container_image_id\": \"3dc0b58dc7ab810763ba8688de83123cbc2b01e45e535beff2e70446436d866c\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:ad58ee006d53f7982c4d2e3437b9d1abc0322a65e236352abaccdbb71cb17995\"], \"memory_usage\": 430755020, \"cpu_percentage\": \"52.93%\", \"version\": \"16.2.14-512-gce0a401e\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-02-06T17:29:44.334931Z\", \"created\": \"2024-02-06T17:18:14.660214Z\", \"started\": \"2024-02-06T17:29:26.693389Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi096\", \"container_id\": \"a6875f0cd5c1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95871303, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335014Z\", \"created\": \"2024-02-06T17:19:31.969436Z\", \"started\": \"2024-02-06T17:19:32.001471Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi096\", \"container_id\": \"cbb0a34dd70a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48412753, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335081Z\", \"created\": \"2024-02-06T17:20:22.847259Z\", \"started\": \"2024-02-06T17:20:26.293280Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi096\", \"container_id\": \"56028a962ebc\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48255467, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335159Z\", \"created\": \"2024-02-06T17:20:42.352810Z\", \"started\": \"2024-02-06T17:20:44.778590Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi096\", \"container_id\": \"92b6ab272f33\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43914362, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335219Z\", \"created\": \"2024-02-06T17:21:01.944359Z\", \"started\": \"2024-02-06T17:21:05.917740Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi096\", \"container_id\": \"fe6f9f835cd5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46766489, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335280Z\", \"created\": \"2024-02-06T17:21:21.253915Z\", \"started\": \"2024-02-06T17:21:23.576615Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi096\", \"container_id\": \"cc91c934b28c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 14386462, \"cpu_percentage\": \"0.33%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335339Z\", \"created\": \"2024-02-06T17:23:09.103431Z\", \"started\": \"2024-02-06T17:23:19.622335Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi096\", \"container_id\": \"501bd557f7b8\", \"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\": 16955473, \"cpu_percentage\": \"0.33%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-06T17:29:44.335399Z\", \"created\": \"2024-02-06T17:23:27.358009Z\", \"started\": \"2024-02-06T17:28:56.860130Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi096.byanyc\", \"daemon_name\": \"rgw.r.z.smithi096.byanyc\", \"hostname\": \"smithi096\", \"container_id\": \"6896d2e99a4d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35588669, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-06T17:29:44.335458Z\", \"created\": \"2024-02-06T17:24:55.086978Z\", \"started\": \"2024-02-06T17:24:55.120175Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850858Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5232bb7e-9487-416f-879c-c4e18419cf70\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"G4dXR8-cwsq-HM9H-lqPh-M2BA-FU0B-ycgauO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a7f53024-9678-4ac4-9418-5c953ce0ffeb\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"098A8k-pevV-5lPg-zv7Q-JvKl-8AqO-pLHPIU\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ca1a6b5e-990a-4ef7-a7aa-93898d0ef1f7\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"Vlia9z-VN4S-9aUV-N7Q9-scGO-atHt-86eqXv\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a15603f6-0f3d-4dc4-ba54-db2c04267409\", \"cluster_fsid\": \"a15007fc-c513-11ee-95b6-87774f69a715\", \"block_uuid\": \"TgRrsQ-FyLg-H2J4-IR9k-UhgK-gliU-DjaXoK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400NH400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-02-06T17:28:27.850870Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QGMP\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-06T17:28:46.547912Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-06T17:29:13.705092Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:21.151322Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-06T17:20:40.688708Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:00.175511Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-06T17:21:19.491677Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:23:08.591470Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-06T17:28:47.978014Z\"}, \"rgw.r.z.smithi096.byanyc\": {\"deps\": [], \"last_config\": \"2024-02-06T17:24:52.843545Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-06T17:30:07.395025Z\"}}, \"last_device_update\": \"2024-02-06T17:21:27.851959Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-06T17:29:27.593068Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-06T17:30:12.941 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:12 smithi102 bash[35648]: cluster 2024-02-06T17:30:11.253860+0000 mgr.y (mgr.14871) 28 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:12.941 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:12 smithi102 bash[35648]: cluster 2024-02-06T17:30:12.404662+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-02-06T17:30:12.941 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:12 smithi102 bash[35648]: cluster 2024-02-06T17:30:12.418807+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-02-06T17:30:12.941 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:12 smithi102 bash[35648]: cluster 2024-02-06T17:30:12.424712+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0],b=[v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0],c=[v2:172.21.15.96:3301/0,v1:172.21.15.96:6790/0]} removed_ranks: {} 2024-02-06T17:30:12.941 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:12 smithi102 bash[35648]: cluster 2024-02-06T17:30:12.425304+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-02-06T17:30:12.941 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:12 smithi102 bash[35648]: cluster 2024-02-06T17:30:12.425344+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-02-06T17:30:12.941 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:12 smithi102 bash[35648]: cluster 2024-02-06T17:30:12.426534+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e24: y(active, since 39s), standbys: x 2024-02-06T17:30:12.941 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:12 smithi102 bash[35648]: cluster 2024-02-06T17:30:12.438441+0000 mon.a (mon.0) 7 : cluster [DBG] mgrmap e25: y(active, since 39s), standbys: x 2024-02-06T17:30:12.941 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:12 smithi102 bash[35648]: cluster 2024-02-06T17:30:12.439028+0000 mon.a (mon.0) 8 : cluster [INF] overall HEALTH_OK 2024-02-06T17:30:12.941 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:12 smithi102 bash[35648]: audit 2024-02-06T17:30:12.450565+0000 mon.a (mon.0) 9 : audit [INF] from='mgr.14871 ' entity='' 2024-02-06T17:30:13.439 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:13 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:13.048+0000 7f596d8ab680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-06T17:30:13.519 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:30:13 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:30:13.050+0000 7faba4c30680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-06T17:30:14.087 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:13 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:13.786+0000 7f596d8ab680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-06T17:30:14.087 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:13 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:13.872+0000 7f596d8ab680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-06T17:30:14.102 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:30:13 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:30:13.790+0000 7faba4c30680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-06T17:30:14.102 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:30:13 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:30:13.876+0000 7faba4c30680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-06T17:30:14.439 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:14 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:14.086+0000 7f596d8ab680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-06T17:30:14.443 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:30:14 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:30:14.101+0000 7faba4c30680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-06T17:30:14.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:14 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:13.443280+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e26: y(active, since 40s), standbys: x 2024-02-06T17:30:14.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:14 smithi096 bash[38906]: cluster 2024-02-06T17:30:13.443280+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e26: y(active, since 40s), standbys: x 2024-02-06T17:30:14.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:14 smithi102 bash[35648]: cluster 2024-02-06T17:30:13.443280+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e26: y(active, since 40s), standbys: x 2024-02-06T17:30:15.314 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:15 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:15.016+0000 7f596d8ab680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-06T17:30:15.314 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:15 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:15.145+0000 7f596d8ab680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-06T17:30:15.314 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:15 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:15.223+0000 7f596d8ab680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-06T17:30:15.334 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:30:15 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:30:15.037+0000 7faba4c30680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-06T17:30:15.334 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:30:15 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:30:15.165+0000 7faba4c30680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-06T17:30:15.334 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:30:15 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:30:15.243+0000 7faba4c30680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-06T17:30:15.689 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:15 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:15.313+0000 7f596d8ab680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-06T17:30:15.689 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:15 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:15.510+0000 7f596d8ab680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-06T17:30:15.770 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:30:15 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:30:15.333+0000 7faba4c30680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-06T17:30:15.770 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:30:15 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:30:15.529+0000 7faba4c30680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-06T17:30:16.189 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:15 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:15.789+0000 7f596d8ab680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-06T17:30:16.189 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:15 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:15.886+0000 7f596d8ab680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-06T17:30:16.269 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:30:15 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:30:15.809+0000 7faba4c30680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-06T17:30:16.270 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:30:15 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:30:15.907+0000 7faba4c30680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-06T17:30:16.939 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:16 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:16.605+0000 7f596d8ab680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-06T17:30:16.939 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:16 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:16.687+0000 7f596d8ab680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-06T17:30:16.939 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:16 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:16.779+0000 7f596d8ab680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-06T17:30:16.979 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:30:16 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:30:16.625+0000 7faba4c30680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-06T17:30:16.979 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:30:16 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:30:16.708+0000 7faba4c30680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-06T17:30:16.979 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:30:16 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:30:16.802+0000 7faba4c30680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-06T17:30:17.211 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:16 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:16.955+0000 7f596d8ab680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-06T17:30:17.238 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:30:16 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:30:16.978+0000 7faba4c30680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-06T17:30:17.474 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:17 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:17.209+0000 7f596d8ab680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-06T17:30:17.475 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:17 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:17.341+0000 7f596d8ab680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-06T17:30:17.504 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:30:17 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:30:17.237+0000 7faba4c30680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-06T17:30:17.504 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:30:17 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:30:17.369+0000 7faba4c30680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-06T17:30:17.729 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:17 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:17.473+0000 7f596d8ab680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-06T17:30:17.729 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:17 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:17.643+0000 7f596d8ab680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-06T17:30:17.762 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:30:17 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:30:17.503+0000 7faba4c30680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-06T17:30:17.762 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:30:17 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:30:17.675+0000 7faba4c30680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-06T17:30:18.020 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:30:17 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:30:17.761+0000 7faba4c30680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-06T17:30:18.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:17 smithi096 bash[38906]: cluster 2024-02-06T17:30:17.742673+0000 mon.a (mon.0) 11 : cluster [DBG] Standby manager daemon x restarted 2024-02-06T17:30:18.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:17 smithi096 bash[38906]: cluster 2024-02-06T17:30:17.742749+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x started 2024-02-06T17:30:18.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:17 smithi096 bash[38906]: audit 2024-02-06T17:30:17.743465+0000 mon.b (mon.2) 180 : audit [DBG] from='mgr.? 172.21.15.102:0/3109678902' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-02-06T17:30:18.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:17 smithi096 bash[38906]: audit 2024-02-06T17:30:17.744366+0000 mon.b (mon.2) 181 : audit [DBG] from='mgr.? 172.21.15.102:0/3109678902' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-06T17:30:18.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:17 smithi096 bash[38906]: audit 2024-02-06T17:30:17.745094+0000 mon.b (mon.2) 182 : audit [DBG] from='mgr.? 172.21.15.102:0/3109678902' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-02-06T17:30:18.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:17 smithi096 bash[38906]: audit 2024-02-06T17:30:17.745341+0000 mon.b (mon.2) 183 : audit [DBG] from='mgr.? 172.21.15.102:0/3109678902' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-06T17:30:18.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:17 smithi096 bash[38906]: cluster 2024-02-06T17:30:17.775291+0000 mon.a (mon.0) 13 : cluster [INF] Active manager daemon y restarted 2024-02-06T17:30:18.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:17 smithi096 bash[38906]: cluster 2024-02-06T17:30:17.775547+0000 mon.a (mon.0) 14 : cluster [INF] Activating manager daemon y 2024-02-06T17:30:18.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:17 smithi096 bash[38906]: cluster 2024-02-06T17:30:17.781114+0000 mon.a (mon.0) 15 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-06T17:30:18.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:17 smithi096 bash[38906]: cluster 2024-02-06T17:30:17.781406+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e27: y(active, starting, since 0.00592526s), standbys: x 2024-02-06T17:30:18.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:17 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:17.742673+0000 mon.a (mon.0) 11 : cluster [DBG] Standby manager daemon x restarted 2024-02-06T17:30:18.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:17 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:17.742749+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x started 2024-02-06T17:30:18.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:17 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:17.743465+0000 mon.b (mon.2) 180 : audit [DBG] from='mgr.? 172.21.15.102:0/3109678902' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-02-06T17:30:18.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:17 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:17.744366+0000 mon.b (mon.2) 181 : audit [DBG] from='mgr.? 172.21.15.102:0/3109678902' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-06T17:30:18.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:17 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:17.745094+0000 mon.b (mon.2) 182 : audit [DBG] from='mgr.? 172.21.15.102:0/3109678902' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-02-06T17:30:18.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:17 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:17.745341+0000 mon.b (mon.2) 183 : audit [DBG] from='mgr.? 172.21.15.102:0/3109678902' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-06T17:30:18.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:17 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:17.775291+0000 mon.a (mon.0) 13 : cluster [INF] Active manager daemon y restarted 2024-02-06T17:30:18.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:17 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:17.775547+0000 mon.a (mon.0) 14 : cluster [INF] Activating manager daemon y 2024-02-06T17:30:18.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:17 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:17.781114+0000 mon.a (mon.0) 15 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-06T17:30:18.022 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:17 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:17.781406+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e27: y(active, starting, since 0.00592526s), standbys: x 2024-02-06T17:30:18.189 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:30:17 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x[53128]: debug 2024-02-06T17:30:17.727+0000 7f596d8ab680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-06T17:30:18.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:17 smithi102 bash[35648]: cluster 2024-02-06T17:30:17.742673+0000 mon.a (mon.0) 11 : cluster [DBG] Standby manager daemon x restarted 2024-02-06T17:30:18.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:17 smithi102 bash[35648]: cluster 2024-02-06T17:30:17.742749+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x started 2024-02-06T17:30:18.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:17 smithi102 bash[35648]: audit 2024-02-06T17:30:17.743465+0000 mon.b (mon.2) 180 : audit [DBG] from='mgr.? 172.21.15.102:0/3109678902' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-02-06T17:30:18.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:17 smithi102 bash[35648]: audit 2024-02-06T17:30:17.744366+0000 mon.b (mon.2) 181 : audit [DBG] from='mgr.? 172.21.15.102:0/3109678902' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-06T17:30:18.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:17 smithi102 bash[35648]: audit 2024-02-06T17:30:17.745094+0000 mon.b (mon.2) 182 : audit [DBG] from='mgr.? 172.21.15.102:0/3109678902' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-02-06T17:30:18.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:17 smithi102 bash[35648]: audit 2024-02-06T17:30:17.745341+0000 mon.b (mon.2) 183 : audit [DBG] from='mgr.? 172.21.15.102:0/3109678902' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-06T17:30:18.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:17 smithi102 bash[35648]: cluster 2024-02-06T17:30:17.775291+0000 mon.a (mon.0) 13 : cluster [INF] Active manager daemon y restarted 2024-02-06T17:30:18.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:17 smithi102 bash[35648]: cluster 2024-02-06T17:30:17.775547+0000 mon.a (mon.0) 14 : cluster [INF] Activating manager daemon y 2024-02-06T17:30:18.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:17 smithi102 bash[35648]: cluster 2024-02-06T17:30:17.781114+0000 mon.a (mon.0) 15 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-06T17:30:18.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:17 smithi102 bash[35648]: cluster 2024-02-06T17:30:17.781406+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e27: y(active, starting, since 0.00592526s), standbys: x 2024-02-06T17:30:23.894 INFO:teuthology.orchestra.run.smithi096.stderr:Error ENOTSUP: Warning: due to ceph-mgr restart, some PG states may not be up to date 2024-02-06T17:30:23.895 INFO:teuthology.orchestra.run.smithi096.stderr:Module 'orchestrator' is not enabled/loaded (required by command 'orch upgrade status'): use `ceph mgr module enable orchestrator` to enable it 2024-02-06T17:30:24.096 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.786534+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-06T17:30:24.096 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.786716+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-06T17:30:24.097 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.786867+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-06T17:30:24.097 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.788244+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-02-06T17:30:24.097 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.788449+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-02-06T17:30:24.097 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.788616+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-06T17:30:24.097 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.788869+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-06T17:30:24.097 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.789091+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-06T17:30:24.097 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.789309+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-06T17:30:24.097 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.789501+0000 mon.a (mon.0) 26 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-06T17:30:24.097 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.789747+0000 mon.a (mon.0) 27 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-06T17:30:24.097 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.790056+0000 mon.a (mon.0) 28 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-06T17:30:24.097 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.790321+0000 mon.a (mon.0) 29 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-06T17:30:24.097 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.790552+0000 mon.a (mon.0) 30 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-06T17:30:24.097 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.790752+0000 mon.a (mon.0) 31 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-06T17:30:24.097 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.791176+0000 mon.a (mon.0) 32 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-06T17:30:24.097 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.791975+0000 mon.a (mon.0) 33 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-02-06T17:30:24.097 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.792985+0000 mon.a (mon.0) 34 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-02-06T17:30:24.098 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.793347+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-02-06T17:30:24.098 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.793639+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-02-06T17:30:24.098 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.793959+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi096"}]: dispatch 2024-02-06T17:30:24.098 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.794273+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi102"}]: dispatch 2024-02-06T17:30:24.098 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.794580+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-02-06T17:30:24.098 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.794874+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-02-06T17:30:24.098 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.795166+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-02-06T17:30:24.098 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.795453+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-02-06T17:30:24.098 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.795732+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-02-06T17:30:24.098 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.796024+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-02-06T17:30:24.098 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.796310+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-02-06T17:30:24.098 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.796591+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-02-06T17:30:24.099 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.796885+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-02-06T17:30:24.099 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.797183+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-02-06T17:30:24.099 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.797461+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-02-06T17:30:24.099 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.797729+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-02-06T17:30:24.099 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.798020+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-06T17:30:24.099 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.798366+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-06T17:30:24.099 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.798669+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-02-06T17:30:24.099 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.798954+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-02-06T17:30:24.099 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.799229+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-02-06T17:30:24.099 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: audit 2024-02-06T17:30:23.799494+0000 mon.a (mon.0) 56 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-02-06T17:30:24.099 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:23 smithi102 bash[35648]: cluster 2024-02-06T17:30:23.824499+0000 mon.a (mon.0) 57 : cluster [INF] Manager daemon y is now available 2024-02-06T17:30:24.109 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.786534+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-06T17:30:24.109 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.786716+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-06T17:30:24.109 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.786867+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-06T17:30:24.109 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.788244+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-02-06T17:30:24.109 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.788449+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-02-06T17:30:24.109 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.788616+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-06T17:30:24.109 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.788869+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-06T17:30:24.109 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.789091+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-06T17:30:24.109 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.789309+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-06T17:30:24.109 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.789501+0000 mon.a (mon.0) 26 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-06T17:30:24.109 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.789747+0000 mon.a (mon.0) 27 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-06T17:30:24.110 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.790056+0000 mon.a (mon.0) 28 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-06T17:30:24.110 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.790321+0000 mon.a (mon.0) 29 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-06T17:30:24.110 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.790552+0000 mon.a (mon.0) 30 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-06T17:30:24.110 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.790752+0000 mon.a (mon.0) 31 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-06T17:30:24.110 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:30:23.882+0000 7fab5841b700 -1 mgr.server handle_report got status from non-daemon mon.a 2024-02-06T17:30:24.110 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:30:23.889+0000 7fab5841b700 -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-02-06T17:30:24.110 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: Module 'orchestrator' is not enabled/loaded (required by command 'orch upgrade status'): use `ceph mgr module enable orchestrator` to enable it 2024-02-06T17:30:24.110 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: [79B blob data] 2024-02-06T17:30:24.110 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:30:24 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: [80B blob data] 2024-02-06T17:30:24.111 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.786534+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-06T17:30:24.111 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.786716+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-06T17:30:24.111 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.786867+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-06T17:30:24.111 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.788244+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-02-06T17:30:24.111 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.788449+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-02-06T17:30:24.111 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.788616+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-06T17:30:24.111 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.788869+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-06T17:30:24.111 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.789091+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-06T17:30:24.111 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.789309+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-06T17:30:24.111 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.789501+0000 mon.a (mon.0) 26 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-06T17:30:24.112 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.789747+0000 mon.a (mon.0) 27 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-06T17:30:24.112 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.790056+0000 mon.a (mon.0) 28 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-06T17:30:24.112 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.790321+0000 mon.a (mon.0) 29 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-06T17:30:24.112 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.790552+0000 mon.a (mon.0) 30 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-06T17:30:24.112 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.790752+0000 mon.a (mon.0) 31 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-06T17:30:24.112 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.791176+0000 mon.a (mon.0) 32 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-06T17:30:24.112 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.791975+0000 mon.a (mon.0) 33 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-02-06T17:30:24.112 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.792985+0000 mon.a (mon.0) 34 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-02-06T17:30:24.112 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.791176+0000 mon.a (mon.0) 32 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-06T17:30:24.113 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.791975+0000 mon.a (mon.0) 33 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-02-06T17:30:24.113 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.792985+0000 mon.a (mon.0) 34 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-02-06T17:30:24.113 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.793347+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-02-06T17:30:24.113 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.793639+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-02-06T17:30:24.113 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.793959+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi096"}]: dispatch 2024-02-06T17:30:24.113 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.794273+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi102"}]: dispatch 2024-02-06T17:30:24.113 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.794580+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-02-06T17:30:24.113 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.794874+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-02-06T17:30:24.113 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.795166+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-02-06T17:30:24.113 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.795453+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-02-06T17:30:24.113 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.795732+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-02-06T17:30:24.113 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.796024+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-02-06T17:30:24.114 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.796310+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-02-06T17:30:24.114 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.793347+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-02-06T17:30:24.114 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.793639+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-02-06T17:30:24.114 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.793959+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi096"}]: dispatch 2024-02-06T17:30:24.114 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.794273+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi102"}]: dispatch 2024-02-06T17:30:24.114 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.794580+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-02-06T17:30:24.114 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.794874+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-02-06T17:30:24.114 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.795166+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-02-06T17:30:24.114 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.795453+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-02-06T17:30:24.114 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.795732+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-02-06T17:30:24.115 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.796024+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-02-06T17:30:24.115 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.796310+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-02-06T17:30:24.115 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.796591+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-02-06T17:30:24.115 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.796885+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-02-06T17:30:24.115 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.797183+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-02-06T17:30:24.115 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.797461+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-02-06T17:30:24.115 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.797729+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-02-06T17:30:24.115 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.798020+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-06T17:30:24.115 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.796591+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-02-06T17:30:24.115 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.796885+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-02-06T17:30:24.115 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.797183+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-02-06T17:30:24.116 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.797461+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-02-06T17:30:24.116 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.797729+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-02-06T17:30:24.116 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.798020+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-06T17:30:24.116 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.798366+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-06T17:30:24.116 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.798669+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-02-06T17:30:24.116 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.798954+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-02-06T17:30:24.116 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.799229+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-02-06T17:30:24.116 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.799494+0000 mon.a (mon.0) 56 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-02-06T17:30:24.116 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:23.824499+0000 mon.a (mon.0) 57 : cluster [INF] Manager daemon y is now available 2024-02-06T17:30:24.116 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.798366+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-06T17:30:24.116 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.798669+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-02-06T17:30:24.117 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.798954+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-02-06T17:30:24.117 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.799229+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-02-06T17:30:24.117 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: audit 2024-02-06T17:30:23.799494+0000 mon.a (mon.0) 56 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-02-06T17:30:24.117 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:23 smithi096 bash[38906]: cluster 2024-02-06T17:30:23.824499+0000 mon.a (mon.0) 57 : cluster [INF] Manager daemon y is now available 2024-02-06T17:30:24.762 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'ceph orch ps' 2024-02-06T17:30:25.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:24 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:23.882614+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e28: y(active, since 6s), standbys: x 2024-02-06T17:30:25.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:24 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.890203+0000 mgr.y (mgr.24835) 1 : audit [DBG] from='client.44109 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:30:25.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:24 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:23.891681+0000 mgr.y (mgr.24835) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:25.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:24 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.943511+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:30:25.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:24 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.945522+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:30:25.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:24 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.994118+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-02-06T17:30:25.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:24 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:23.997971+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-02-06T17:30:25.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:24 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:24.218586+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:30:25.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:24 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:24.248495+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:30:25.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:24 smithi096 bash[38906]: cluster 2024-02-06T17:30:23.882614+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e28: y(active, since 6s), standbys: x 2024-02-06T17:30:25.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:24 smithi096 bash[38906]: audit 2024-02-06T17:30:23.890203+0000 mgr.y (mgr.24835) 1 : audit [DBG] from='client.44109 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:30:25.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:24 smithi096 bash[38906]: cluster 2024-02-06T17:30:23.891681+0000 mgr.y (mgr.24835) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:25.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:24 smithi096 bash[38906]: audit 2024-02-06T17:30:23.943511+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:30:25.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:24 smithi096 bash[38906]: audit 2024-02-06T17:30:23.945522+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:30:25.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:24 smithi096 bash[38906]: audit 2024-02-06T17:30:23.994118+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-02-06T17:30:25.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:24 smithi096 bash[38906]: audit 2024-02-06T17:30:23.997971+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-02-06T17:30:25.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:24 smithi096 bash[38906]: audit 2024-02-06T17:30:24.218586+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:30:25.022 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:24 smithi096 bash[38906]: audit 2024-02-06T17:30:24.248495+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:30:25.162 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:24 smithi102 bash[35648]: cluster 2024-02-06T17:30:23.882614+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e28: y(active, since 6s), standbys: x 2024-02-06T17:30:25.162 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:24 smithi102 bash[35648]: audit 2024-02-06T17:30:23.890203+0000 mgr.y (mgr.24835) 1 : audit [DBG] from='client.44109 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:30:25.162 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:24 smithi102 bash[35648]: cluster 2024-02-06T17:30:23.891681+0000 mgr.y (mgr.24835) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:25.162 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:24 smithi102 bash[35648]: audit 2024-02-06T17:30:23.943511+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:30:25.162 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:24 smithi102 bash[35648]: audit 2024-02-06T17:30:23.945522+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:30:25.162 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:24 smithi102 bash[35648]: audit 2024-02-06T17:30:23.994118+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-02-06T17:30:25.162 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:24 smithi102 bash[35648]: audit 2024-02-06T17:30:23.997971+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-02-06T17:30:25.162 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:24 smithi102 bash[35648]: audit 2024-02-06T17:30:24.218586+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:30:25.162 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:24 smithi102 bash[35648]: audit 2024-02-06T17:30:24.248495+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:30:26.966 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:26 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:25.789906+0000 mgr.y (mgr.24835) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:26.966 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:26 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:25.896127+0000 mon.a (mon.0) 65 : cluster [DBG] mgrmap e29: y(active, since 8s), standbys: x 2024-02-06T17:30:26.966 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:26 smithi096 bash[38906]: cluster 2024-02-06T17:30:25.789906+0000 mgr.y (mgr.24835) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:26.966 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:26 smithi096 bash[38906]: cluster 2024-02-06T17:30:25.896127+0000 mon.a (mon.0) 65 : cluster [DBG] mgrmap e29: y(active, since 8s), standbys: x 2024-02-06T17:30:27.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:26 smithi102 bash[35648]: cluster 2024-02-06T17:30:25.789906+0000 mgr.y (mgr.24835) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:27.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:26 smithi102 bash[35648]: cluster 2024-02-06T17:30:25.896127+0000 mon.a (mon.0) 65 : cluster [DBG] mgrmap e29: y(active, since 8s), standbys: x 2024-02-06T17:30:27.449 INFO:teuthology.orchestra.run.smithi096.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T17:30:27.449 INFO:teuthology.orchestra.run.smithi096.stdout:alertmanager.a smithi096 running (90s) 43s ago 7m 16.1M - 0.26.0 9f27df16978d 501bd557f7b8 2024-02-06T17:30:27.449 INFO:teuthology.orchestra.run.smithi096.stdout:grafana.a smithi102 running (6m) 21s ago 6m 28.9M - 6.6.2 87a51ecf0b1c 178e8fd2aeb6 2024-02-06T17:30:27.449 INFO:teuthology.orchestra.run.smithi096.stdout:mgr.x smithi102 *:8443 running (27s) 21s ago 10m 43.5M - 16.2.14-512-gce0a401e 3dc0b58dc7ab ba8dda14dddf 2024-02-06T17:30:27.449 INFO:teuthology.orchestra.run.smithi096.stdout:mgr.y smithi096 *:8443 running (60s) 43s ago 12m 410M - 16.2.14-512-gce0a401e 3dc0b58dc7ab b58d6ece591f 2024-02-06T17:30:27.449 INFO:teuthology.orchestra.run.smithi096.stdout:mon.a smithi096 starting - - - 2048M 2024-02-06T17:30:27.449 INFO:teuthology.orchestra.run.smithi096.stdout:mon.b smithi102 running (10m) 21s ago 10m 96.1M 2048M 15.2.0 204a01f9b0b6 530c93dcf04b 2024-02-06T17:30:27.449 INFO:teuthology.orchestra.run.smithi096.stdout:mon.c smithi096 running (10m) 43s ago 10m 91.4M 2048M 15.2.0 204a01f9b0b6 a6875f0cd5c1 2024-02-06T17:30:27.449 INFO:teuthology.orchestra.run.smithi096.stdout:node-exporter.a smithi096 running (7m) 43s ago 7m 13.7M - 1.7.0 72c9c2088986 cc91c934b28c 2024-02-06T17:30:27.449 INFO:teuthology.orchestra.run.smithi096.stdout:node-exporter.b smithi102 running (7m) 21s ago 7m 12.9M - 1.7.0 72c9c2088986 0eea92309f1f 2024-02-06T17:30:27.450 INFO:teuthology.orchestra.run.smithi096.stdout:osd.0 smithi096 running (10m) 43s ago 10m 46.1M 4096M 15.2.0 204a01f9b0b6 cbb0a34dd70a 2024-02-06T17:30:27.450 INFO:teuthology.orchestra.run.smithi096.stdout:osd.1 smithi096 running (9m) 43s ago 9m 46.0M 4096M 15.2.0 204a01f9b0b6 56028a962ebc 2024-02-06T17:30:27.450 INFO:teuthology.orchestra.run.smithi096.stdout:osd.2 smithi096 running (9m) 43s ago 9m 41.8M 4096M 15.2.0 204a01f9b0b6 92b6ab272f33 2024-02-06T17:30:27.450 INFO:teuthology.orchestra.run.smithi096.stdout:osd.3 smithi096 running (9m) 43s ago 9m 44.5M 4096M 15.2.0 204a01f9b0b6 fe6f9f835cd5 2024-02-06T17:30:27.450 INFO:teuthology.orchestra.run.smithi096.stdout:osd.4 smithi102 running (8m) 21s ago 8m 43.5M 4096M 15.2.0 204a01f9b0b6 c417e6df90c5 2024-02-06T17:30:27.450 INFO:teuthology.orchestra.run.smithi096.stdout:osd.5 smithi102 running (8m) 21s ago 8m 43.7M 4096M 15.2.0 204a01f9b0b6 3b90a8ce2c0f 2024-02-06T17:30:27.450 INFO:teuthology.orchestra.run.smithi096.stdout:osd.6 smithi102 running (7m) 21s ago 8m 40.6M 4096M 15.2.0 204a01f9b0b6 945130e80629 2024-02-06T17:30:27.450 INFO:teuthology.orchestra.run.smithi096.stdout:osd.7 smithi102 running (7m) 21s ago 7m 46.3M 4096M 15.2.0 204a01f9b0b6 eee02def27df 2024-02-06T17:30:27.450 INFO:teuthology.orchestra.run.smithi096.stdout:prometheus.a smithi102 running (77s) 21s ago 7m 35.5M - 2.49.1 2a72b385beaf 5883e7d86efb 2024-02-06T17:30:27.450 INFO:teuthology.orchestra.run.smithi096.stdout:rgw.r.z.smithi096.byanyc smithi096 running (5m) 43s ago 5m 33.9M - 15.2.0 204a01f9b0b6 6896d2e99a4d 2024-02-06T17:30:27.450 INFO:teuthology.orchestra.run.smithi096.stdout:rgw.r.z.smithi102.bnlttq smithi102 running (5m) 21s ago 5m 34.4M - 15.2.0 204a01f9b0b6 fb8ee4a760f1 2024-02-06T17:30:28.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:27 smithi102 bash[35648]: audit 2024-02-06T17:30:27.437623+0000 mgr.y (mgr.24835) 4 : audit [DBG] from='client.44127 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:30:28.192 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:27 smithi102 bash[35648]: audit 2024-02-06T17:30:27.439625+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-02-06T17:30:28.192 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:27 smithi102 bash[35648]: audit 2024-02-06T17:30:27.440002+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-02-06T17:30:28.192 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:27 smithi102 bash[35648]: audit 2024-02-06T17:30:27.440268+0000 mon.a (mon.0) 68 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:28.192 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:27 smithi102 bash[35648]: audit 2024-02-06T17:30:27.440526+0000 mon.a (mon.0) 69 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:28.192 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:27 smithi102 bash[35648]: audit 2024-02-06T17:30:27.440777+0000 mon.a (mon.0) 70 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:28.192 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:27 smithi102 bash[35648]: audit 2024-02-06T17:30:27.441033+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:28.192 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:27 smithi102 bash[35648]: audit 2024-02-06T17:30:27.442561+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-02-06T17:30:28.192 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:27 smithi102 bash[35648]: audit 2024-02-06T17:30:27.442834+0000 mon.a (mon.0) 73 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:28.192 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:27 smithi102 bash[35648]: audit 2024-02-06T17:30:27.443087+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:28.192 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:27 smithi102 bash[35648]: audit 2024-02-06T17:30:27.443331+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:28.192 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:27 smithi102 bash[35648]: audit 2024-02-06T17:30:27.443567+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:28.267 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:27 smithi096 bash[38906]: audit 2024-02-06T17:30:27.437623+0000 mgr.y (mgr.24835) 4 : audit [DBG] from='client.44127 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:30:28.267 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:27 smithi096 bash[38906]: audit 2024-02-06T17:30:27.439625+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-02-06T17:30:28.267 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:27 smithi096 bash[38906]: audit 2024-02-06T17:30:27.440002+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-02-06T17:30:28.267 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:27 smithi096 bash[38906]: audit 2024-02-06T17:30:27.440268+0000 mon.a (mon.0) 68 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:28.267 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:27 smithi096 bash[38906]: audit 2024-02-06T17:30:27.440526+0000 mon.a (mon.0) 69 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:28.267 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:27 smithi096 bash[38906]: audit 2024-02-06T17:30:27.440777+0000 mon.a (mon.0) 70 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:28.267 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:27 smithi096 bash[38906]: audit 2024-02-06T17:30:27.441033+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:28.267 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:27 smithi096 bash[38906]: audit 2024-02-06T17:30:27.442561+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-02-06T17:30:28.267 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:27 smithi096 bash[38906]: audit 2024-02-06T17:30:27.442834+0000 mon.a (mon.0) 73 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:28.267 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:27 smithi096 bash[38906]: audit 2024-02-06T17:30:27.443087+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:28.267 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:27 smithi096 bash[38906]: audit 2024-02-06T17:30:27.443331+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:28.267 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:27 smithi096 bash[38906]: audit 2024-02-06T17:30:27.443567+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:28.268 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:27 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:27.437623+0000 mgr.y (mgr.24835) 4 : audit [DBG] from='client.44127 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:30:28.268 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:27 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:27.439625+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-02-06T17:30:28.268 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:27 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:27.440002+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-02-06T17:30:28.268 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:27 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:27.440268+0000 mon.a (mon.0) 68 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:28.268 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:27 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:27.440526+0000 mon.a (mon.0) 69 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:28.268 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:27 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:27.440777+0000 mon.a (mon.0) 70 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:28.268 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:27 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:27.441033+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:28.268 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:27 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:27.442561+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-02-06T17:30:28.268 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:27 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:27.442834+0000 mon.a (mon.0) 73 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:28.268 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:27 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:27.443087+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:28.268 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:27 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:27.443331+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:28.268 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:27 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:27.443567+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:28.277 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'ceph versions' 2024-02-06T17:30:28.999 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:28 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:27.790263+0000 mgr.y (mgr.24835) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:29.000 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:28 smithi096 bash[38906]: cluster 2024-02-06T17:30:27.790263+0000 mgr.y (mgr.24835) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:29.058 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:28 smithi102 bash[35648]: cluster 2024-02-06T17:30:27.790263+0000 mgr.y (mgr.24835) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:30.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:30 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:29.422606+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:30:30.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:30 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:29.698431+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:30:30.521 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:30 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:29.698796+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:30.521 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:30 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:29.699093+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:30:30.521 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:30 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:29.699355+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:30.521 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:30 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:29.699601+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:30:30.521 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:30 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:29.699845+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:30.521 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:30 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:29.700092+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:30:30.521 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:30 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:29.700329+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:30.521 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:30 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:29.700578+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:30:30.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:30 smithi096 bash[38906]: audit 2024-02-06T17:30:29.422606+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:30:30.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:30 smithi096 bash[38906]: audit 2024-02-06T17:30:29.698431+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:30:30.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:30 smithi096 bash[38906]: audit 2024-02-06T17:30:29.698796+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:30.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:30 smithi096 bash[38906]: audit 2024-02-06T17:30:29.699093+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:30:30.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:30 smithi096 bash[38906]: audit 2024-02-06T17:30:29.699355+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:30.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:30 smithi096 bash[38906]: audit 2024-02-06T17:30:29.699601+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:30:30.522 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:30 smithi096 bash[38906]: audit 2024-02-06T17:30:29.699845+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:30.522 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:30 smithi096 bash[38906]: audit 2024-02-06T17:30:29.700092+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:30:30.522 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:30 smithi096 bash[38906]: audit 2024-02-06T17:30:29.700329+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:30.522 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:30 smithi096 bash[38906]: audit 2024-02-06T17:30:29.700578+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:30:30.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:30 smithi102 bash[35648]: audit 2024-02-06T17:30:29.422606+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:30:30.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:30 smithi102 bash[35648]: audit 2024-02-06T17:30:29.698431+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:30:30.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:30 smithi102 bash[35648]: audit 2024-02-06T17:30:29.698796+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:30.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:30 smithi102 bash[35648]: audit 2024-02-06T17:30:29.699093+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:30:30.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:30 smithi102 bash[35648]: audit 2024-02-06T17:30:29.699355+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:30.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:30 smithi102 bash[35648]: audit 2024-02-06T17:30:29.699601+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:30:30.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:30 smithi102 bash[35648]: audit 2024-02-06T17:30:29.699845+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:30.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:30 smithi102 bash[35648]: audit 2024-02-06T17:30:29.700092+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:30:30.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:30 smithi102 bash[35648]: audit 2024-02-06T17:30:29.700329+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:30.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:30 smithi102 bash[35648]: audit 2024-02-06T17:30:29.700578+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:30:30.775 INFO:teuthology.orchestra.run.smithi096.stdout:{ 2024-02-06T17:30:30.775 INFO:teuthology.orchestra.run.smithi096.stdout: "mon": { 2024-02-06T17:30:30.775 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2, 2024-02-06T17:30:30.775 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 1 2024-02-06T17:30:30.775 INFO:teuthology.orchestra.run.smithi096.stdout: }, 2024-02-06T17:30:30.775 INFO:teuthology.orchestra.run.smithi096.stdout: "mgr": { 2024-02-06T17:30:30.775 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:30:30.775 INFO:teuthology.orchestra.run.smithi096.stdout: }, 2024-02-06T17:30:30.775 INFO:teuthology.orchestra.run.smithi096.stdout: "osd": { 2024-02-06T17:30:30.775 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-02-06T17:30:30.775 INFO:teuthology.orchestra.run.smithi096.stdout: }, 2024-02-06T17:30:30.775 INFO:teuthology.orchestra.run.smithi096.stdout: "mds": {}, 2024-02-06T17:30:30.775 INFO:teuthology.orchestra.run.smithi096.stdout: "rgw": { 2024-02-06T17:30:30.775 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-02-06T17:30:30.775 INFO:teuthology.orchestra.run.smithi096.stdout: }, 2024-02-06T17:30:30.776 INFO:teuthology.orchestra.run.smithi096.stdout: "overall": { 2024-02-06T17:30:30.776 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 12, 2024-02-06T17:30:30.776 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 3 2024-02-06T17:30:30.776 INFO:teuthology.orchestra.run.smithi096.stdout: } 2024-02-06T17:30:30.776 INFO:teuthology.orchestra.run.smithi096.stdout:} 2024-02-06T17:30:31.521 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-02-06T17:30:31.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:31 smithi102 bash[35648]: cluster 2024-02-06T17:30:29.790877+0000 mgr.y (mgr.24835) 6 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:31.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:31 smithi102 bash[35648]: audit 2024-02-06T17:30:30.773876+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.96:0/2298824682' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:30:31.739 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:31 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:29.790877+0000 mgr.y (mgr.24835) 6 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:31.739 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:31 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:30.773876+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.96:0/2298824682' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:30:31.739 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:31 smithi096 bash[38906]: cluster 2024-02-06T17:30:29.790877+0000 mgr.y (mgr.24835) 6 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:31.739 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:31 smithi096 bash[38906]: audit 2024-02-06T17:30:30.773876+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.96:0/2298824682' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:30:33.460 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:33 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:31.791205+0000 mgr.y (mgr.24835) 7 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:33.461 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:33 smithi096 bash[38906]: cluster 2024-02-06T17:30:31.791205+0000 mgr.y (mgr.24835) 7 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:33.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:33 smithi102 bash[35648]: cluster 2024-02-06T17:30:31.791205+0000 mgr.y (mgr.24835) 7 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:33.739 INFO:teuthology.orchestra.run.smithi096.stdout:wait for servicemap items w/ changing names to refresh 2024-02-06T17:30:34.362 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'sleep 60' 2024-02-06T17:30:35.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:35 smithi102 bash[35648]: cluster 2024-02-06T17:30:33.791589+0000 mgr.y (mgr.24835) 8 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:35.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:35 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:33.791589+0000 mgr.y (mgr.24835) 8 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:35.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:35 smithi096 bash[38906]: cluster 2024-02-06T17:30:33.791589+0000 mgr.y (mgr.24835) 8 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:37.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:37 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:35.792202+0000 mgr.y (mgr.24835) 9 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:37.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:37 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:36.991375+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:30:37.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:37 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:37.272680+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:30:37.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:37 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:37.273031+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:37.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:37 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:37.273347+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:30:37.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:37 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:37.273621+0000 mon.a (mon.0) 91 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:37.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:37 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:37.273895+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:30:37.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:37 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:37.274155+0000 mon.a (mon.0) 93 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:37.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:37 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:37.274423+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:30:37.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:37 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:37.274679+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:37.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:37 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:37.274953+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:30:37.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:37 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:37.279152+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:30:37.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:37 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:37.284186+0000 mon.a (mon.0) 98 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:30:37.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:37 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:37.286081+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:30:37.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:37 smithi096 bash[38906]: cluster 2024-02-06T17:30:35.792202+0000 mgr.y (mgr.24835) 9 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:37.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:37 smithi096 bash[38906]: audit 2024-02-06T17:30:36.991375+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:30:37.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:37 smithi096 bash[38906]: audit 2024-02-06T17:30:37.272680+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:30:37.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:37 smithi096 bash[38906]: audit 2024-02-06T17:30:37.273031+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:37.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:37 smithi096 bash[38906]: audit 2024-02-06T17:30:37.273347+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:30:37.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:37 smithi096 bash[38906]: audit 2024-02-06T17:30:37.273621+0000 mon.a (mon.0) 91 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:37.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:37 smithi096 bash[38906]: audit 2024-02-06T17:30:37.273895+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:30:37.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:37 smithi096 bash[38906]: audit 2024-02-06T17:30:37.274155+0000 mon.a (mon.0) 93 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:37.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:37 smithi096 bash[38906]: audit 2024-02-06T17:30:37.274423+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:30:37.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:37 smithi096 bash[38906]: audit 2024-02-06T17:30:37.274679+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:37.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:37 smithi096 bash[38906]: audit 2024-02-06T17:30:37.274953+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:30:37.773 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:37 smithi096 bash[38906]: audit 2024-02-06T17:30:37.279152+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:30:37.773 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:37 smithi096 bash[38906]: audit 2024-02-06T17:30:37.284186+0000 mon.a (mon.0) 98 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:30:37.773 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:37 smithi096 bash[38906]: audit 2024-02-06T17:30:37.286081+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:30:37.773 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:37 smithi096 bash[38906]: audit 2024-02-06T17:30:37.286981+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-06T17:30:37.773 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:37 smithi096 bash[38906]: audit 2024-02-06T17:30:37.287515+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-02-06T17:30:37.773 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:37 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:37.286981+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-06T17:30:37.773 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:37 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:37.287515+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-02-06T17:30:37.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:37 smithi102 bash[35648]: cluster 2024-02-06T17:30:35.792202+0000 mgr.y (mgr.24835) 9 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:37.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:37 smithi102 bash[35648]: audit 2024-02-06T17:30:36.991375+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:30:37.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:37 smithi102 bash[35648]: audit 2024-02-06T17:30:37.272680+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:30:37.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:37 smithi102 bash[35648]: audit 2024-02-06T17:30:37.273031+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:37.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:37 smithi102 bash[35648]: audit 2024-02-06T17:30:37.273347+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:30:37.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:37 smithi102 bash[35648]: audit 2024-02-06T17:30:37.273621+0000 mon.a (mon.0) 91 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:37.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:37 smithi102 bash[35648]: audit 2024-02-06T17:30:37.273895+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:30:37.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:37 smithi102 bash[35648]: audit 2024-02-06T17:30:37.274155+0000 mon.a (mon.0) 93 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:37.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:37 smithi102 bash[35648]: audit 2024-02-06T17:30:37.274423+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:30:37.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:37 smithi102 bash[35648]: audit 2024-02-06T17:30:37.274679+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:30:37.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:37 smithi102 bash[35648]: audit 2024-02-06T17:30:37.274953+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-06T17:30:37.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:37 smithi102 bash[35648]: audit 2024-02-06T17:30:37.279152+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:30:37.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:37 smithi102 bash[35648]: audit 2024-02-06T17:30:37.284186+0000 mon.a (mon.0) 98 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:30:37.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:37 smithi102 bash[35648]: audit 2024-02-06T17:30:37.286081+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:30:37.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:37 smithi102 bash[35648]: audit 2024-02-06T17:30:37.286981+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-06T17:30:37.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:37 smithi102 bash[35648]: audit 2024-02-06T17:30:37.287515+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-02-06T17:30:38.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:38 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:30:37.287908+0000 mgr.y (mgr.24835) 10 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-02-06T17:30:38.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:38 smithi096 bash[38906]: cephadm 2024-02-06T17:30:37.287908+0000 mgr.y (mgr.24835) 10 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-02-06T17:30:38.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:38 smithi102 bash[35648]: cephadm 2024-02-06T17:30:37.287908+0000 mgr.y (mgr.24835) 10 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-02-06T17:30:39.553 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:39 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:37.792724+0000 mgr.y (mgr.24835) 11 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:39.553 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:39 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:38.876412+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:30:39.553 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:39 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:38.877098+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T17:30:39.553 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:39 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:38.877627+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T17:30:39.554 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:39 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:38.878195+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:30:39.554 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:39 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:38.879020+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-02-06T17:30:39.554 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:39 smithi096 bash[38906]: cluster 2024-02-06T17:30:37.792724+0000 mgr.y (mgr.24835) 11 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:39.554 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:39 smithi096 bash[38906]: audit 2024-02-06T17:30:38.876412+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:30:39.554 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:39 smithi096 bash[38906]: audit 2024-02-06T17:30:38.877098+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T17:30:39.554 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:39 smithi096 bash[38906]: audit 2024-02-06T17:30:38.877627+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T17:30:39.554 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:39 smithi096 bash[38906]: audit 2024-02-06T17:30:38.878195+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:30:39.554 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:39 smithi096 bash[38906]: audit 2024-02-06T17:30:38.879020+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-02-06T17:30:39.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:39 smithi102 bash[35648]: cluster 2024-02-06T17:30:37.792724+0000 mgr.y (mgr.24835) 11 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:39.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:39 smithi102 bash[35648]: audit 2024-02-06T17:30:38.876412+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:30:39.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:39 smithi102 bash[35648]: audit 2024-02-06T17:30:38.877098+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T17:30:39.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:39 smithi102 bash[35648]: audit 2024-02-06T17:30:38.877627+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T17:30:39.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:39 smithi102 bash[35648]: audit 2024-02-06T17:30:38.878195+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:30:39.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:39 smithi102 bash[35648]: audit 2024-02-06T17:30:38.879020+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-02-06T17:30:40.456 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:40 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:30:38.872590+0000 mgr.y (mgr.24835) 12 : cephadm [INF] Upgrade: Updating mon.c 2024-02-06T17:30:40.456 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:40 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:30:38.878679+0000 mgr.y (mgr.24835) 13 : cephadm [INF] Deploying daemon mon.c on smithi096 2024-02-06T17:30:40.456 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:40 smithi096 systemd[1]: Stopping Ceph mon.c for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:30:40.456 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:40 smithi096 bash[38906]: cephadm 2024-02-06T17:30:38.872590+0000 mgr.y (mgr.24835) 12 : cephadm [INF] Upgrade: Updating mon.c 2024-02-06T17:30:40.456 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:40 smithi096 bash[38906]: cephadm 2024-02-06T17:30:38.878679+0000 mgr.y (mgr.24835) 13 : cephadm [INF] Deploying daemon mon.c on smithi096 2024-02-06T17:30:40.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:40 smithi096 bash[38906]: debug 2024-02-06T17:30:40.483+0000 7f9f08684700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-06T17:30:40.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:40 smithi096 bash[38906]: debug 2024-02-06T17:30:40.483+0000 7f9f08684700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-02-06T17:30:40.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:40 smithi102 bash[35648]: cephadm 2024-02-06T17:30:38.872590+0000 mgr.y (mgr.24835) 12 : cephadm [INF] Upgrade: Updating mon.c 2024-02-06T17:30:40.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:40 smithi102 bash[35648]: cephadm 2024-02-06T17:30:38.878679+0000 mgr.y (mgr.24835) 13 : cephadm [INF] Deploying daemon mon.c on smithi096 2024-02-06T17:30:41.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:41 smithi096 bash[62547]: ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon.c 2024-02-06T17:30:42.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:41 smithi096 systemd[1]: ceph-a15007fc-c513-11ee-95b6-87774f69a715@mon.c.service: Succeeded. 2024-02-06T17:30:42.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:41 smithi096 systemd[1]: Stopped Ceph mon.c for a15007fc-c513-11ee-95b6-87774f69a715. 2024-02-06T17:30:42.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:41 smithi096 systemd[1]: Starting Ceph mon.c for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:30:42.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.435+0000 7f74f0b20880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-06T17:30:42.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.435+0000 7f74f0b20880 0 ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable), process ceph-mon, pid 7 2024-02-06T17:30:42.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.435+0000 7f74f0b20880 0 pidfile_write: ignore empty --pid-file 2024-02-06T17:30:42.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.439+0000 7f74f0b20880 0 load: jerasure load: lrc load: isa 2024-02-06T17:30:42.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: RocksDB version: 6.8.1 2024-02-06T17:30:42.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: 2024-02-06T17:30:42.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-06T17:30:42.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Compile date Feb 2 2024 2024-02-06T17:30:42.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: DB SUMMARY 2024-02-06T17:30:42.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: 2024-02-06T17:30:42.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: CURRENT file: CURRENT 2024-02-06T17:30:42.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: 2024-02-06T17:30:42.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-06T17:30:42.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: 2024-02-06T17:30:42.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 759 Bytes 2024-02-06T17:30:42.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: 2024-02-06T17:30:42.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 2, files: 000022.sst 000023.sst 2024-02-06T17:30:42.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: 2024-02-06T17:30:42.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000020.log size: 31497633 ; 2024-02-06T17:30:42.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: 2024-02-06T17:30:42.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.error_if_exists: 0 2024-02-06T17:30:42.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.create_if_missing: 0 2024-02-06T17:30:42.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.paranoid_checks: 1 2024-02-06T17:30:42.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.env: 0x55e478d8c080 2024-02-06T17:30:42.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.fs: Posix File System 2024-02-06T17:30:42.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.info_log: 0x55e47995e260 2024-02-06T17:30:42.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-06T17:30:42.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.statistics: (nil) 2024-02-06T17:30:42.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.use_fsync: 0 2024-02-06T17:30:42.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.max_log_file_size: 0 2024-02-06T17:30:42.773 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-06T17:30:42.773 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-06T17:30:42.773 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-06T17:30:42.773 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-06T17:30:42.773 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.allow_fallocate: 1 2024-02-06T17:30:42.773 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-06T17:30:42.773 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-06T17:30:42.773 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.use_direct_reads: 0 2024-02-06T17:30:42.773 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-06T17:30:42.773 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-06T17:30:42.773 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.db_log_dir: 2024-02-06T17:30:42.773 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-c/store.db 2024-02-06T17:30:42.773 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-06T17:30:42.773 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.max_subcompactions: 1 2024-02-06T17:30:42.773 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.max_background_flushes: -1 2024-02-06T17:30:42.774 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-06T17:30:42.774 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-06T17:30:42.774 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-06T17:30:42.774 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-06T17:30:42.774 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-06T17:30:42.774 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-06T17:30:42.774 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-06T17:30:42.774 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.write_buffer_manager: 0x55e47a650390 2024-02-06T17:30:42.774 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-06T17:30:42.774 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-06T17:30:42.774 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-06T17:30:42.774 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-06T17:30:42.774 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-06T17:30:42.774 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-06T17:30:42.774 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-06T17:30:42.774 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-06T17:30:42.775 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-06T17:30:42.775 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.unordered_write: 0 2024-02-06T17:30:42.775 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-06T17:30:42.775 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-06T17:30:42.775 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-06T17:30:42.775 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-06T17:30:42.775 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.row_cache: None 2024-02-06T17:30:42.775 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.wal_filter: None 2024-02-06T17:30:42.775 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-06T17:30:42.775 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-06T17:30:42.775 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.preserve_deletes: 0 2024-02-06T17:30:42.775 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.two_write_queues: 0 2024-02-06T17:30:42.775 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-06T17:30:42.775 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.atomic_flush: 0 2024-02-06T17:30:42.776 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-06T17:30:42.776 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-06T17:30:42.776 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-06T17:30:42.776 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.log_readahead_size: 0 2024-02-06T17:30:42.776 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-06T17:30:42.776 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.max_background_jobs: 2 2024-02-06T17:30:42.776 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.max_background_compactions: -1 2024-02-06T17:30:42.776 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-06T17:30:42.776 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-06T17:30:42.776 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-06T17:30:42.776 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-06T17:30:42.776 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-06T17:30:42.776 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-06T17:30:42.776 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-06T17:30:42.777 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-06T17:30:42.777 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.max_open_files: -1 2024-02-06T17:30:42.777 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-06T17:30:42.777 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-06T17:30:42.777 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-06T17:30:42.777 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-06T17:30:42.777 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Compression algorithms supported: 2024-02-06T17:30:42.777 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-06T17:30:42.777 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: kZSTD supported: 0 2024-02-06T17:30:42.777 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: kXpressCompression supported: 0 2024-02-06T17:30:42.777 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-06T17:30:42.777 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: kLZ4Compression supported: 1 2024-02-06T17:30:42.777 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: kBZip2Compression supported: 0 2024-02-06T17:30:42.777 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: kZlibCompression supported: 1 2024-02-06T17:30:42.777 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: kSnappyCompression supported: 1 2024-02-06T17:30:42.778 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-06T17:30:42.778 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-02-06T17:30:42.778 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: 2024-02-06T17:30:42.778 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-06T17:30:42.778 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: 2024-02-06T17:30:42.778 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-06T17:30:42.778 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.merge_operator: 2024-02-06T17:30:42.779 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.compaction_filter: None 2024-02-06T17:30:42.780 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-06T17:30:42.780 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-06T17:30:42.780 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-06T17:30:42.780 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e479903d28) 2024-02-06T17:30:42.780 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cache_index_and_filter_blocks: 1 2024-02-06T17:30:42.780 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-06T17:30:42.780 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-06T17:30:42.780 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: pin_top_level_index_and_filter: 1 2024-02-06T17:30:42.780 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: index_type: 0 2024-02-06T17:30:42.780 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: data_block_index_type: 0 2024-02-06T17:30:42.780 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: index_shortening: 1 2024-02-06T17:30:42.780 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: data_block_hash_table_util_ratio: 0.750000 2024-02-06T17:30:42.781 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: hash_index_allow_collision: 1 2024-02-06T17:30:42.781 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: checksum: 1 2024-02-06T17:30:42.781 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: no_block_cache: 0 2024-02-06T17:30:42.781 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: block_cache: 0x55e479938f10 2024-02-06T17:30:42.781 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: block_cache_name: BinnedLRUCache 2024-02-06T17:30:42.781 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: block_cache_options: 2024-02-06T17:30:42.781 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: capacity : 536870912 2024-02-06T17:30:42.781 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: num_shard_bits : 4 2024-02-06T17:30:42.781 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: strict_capacity_limit : 0 2024-02-06T17:30:42.781 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: high_pri_pool_ratio: 0.000 2024-02-06T17:30:42.781 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: block_cache_compressed: (nil) 2024-02-06T17:30:42.781 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: persistent_cache: (nil) 2024-02-06T17:30:42.781 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: block_size: 4096 2024-02-06T17:30:42.781 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: block_size_deviation: 10 2024-02-06T17:30:42.781 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: block_restart_interval: 16 2024-02-06T17:30:42.781 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: index_block_restart_interval: 1 2024-02-06T17:30:42.782 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: metadata_block_size: 4096 2024-02-06T17:30:42.782 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: partition_filters: 0 2024-02-06T17:30:42.782 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: use_delta_encoding: 1 2024-02-06T17:30:42.782 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-06T17:30:42.782 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: whole_key_filtering: 1 2024-02-06T17:30:42.782 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: verify_compression: 0 2024-02-06T17:30:42.782 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: read_amp_bytes_per_bit: 0 2024-02-06T17:30:42.782 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: format_version: 2 2024-02-06T17:30:42.782 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: enable_index_compression: 1 2024-02-06T17:30:42.782 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: block_align: 0 2024-02-06T17:30:42.782 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: 2024-02-06T17:30:42.782 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-06T17:30:42.782 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-06T17:30:42.782 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.compression: NoCompression 2024-02-06T17:30:42.782 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-06T17:30:42.782 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-06T17:30:42.783 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-06T17:30:42.783 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.num_levels: 7 2024-02-06T17:30:42.783 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-06T17:30:42.783 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-06T17:30:42.783 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-06T17:30:42.783 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-06T17:30:42.783 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-06T17:30:42.783 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-06T17:30:42.783 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-06T17:30:42.783 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-06T17:30:42.783 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-06T17:30:42.783 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-06T17:30:42.783 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-06T17:30:42.783 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-06T17:30:42.783 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-06T17:30:42.784 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-06T17:30:42.784 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-06T17:30:42.784 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-06T17:30:42.784 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-06T17:30:42.784 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-06T17:30:42.784 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-06T17:30:42.784 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-06T17:30:42.784 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-06T17:30:42.784 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-06T17:30:42.784 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-06T17:30:42.784 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-06T17:30:42.784 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-06T17:30:42.784 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-06T17:30:42.784 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-06T17:30:42.784 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-06T17:30:42.785 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-06T17:30:42.785 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-06T17:30:42.785 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-06T17:30:42.785 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-06T17:30:42.785 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-06T17:30:42.785 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-06T17:30:42.785 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-06T17:30:42.785 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-06T17:30:42.785 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-06T17:30:42.785 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-06T17:30:42.785 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-06T17:30:42.785 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-06T17:30:42.785 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-06T17:30:42.785 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-06T17:30:42.785 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-06T17:30:42.785 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-06T17:30:42.785 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-06T17:30:42.786 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-06T17:30:42.786 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-06T17:30:42.786 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.table_properties_collectors: 2024-02-06T17:30:42.786 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.inplace_update_support: 0 2024-02-06T17:30:42.786 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-06T17:30:42.786 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-06T17:30:42.786 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-06T17:30:42.786 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-06T17:30:42.786 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.bloom_locality: 0 2024-02-06T17:30:42.786 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.max_successive_merges: 0 2024-02-06T17:30:42.786 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-06T17:30:42.786 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-06T17:30:42.786 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-06T17:30:42.786 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-06T17:30:42.786 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.ttl: 2592000 2024-02-06T17:30:42.786 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.440+0000 7f74f0b20880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-06T17:30:42.787 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.441+0000 7f74f0b20880 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 25, last_sequence is 9278, log_number is 20,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-06T17:30:42.787 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: 2024-02-06T17:30:42.787 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.441+0000 7f74f0b20880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 20 2024-02-06T17:30:42.787 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: 2024-02-06T17:30:42.787 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.441+0000 7f74f0b20880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707240642442930, "job": 1, "event": "recovery_started", "log_files": [20]} 2024-02-06T17:30:42.787 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.441+0000 7f74f0b20880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #20 mode 2 2024-02-06T17:30:42.787 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.463+0000 7f74f0b20880 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-02-06T17:30:42.787 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.491+0000 7f74f0b20880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707240642492982, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 25, "file_size": 20706835, "table_properties": {"data_size": 20693946, "index_size": 10721, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 1349, "raw_key_size": 10684, "raw_average_key_size": 21, "raw_value_size": 20678673, "raw_average_value_size": 41192, "num_data_blocks": 335, "num_entries": 502, "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": 1707240642, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-06T17:30:42.787 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.491+0000 7f74f0b20880 4 rocksdb: [version_set.cc:3826] Creating manifest 26 2024-02-06T17:30:42.787 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: 2024-02-06T17:30:42.787 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.491+0000 7f74f0b20880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707240642493404, "job": 1, "event": "recovery_finished"} 2024-02-06T17:30:42.787 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 bash[62728]: afd04f19ffb6c4f08e76bbcce7d4fac1cb0f01f33b637eeeb233389f2281832d 2024-02-06T17:30:42.787 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.494+0000 7f74f0b20880 4 rocksdb: DB pointer 0x55e479a01800 2024-02-06T17:30:42.787 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.494+0000 7f74d7911700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-06T17:30:42.787 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.494+0000 7f74d7911700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-06T17:30:42.788 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: ** DB Stats ** 2024-02-06T17:30:42.788 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: Uptime(secs): 0.1 total, 0.1 interval 2024-02-06T17:30:42.788 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-06T17:30:42.788 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-06T17:30:42.788 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-06T17:30:42.788 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-06T17:30:42.788 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-06T17:30:42.788 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-06T17:30:42.788 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: 2024-02-06T17:30:42.788 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: ** Compaction Stats [default] ** 2024-02-06T17:30:42.788 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: 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-02-06T17:30:42.788 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T17:30:42.788 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: L0 1/0 19.75 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 705.8 0.03 0.00 1 0.028 0 0 2024-02-06T17:30:42.788 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: L6 2/0 68.33 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-02-06T17:30:42.788 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: Sum 3/0 88.08 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 705.8 0.03 0.00 1 0.028 0 0 2024-02-06T17:30:42.789 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 705.8 0.03 0.00 1 0.028 0 0 2024-02-06T17:30:42.789 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: 2024-02-06T17:30:42.789 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: ** Compaction Stats [default] ** 2024-02-06T17:30:42.789 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: 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-02-06T17:30:42.789 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T17:30:42.789 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 705.8 0.03 0.00 1 0.028 0 0 2024-02-06T17:30:42.789 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: Uptime(secs): 0.1 total, 0.1 interval 2024-02-06T17:30:42.789 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: Flush(GB): cumulative 0.019, interval 0.019 2024-02-06T17:30:42.789 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-06T17:30:42.789 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: AddFile(Total Files): cumulative 0, interval 0 2024-02-06T17:30:42.789 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-06T17:30:42.789 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: AddFile(Keys): cumulative 0, interval 0 2024-02-06T17:30:42.789 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: Cumulative compaction: 0.02 GB write, 364.26 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-06T17:30:42.789 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: Interval compaction: 0.02 GB write, 364.26 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-06T17:30:42.789 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: 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-02-06T17:30:42.789 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: 2024-02-06T17:30:42.789 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: ** File Read Latency Histogram By Level [default] ** 2024-02-06T17:30:42.790 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: 2024-02-06T17:30:42.790 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: ** Compaction Stats [default] ** 2024-02-06T17:30:42.790 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: 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-02-06T17:30:42.790 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T17:30:42.790 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: L0 1/0 19.75 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 705.8 0.03 0.00 1 0.028 0 0 2024-02-06T17:30:42.790 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: L6 2/0 68.33 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-02-06T17:30:42.790 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: Sum 3/0 88.08 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 705.8 0.03 0.00 1 0.028 0 0 2024-02-06T17:30:42.790 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: 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-02-06T17:30:42.790 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: 2024-02-06T17:30:42.790 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: ** Compaction Stats [default] ** 2024-02-06T17:30:42.790 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: 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-02-06T17:30:42.790 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T17:30:42.790 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 705.8 0.03 0.00 1 0.028 0 0 2024-02-06T17:30:42.790 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: Uptime(secs): 0.1 total, 0.0 interval 2024-02-06T17:30:42.790 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: Flush(GB): cumulative 0.019, interval 0.000 2024-02-06T17:30:42.790 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-06T17:30:42.791 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: AddFile(Total Files): cumulative 0, interval 0 2024-02-06T17:30:42.791 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-06T17:30:42.791 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: AddFile(Keys): cumulative 0, interval 0 2024-02-06T17:30:42.791 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: Cumulative compaction: 0.02 GB write, 364.04 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-06T17:30:42.791 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-06T17:30:42.791 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: 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-02-06T17:30:42.791 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: 2024-02-06T17:30:42.791 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: ** File Read Latency Histogram By Level [default] ** 2024-02-06T17:30:42.791 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: 2024-02-06T17:30:42.791 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.495+0000 7f74f0b20880 0 starting mon.c rank 1 at public addrs [v2:172.21.15.96:3301/0,v1:172.21.15.96:6790/0] at bind addrs [v2:172.21.15.96:3301/0,v1:172.21.15.96:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid a15007fc-c513-11ee-95b6-87774f69a715 2024-02-06T17:30:42.791 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.495+0000 7f74f0b20880 1 mon.c@-1(???) e3 preinit fsid a15007fc-c513-11ee-95b6-87774f69a715 2024-02-06T17:30:42.791 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.496+0000 7f74f0b20880 0 mon.c@-1(???).mds e1 new map 2024-02-06T17:30:42.791 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.496+0000 7f74f0b20880 0 mon.c@-1(???).mds e1 print_map 2024-02-06T17:30:42.791 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: e1 2024-02-06T17:30:42.791 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: enable_multiple, ever_enabled_multiple: 0,0 2024-02-06T17:30:42.791 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: 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-02-06T17:30:42.792 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: legacy client fscid: -1 2024-02-06T17:30:42.792 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: 2024-02-06T17:30:42.792 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: No filesystems configured 2024-02-06T17:30:42.792 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: 2024-02-06T17:30:42.792 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.496+0000 7f74f0b20880 0 mon.c@-1(???).osd e67 crush map has features 3314933000852226048, adjusting msgr requires 2024-02-06T17:30:42.792 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.496+0000 7f74f0b20880 0 mon.c@-1(???).osd e67 crush map has features 288514051259236352, adjusting msgr requires 2024-02-06T17:30:42.792 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.496+0000 7f74f0b20880 0 mon.c@-1(???).osd e67 crush map has features 288514051259236352, adjusting msgr requires 2024-02-06T17:30:42.792 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.496+0000 7f74f0b20880 0 mon.c@-1(???).osd e67 crush map has features 288514051259236352, adjusting msgr requires 2024-02-06T17:30:42.792 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 systemd[1]: Started Ceph mon.c for a15007fc-c513-11ee-95b6-87774f69a715. 2024-02-06T17:30:42.792 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:30:38.872590+0000 mgr.y (mgr.24835) 12 : cephadm [INF] Upgrade: Updating mon.c 2024-02-06T17:30:42.792 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:30:38.878679+0000 mgr.y (mgr.24835) 13 : cephadm [INF] Deploying daemon mon.c on smithi096 2024-02-06T17:30:42.792 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:42 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:30:42.496+0000 7f74f0b20880 1 mon.c@-1(???).paxosservice(auth 1..22) refresh upgraded, format 0 -> 3 2024-02-06T17:30:45.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:45 smithi102 bash[35648]: cluster 2024-02-06T17:30:41.794053+0000 mgr.y (mgr.24835) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:45.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:45 smithi102 bash[35648]: cluster 2024-02-06T17:30:42.706255+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-02-06T17:30:45.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:45 smithi102 bash[35648]: cluster 2024-02-06T17:30:43.794607+0000 mgr.y (mgr.24835) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:45.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:45 smithi102 bash[35648]: cluster 2024-02-06T17:30:44.010060+0000 mon.a (mon.0) 107 : cluster [INF] mon.a calling monitor election 2024-02-06T17:30:45.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:45 smithi102 bash[35648]: cluster 2024-02-06T17:30:44.026203+0000 mon.a (mon.0) 108 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-02-06T17:30:45.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:45 smithi102 bash[35648]: cluster 2024-02-06T17:30:44.039611+0000 mon.a (mon.0) 109 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0],b=[v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0],c=[v2:172.21.15.96:3301/0,v1:172.21.15.96:6790/0]} removed_ranks: {} 2024-02-06T17:30:45.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:45 smithi102 bash[35648]: cluster 2024-02-06T17:30:44.040211+0000 mon.a (mon.0) 110 : cluster [DBG] fsmap 2024-02-06T17:30:45.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:45 smithi102 bash[35648]: cluster 2024-02-06T17:30:44.040258+0000 mon.a (mon.0) 111 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-06T17:30:45.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:45 smithi102 bash[35648]: cluster 2024-02-06T17:30:44.040672+0000 mon.a (mon.0) 112 : cluster [DBG] mgrmap e29: y(active, since 26s), standbys: x 2024-02-06T17:30:45.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:45 smithi102 bash[35648]: cluster 2024-02-06T17:30:44.045927+0000 mon.a (mon.0) 113 : cluster [INF] overall HEALTH_OK 2024-02-06T17:30:45.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:45 smithi102 bash[35648]: audit 2024-02-06T17:30:44.051858+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:30:45.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:45 smithi102 bash[35648]: audit 2024-02-06T17:30:44.052882+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:30:45.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:45 smithi102 bash[35648]: audit 2024-02-06T17:30:44.054452+0000 mon.a (mon.0) 116 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:30:45.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:45 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:41.794053+0000 mgr.y (mgr.24835) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:45.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:45 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:42.706255+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-02-06T17:30:45.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:45 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:43.794607+0000 mgr.y (mgr.24835) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:45.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:45 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:44.010060+0000 mon.a (mon.0) 107 : cluster [INF] mon.a calling monitor election 2024-02-06T17:30:45.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:45 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:44.026203+0000 mon.a (mon.0) 108 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-02-06T17:30:45.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:45 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:44.039611+0000 mon.a (mon.0) 109 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0],b=[v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0],c=[v2:172.21.15.96:3301/0,v1:172.21.15.96:6790/0]} removed_ranks: {} 2024-02-06T17:30:45.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:45 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:44.040211+0000 mon.a (mon.0) 110 : cluster [DBG] fsmap 2024-02-06T17:30:45.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:45 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:44.040258+0000 mon.a (mon.0) 111 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-06T17:30:45.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:45 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:44.040672+0000 mon.a (mon.0) 112 : cluster [DBG] mgrmap e29: y(active, since 26s), standbys: x 2024-02-06T17:30:45.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:45 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:44.045927+0000 mon.a (mon.0) 113 : cluster [INF] overall HEALTH_OK 2024-02-06T17:30:45.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:45 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:44.051858+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:30:45.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:45 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:44.052882+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:30:45.521 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:45 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:44.054452+0000 mon.a (mon.0) 116 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:30:45.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:45 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:30:41.794053+0000 mgr.y (mgr.24835) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:45.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:45 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:30:42.706255+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-02-06T17:30:45.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:45 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:30:43.794607+0000 mgr.y (mgr.24835) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:45.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:45 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:30:44.010060+0000 mon.a (mon.0) 107 : cluster [INF] mon.a calling monitor election 2024-02-06T17:30:45.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:45 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:30:44.026203+0000 mon.a (mon.0) 108 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-02-06T17:30:45.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:45 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:30:44.039611+0000 mon.a (mon.0) 109 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0],b=[v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0],c=[v2:172.21.15.96:3301/0,v1:172.21.15.96:6790/0]} removed_ranks: {} 2024-02-06T17:30:45.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:45 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:30:44.040211+0000 mon.a (mon.0) 110 : cluster [DBG] fsmap 2024-02-06T17:30:45.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:45 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:30:44.040258+0000 mon.a (mon.0) 111 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-06T17:30:45.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:45 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:30:44.040672+0000 mon.a (mon.0) 112 : cluster [DBG] mgrmap e29: y(active, since 26s), standbys: x 2024-02-06T17:30:45.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:45 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:30:44.045927+0000 mon.a (mon.0) 113 : cluster [INF] overall HEALTH_OK 2024-02-06T17:30:45.522 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:45 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:30:44.051858+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:30:45.522 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:45 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:30:44.052882+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:30:45.522 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:45 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:30:44.054452+0000 mon.a (mon.0) 116 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:30:47.160 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:47 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:45.795222+0000 mgr.y (mgr.24835) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:47.160 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:47 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:30:45.795222+0000 mgr.y (mgr.24835) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:47.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:47 smithi102 bash[35648]: cluster 2024-02-06T17:30:45.795222+0000 mgr.y (mgr.24835) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:47.770 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:30:47 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:30:47.504+0000 7fab5841b700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-02-06T17:30:49.510 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:49 smithi102 bash[35648]: cluster 2024-02-06T17:30:47.795653+0000 mgr.y (mgr.24835) 18 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:49.510 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:49 smithi102 bash[35648]: audit 2024-02-06T17:30:48.370596+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:30:49.510 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:49 smithi102 bash[35648]: audit 2024-02-06T17:30:48.377389+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:30:49.510 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:49 smithi102 bash[35648]: audit 2024-02-06T17:30:48.381944+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:30:49.510 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:49 smithi102 bash[35648]: audit 2024-02-06T17:30:48.383767+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:30:49.510 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:49 smithi102 bash[35648]: audit 2024-02-06T17:30:48.384646+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-06T17:30:49.510 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:49 smithi102 bash[35648]: audit 2024-02-06T17:30:48.385141+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-02-06T17:30:49.511 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:49 smithi102 bash[35648]: cephadm 2024-02-06T17:30:48.385531+0000 mgr.y (mgr.24835) 19 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-02-06T17:30:49.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:49 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:47.795653+0000 mgr.y (mgr.24835) 18 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:49.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:49 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:48.370596+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:30:49.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:49 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:48.377389+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:30:49.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:49 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:48.381944+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:30:49.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:49 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:48.383767+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:30:49.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:49 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:48.384646+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-06T17:30:49.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:49 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:48.385141+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-02-06T17:30:49.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:49 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:30:48.385531+0000 mgr.y (mgr.24835) 19 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-02-06T17:30:49.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:49 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:30:47.795653+0000 mgr.y (mgr.24835) 18 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:49.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:49 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:30:48.370596+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:30:49.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:49 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:30:48.377389+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:30:49.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:49 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:30:48.381944+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:30:49.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:49 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:30:48.383767+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:30:49.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:49 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:30:48.384646+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-06T17:30:49.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:49 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:30:48.385141+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-02-06T17:30:49.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:49 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:30:48.385531+0000 mgr.y (mgr.24835) 19 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-02-06T17:30:51.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:50 smithi102 bash[35648]: cluster 2024-02-06T17:30:49.796404+0000 mgr.y (mgr.24835) 20 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:51.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:50 smithi102 bash[35648]: cephadm 2024-02-06T17:30:49.808522+0000 mgr.y (mgr.24835) 21 : cephadm [INF] Upgrade: Updating mon.b 2024-02-06T17:30:51.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:50 smithi102 bash[35648]: audit 2024-02-06T17:30:49.815362+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:30:51.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:50 smithi102 bash[35648]: audit 2024-02-06T17:30:49.816190+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T17:30:51.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:50 smithi102 bash[35648]: audit 2024-02-06T17:30:49.816812+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T17:30:51.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:50 smithi102 bash[35648]: audit 2024-02-06T17:30:49.817439+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:30:51.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:50 smithi102 bash[35648]: cephadm 2024-02-06T17:30:49.818052+0000 mgr.y (mgr.24835) 22 : cephadm [INF] Deploying daemon mon.b on smithi102 2024-02-06T17:30:51.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:50 smithi102 bash[35648]: audit 2024-02-06T17:30:49.818462+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-02-06T17:30:51.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:50 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:49.796404+0000 mgr.y (mgr.24835) 20 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:51.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:50 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:30:49.808522+0000 mgr.y (mgr.24835) 21 : cephadm [INF] Upgrade: Updating mon.b 2024-02-06T17:30:51.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:50 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:49.815362+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:30:51.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:50 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:49.816190+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T17:30:51.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:50 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:49.816812+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T17:30:51.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:50 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:49.817439+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:30:51.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:50 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:30:49.818052+0000 mgr.y (mgr.24835) 22 : cephadm [INF] Deploying daemon mon.b on smithi102 2024-02-06T17:30:51.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:50 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:49.818462+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-02-06T17:30:51.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:50 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:30:49.796404+0000 mgr.y (mgr.24835) 20 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:51.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:50 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:30:49.808522+0000 mgr.y (mgr.24835) 21 : cephadm [INF] Upgrade: Updating mon.b 2024-02-06T17:30:51.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:50 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:30:49.815362+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:30:51.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:50 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:30:49.816190+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T17:30:51.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:50 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:30:49.816812+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T17:30:51.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:50 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:30:49.817439+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:30:51.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:50 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:30:49.818052+0000 mgr.y (mgr.24835) 22 : cephadm [INF] Deploying daemon mon.b on smithi102 2024-02-06T17:30:51.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:50 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:30:49.818462+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-02-06T17:30:51.497 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:51 smithi102 systemd[1]: Stopping Ceph mon.b for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:30:51.497 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:51 smithi102 bash[35648]: debug 2024-02-06T17:30:51.495+0000 7fd61a179700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-06T17:30:51.497 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:51 smithi102 bash[35648]: debug 2024-02-06T17:30:51.495+0000 7fd61a179700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-02-06T17:30:52.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:51 smithi102 bash[54980]: ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon.b 2024-02-06T17:30:52.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:52 smithi102 systemd[1]: ceph-a15007fc-c513-11ee-95b6-87774f69a715@mon.b.service: Succeeded. 2024-02-06T17:30:52.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:52 smithi102 systemd[1]: Stopped Ceph mon.b for a15007fc-c513-11ee-95b6-87774f69a715. 2024-02-06T17:30:52.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:52 smithi102 systemd[1]: Starting Ceph mon.b for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:30:53.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.221+0000 7f8569b4d880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-06T17:30:53.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.221+0000 7f8569b4d880 0 ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable), process ceph-mon, pid 7 2024-02-06T17:30:53.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.221+0000 7f8569b4d880 0 pidfile_write: ignore empty --pid-file 2024-02-06T17:30:53.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 0 load: jerasure load: lrc load: isa 2024-02-06T17:30:53.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: RocksDB version: 6.8.1 2024-02-06T17:30:53.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: 2024-02-06T17:30:53.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-06T17:30:53.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Compile date Feb 2 2024 2024-02-06T17:30:53.441 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: DB SUMMARY 2024-02-06T17:30:53.441 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: 2024-02-06T17:30:53.441 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: CURRENT file: CURRENT 2024-02-06T17:30:53.441 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: 2024-02-06T17:30:53.441 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-06T17:30:53.441 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: 2024-02-06T17:30:53.441 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 826 Bytes 2024-02-06T17:30:53.441 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: 2024-02-06T17:30:53.441 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 3, files: 000022.sst 000023.sst 000025.sst 2024-02-06T17:30:53.441 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: 2024-02-06T17:30:53.441 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000024.log size: 252665 ; 2024-02-06T17:30:53.441 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: 2024-02-06T17:30:53.441 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.error_if_exists: 0 2024-02-06T17:30:53.441 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.create_if_missing: 0 2024-02-06T17:30:53.442 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.paranoid_checks: 1 2024-02-06T17:30:53.442 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.env: 0x55e591cef080 2024-02-06T17:30:53.442 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.fs: Posix File System 2024-02-06T17:30:53.442 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.info_log: 0x55e592ae4260 2024-02-06T17:30:53.442 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-06T17:30:53.442 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.statistics: (nil) 2024-02-06T17:30:53.442 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.use_fsync: 0 2024-02-06T17:30:53.442 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.max_log_file_size: 0 2024-02-06T17:30:53.442 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-06T17:30:53.442 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-06T17:30:53.442 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-06T17:30:53.442 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-06T17:30:53.442 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.allow_fallocate: 1 2024-02-06T17:30:53.442 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-06T17:30:53.442 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-06T17:30:53.443 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.use_direct_reads: 0 2024-02-06T17:30:53.443 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-06T17:30:53.443 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-06T17:30:53.443 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.db_log_dir: 2024-02-06T17:30:53.443 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-b/store.db 2024-02-06T17:30:53.443 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-06T17:30:53.443 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.max_subcompactions: 1 2024-02-06T17:30:53.443 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.max_background_flushes: -1 2024-02-06T17:30:53.443 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-06T17:30:53.443 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-06T17:30:53.443 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-06T17:30:53.443 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-06T17:30:53.443 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-06T17:30:53.443 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-06T17:30:53.443 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-06T17:30:53.443 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.write_buffer_manager: 0x55e5937d6390 2024-02-06T17:30:53.444 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-06T17:30:53.444 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-06T17:30:53.444 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-06T17:30:53.444 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-06T17:30:53.444 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-06T17:30:53.444 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-06T17:30:53.444 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-06T17:30:53.444 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-06T17:30:53.444 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-06T17:30:53.444 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.unordered_write: 0 2024-02-06T17:30:53.444 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-06T17:30:53.444 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-06T17:30:53.444 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-06T17:30:53.444 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-06T17:30:53.446 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.row_cache: None 2024-02-06T17:30:53.446 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.wal_filter: None 2024-02-06T17:30:53.446 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-06T17:30:53.446 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-06T17:30:53.446 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.preserve_deletes: 0 2024-02-06T17:30:53.446 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.two_write_queues: 0 2024-02-06T17:30:53.446 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-06T17:30:53.447 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.atomic_flush: 0 2024-02-06T17:30:53.447 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-06T17:30:53.447 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-06T17:30:53.447 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-06T17:30:53.447 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.log_readahead_size: 0 2024-02-06T17:30:53.447 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-06T17:30:53.447 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.max_background_jobs: 2 2024-02-06T17:30:53.447 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.max_background_compactions: -1 2024-02-06T17:30:53.447 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-06T17:30:53.447 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-06T17:30:53.447 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-06T17:30:53.447 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-06T17:30:53.447 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-06T17:30:53.447 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-06T17:30:53.448 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-06T17:30:53.448 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-06T17:30:53.448 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.max_open_files: -1 2024-02-06T17:30:53.448 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-06T17:30:53.448 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-06T17:30:53.448 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-06T17:30:53.448 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-06T17:30:53.448 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Compression algorithms supported: 2024-02-06T17:30:53.448 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-06T17:30:53.448 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: kZSTD supported: 0 2024-02-06T17:30:53.448 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: kXpressCompression supported: 0 2024-02-06T17:30:53.448 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-06T17:30:53.448 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: kLZ4Compression supported: 1 2024-02-06T17:30:53.448 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: kBZip2Compression supported: 0 2024-02-06T17:30:53.449 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: kZlibCompression supported: 1 2024-02-06T17:30:53.449 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: kSnappyCompression supported: 1 2024-02-06T17:30:53.449 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.226+0000 7f8569b4d880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-06T17:30:53.449 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-02-06T17:30:53.449 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: 2024-02-06T17:30:53.449 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-06T17:30:53.449 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: 2024-02-06T17:30:53.449 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-06T17:30:53.449 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.merge_operator: 2024-02-06T17:30:53.449 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.compaction_filter: None 2024-02-06T17:30:53.449 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-06T17:30:53.449 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-06T17:30:53.449 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-06T17:30:53.449 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e592a89d28) 2024-02-06T17:30:53.449 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cache_index_and_filter_blocks: 1 2024-02-06T17:30:53.450 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-06T17:30:53.450 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-06T17:30:53.450 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: pin_top_level_index_and_filter: 1 2024-02-06T17:30:53.450 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: index_type: 0 2024-02-06T17:30:53.450 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: data_block_index_type: 0 2024-02-06T17:30:53.450 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: index_shortening: 1 2024-02-06T17:30:53.450 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: data_block_hash_table_util_ratio: 0.750000 2024-02-06T17:30:53.450 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: hash_index_allow_collision: 1 2024-02-06T17:30:53.450 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: checksum: 1 2024-02-06T17:30:53.450 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: no_block_cache: 0 2024-02-06T17:30:53.450 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: block_cache: 0x55e592abef10 2024-02-06T17:30:53.450 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: block_cache_name: BinnedLRUCache 2024-02-06T17:30:53.450 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: block_cache_options: 2024-02-06T17:30:53.450 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: capacity : 536870912 2024-02-06T17:30:53.451 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: num_shard_bits : 4 2024-02-06T17:30:53.451 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: strict_capacity_limit : 0 2024-02-06T17:30:53.451 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: high_pri_pool_ratio: 0.000 2024-02-06T17:30:53.451 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: block_cache_compressed: (nil) 2024-02-06T17:30:53.451 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: persistent_cache: (nil) 2024-02-06T17:30:53.451 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: block_size: 4096 2024-02-06T17:30:53.451 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: block_size_deviation: 10 2024-02-06T17:30:53.451 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: block_restart_interval: 16 2024-02-06T17:30:53.451 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: index_block_restart_interval: 1 2024-02-06T17:30:53.451 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: metadata_block_size: 4096 2024-02-06T17:30:53.451 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: partition_filters: 0 2024-02-06T17:30:53.451 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: use_delta_encoding: 1 2024-02-06T17:30:53.451 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-06T17:30:53.451 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: whole_key_filtering: 1 2024-02-06T17:30:53.451 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: verify_compression: 0 2024-02-06T17:30:53.452 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: read_amp_bytes_per_bit: 0 2024-02-06T17:30:53.452 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: format_version: 2 2024-02-06T17:30:53.452 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: enable_index_compression: 1 2024-02-06T17:30:53.452 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: block_align: 0 2024-02-06T17:30:53.452 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: 2024-02-06T17:30:53.452 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-06T17:30:53.452 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-06T17:30:53.452 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.compression: NoCompression 2024-02-06T17:30:53.452 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-06T17:30:53.452 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-06T17:30:53.452 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-06T17:30:53.452 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.num_levels: 7 2024-02-06T17:30:53.452 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-06T17:30:53.453 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-06T17:30:53.453 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-06T17:30:53.453 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-06T17:30:53.453 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-06T17:30:53.453 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-06T17:30:53.453 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-06T17:30:53.453 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-06T17:30:53.453 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-06T17:30:53.453 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-06T17:30:53.453 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-06T17:30:53.453 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-06T17:30:53.453 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-06T17:30:53.453 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-06T17:30:53.453 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-06T17:30:53.453 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-06T17:30:53.454 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-06T17:30:53.454 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-06T17:30:53.454 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-06T17:30:53.454 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-06T17:30:53.454 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-06T17:30:53.454 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-06T17:30:53.454 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-06T17:30:53.454 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-06T17:30:53.454 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-06T17:30:53.454 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-06T17:30:53.454 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-06T17:30:53.454 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-06T17:30:53.454 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-06T17:30:53.454 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-06T17:30:53.454 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-06T17:30:53.454 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-06T17:30:53.455 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-06T17:30:53.455 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-06T17:30:53.455 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-06T17:30:53.455 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-06T17:30:53.455 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-06T17:30:53.455 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-06T17:30:53.455 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-06T17:30:53.455 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-06T17:30:53.455 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-06T17:30:53.455 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-06T17:30:53.455 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-06T17:30:53.455 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-06T17:30:53.455 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-06T17:30:53.455 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-06T17:30:53.455 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-06T17:30:53.455 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.table_properties_collectors: 2024-02-06T17:30:53.456 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.inplace_update_support: 0 2024-02-06T17:30:53.456 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-06T17:30:53.456 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-06T17:30:53.456 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-06T17:30:53.456 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-06T17:30:53.456 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.bloom_locality: 0 2024-02-06T17:30:53.456 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.max_successive_merges: 0 2024-02-06T17:30:53.456 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-06T17:30:53.456 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-06T17:30:53.456 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-06T17:30:53.456 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-06T17:30:53.456 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.ttl: 2592000 2024-02-06T17:30:53.456 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-06T17:30:53.457 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 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 27, last_sequence is 11032, log_number is 24,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-06T17:30:53.457 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: 2024-02-06T17:30:53.457 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.227+0000 7f8569b4d880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 24 2024-02-06T17:30:53.457 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: 2024-02-06T17:30:53.457 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.228+0000 7f8569b4d880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707240653229166, "job": 1, "event": "recovery_started", "log_files": [24]} 2024-02-06T17:30:53.457 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.228+0000 7f8569b4d880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #24 mode 2 2024-02-06T17:30:53.457 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.228+0000 7f8569b4d880 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-02-06T17:30:53.457 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.229+0000 7f8569b4d880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707240653230494, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 27, "file_size": 169061, "table_properties": {"data_size": 167737, "index_size": 314, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 197, "raw_key_size": 813, "raw_average_key_size": 24, "raw_value_size": 166846, "raw_average_value_size": 5055, "num_data_blocks": 10, "num_entries": 33, "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": 1707240653, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-06T17:30:53.457 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.229+0000 7f8569b4d880 4 rocksdb: [version_set.cc:3826] Creating manifest 28 2024-02-06T17:30:53.457 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: 2024-02-06T17:30:53.457 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.230+0000 7f8569b4d880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707240653231420, "job": 1, "event": "recovery_finished"} 2024-02-06T17:30:53.457 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.231+0000 7f8569b4d880 4 rocksdb: DB pointer 0x55e592b87800 2024-02-06T17:30:53.457 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.231+0000 7f855093e700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-06T17:30:53.457 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.231+0000 7f855093e700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-06T17:30:53.458 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: ** DB Stats ** 2024-02-06T17:30:53.458 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-06T17:30:53.458 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-06T17:30:53.458 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-06T17:30:53.458 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-06T17:30:53.458 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-06T17:30:53.458 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-06T17:30:53.458 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-06T17:30:53.458 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: 2024-02-06T17:30:53.458 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: ** Compaction Stats [default] ** 2024-02-06T17:30:53.458 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: 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-02-06T17:30:53.458 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T17:30:53.458 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: L0 2/0 20.13 MB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 184.3 0.00 0.00 1 0.001 0 0 2024-02-06T17:30:53.458 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: L6 2/0 68.33 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-02-06T17:30:53.458 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: Sum 4/0 88.46 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 184.3 0.00 0.00 1 0.001 0 0 2024-02-06T17:30:53.459 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 184.3 0.00 0.00 1 0.001 0 0 2024-02-06T17:30:53.459 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: 2024-02-06T17:30:53.459 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: ** Compaction Stats [default] ** 2024-02-06T17:30:53.459 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: 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-02-06T17:30:53.459 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T17:30:53.459 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 184.3 0.00 0.00 1 0.001 0 0 2024-02-06T17:30:53.459 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-06T17:30:53.459 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-06T17:30:53.459 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-06T17:30:53.459 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: AddFile(Total Files): cumulative 0, interval 0 2024-02-06T17:30:53.459 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-06T17:30:53.459 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: AddFile(Keys): cumulative 0, interval 0 2024-02-06T17:30:53.459 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: Cumulative compaction: 0.00 GB write, 37.60 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-06T17:30:53.459 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: Interval compaction: 0.00 GB write, 37.60 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-06T17:30:53.460 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: 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-02-06T17:30:53.460 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: 2024-02-06T17:30:53.460 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: ** File Read Latency Histogram By Level [default] ** 2024-02-06T17:30:53.460 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: 2024-02-06T17:30:53.460 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: ** Compaction Stats [default] ** 2024-02-06T17:30:53.460 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: 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-02-06T17:30:53.460 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T17:30:53.460 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: L0 2/0 20.13 MB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 184.3 0.00 0.00 1 0.001 0 0 2024-02-06T17:30:53.460 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: L6 2/0 68.33 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-02-06T17:30:53.460 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: Sum 4/0 88.46 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 184.3 0.00 0.00 1 0.001 0 0 2024-02-06T17:30:53.460 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: 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-02-06T17:30:53.460 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: 2024-02-06T17:30:53.460 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: ** Compaction Stats [default] ** 2024-02-06T17:30:53.461 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: 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-02-06T17:30:53.461 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-06T17:30:53.461 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 184.3 0.00 0.00 1 0.001 0 0 2024-02-06T17:30:53.461 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-06T17:30:53.461 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-06T17:30:53.461 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-06T17:30:53.461 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: AddFile(Total Files): cumulative 0, interval 0 2024-02-06T17:30:53.461 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-06T17:30:53.461 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: AddFile(Keys): cumulative 0, interval 0 2024-02-06T17:30:53.461 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: Cumulative compaction: 0.00 GB write, 37.32 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-06T17:30:53.461 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-06T17:30:53.461 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: 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-02-06T17:30:53.461 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: 2024-02-06T17:30:53.461 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: ** File Read Latency Histogram By Level [default] ** 2024-02-06T17:30:53.461 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: 2024-02-06T17:30:53.462 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.232+0000 7f8569b4d880 0 starting mon.b rank 2 at public addrs [v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0] at bind addrs [v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid a15007fc-c513-11ee-95b6-87774f69a715 2024-02-06T17:30:53.462 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.233+0000 7f8569b4d880 1 mon.b@-1(???) e3 preinit fsid a15007fc-c513-11ee-95b6-87774f69a715 2024-02-06T17:30:53.462 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.234+0000 7f8569b4d880 0 mon.b@-1(???).mds e1 new map 2024-02-06T17:30:53.462 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.234+0000 7f8569b4d880 0 mon.b@-1(???).mds e1 print_map 2024-02-06T17:30:53.462 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: e1 2024-02-06T17:30:53.462 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: enable_multiple, ever_enabled_multiple: 0,0 2024-02-06T17:30:53.462 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: 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-02-06T17:30:53.462 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: legacy client fscid: -1 2024-02-06T17:30:53.462 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: 2024-02-06T17:30:53.462 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: No filesystems configured 2024-02-06T17:30:53.462 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: 2024-02-06T17:30:53.462 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.234+0000 7f8569b4d880 0 mon.b@-1(???).osd e67 crush map has features 3314933000852226048, adjusting msgr requires 2024-02-06T17:30:53.462 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.234+0000 7f8569b4d880 0 mon.b@-1(???).osd e67 crush map has features 288514051259236352, adjusting msgr requires 2024-02-06T17:30:53.462 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.234+0000 7f8569b4d880 0 mon.b@-1(???).osd e67 crush map has features 288514051259236352, adjusting msgr requires 2024-02-06T17:30:53.463 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.234+0000 7f8569b4d880 0 mon.b@-1(???).osd e67 crush map has features 288514051259236352, adjusting msgr requires 2024-02-06T17:30:53.463 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:30:49.796404+0000 mgr.y (mgr.24835) 20 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:53.463 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:30:49.808522+0000 mgr.y (mgr.24835) 21 : cephadm [INF] Upgrade: Updating mon.b 2024-02-06T17:30:53.463 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:30:49.815362+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:30:53.463 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:30:49.816190+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T17:30:53.463 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:30:49.816812+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T17:30:53.463 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:30:49.817439+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:30:53.463 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:30:49.818052+0000 mgr.y (mgr.24835) 22 : cephadm [INF] Deploying daemon mon.b on smithi102 2024-02-06T17:30:53.463 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:30:49.818462+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-02-06T17:30:53.463 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:30:53.235+0000 7f8569b4d880 1 mon.b@-1(???).paxosservice(auth 1..23) refresh upgraded, format 0 -> 3 2024-02-06T17:30:53.463 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 bash[55167]: 6eff9cf232c7eb6d74c17628fe818c0a8de78d42a66f285aecb1562ab77a9547 2024-02-06T17:30:53.463 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:53 smithi102 systemd[1]: Started Ceph mon.b for a15007fc-c513-11ee-95b6-87774f69a715. 2024-02-06T17:30:53.519 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:30:53 smithi096 bash[57982]: ts=2024-02-06T17:30:53.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-02-06T17:30:54.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:54 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:53.446628+0000 mon.a (mon.0) 134 : cluster [INF] overall HEALTH_OK 2024-02-06T17:30:54.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:54 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:53.447203+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-06T17:30:54.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:54 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:53.447499+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-02-06T17:30:54.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:54 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:53.447499+0000 mon.a (mon.0) 136 : cluster [INF] mon.a calling monitor election 2024-02-06T17:30:54.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:54 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:53.447502+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-02-06T17:30:54.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:54 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:53.449024+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-06T17:30:54.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:54 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:53.449201+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-06T17:30:54.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:54 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:53.450515+0000 mon.a (mon.0) 139 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-02-06T17:30:54.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:54 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:53.458241+0000 mon.a (mon.0) 140 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0],b=[v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0],c=[v2:172.21.15.96:3301/0,v1:172.21.15.96:6790/0]} removed_ranks: {} 2024-02-06T17:30:54.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:54 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:53.458672+0000 mon.a (mon.0) 141 : cluster [DBG] fsmap 2024-02-06T17:30:54.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:54 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:53.458716+0000 mon.a (mon.0) 142 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-06T17:30:54.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:54 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:53.459060+0000 mon.a (mon.0) 143 : cluster [DBG] mgrmap e29: y(active, since 35s), standbys: x 2024-02-06T17:30:54.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:54 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:53.470742+0000 mon.a (mon.0) 144 : cluster [INF] overall HEALTH_OK 2024-02-06T17:30:54.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:54 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:53.474310+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:30:54.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:54 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:53.475313+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:30:54.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:54 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:53.476964+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:30:54.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:54 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:30:53.446628+0000 mon.a (mon.0) 134 : cluster [INF] overall HEALTH_OK 2024-02-06T17:30:54.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:54 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:30:53.447203+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-06T17:30:54.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:54 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:30:53.447499+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-02-06T17:30:54.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:54 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:30:53.447499+0000 mon.a (mon.0) 136 : cluster [INF] mon.a calling monitor election 2024-02-06T17:30:54.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:54 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:30:53.447502+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-02-06T17:30:54.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:54 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:30:53.449024+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-06T17:30:54.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:54 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:30:53.449201+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-06T17:30:54.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:54 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:30:53.450515+0000 mon.a (mon.0) 139 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-02-06T17:30:54.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:54 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:30:53.458241+0000 mon.a (mon.0) 140 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0],b=[v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0],c=[v2:172.21.15.96:3301/0,v1:172.21.15.96:6790/0]} removed_ranks: {} 2024-02-06T17:30:54.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:54 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:30:53.458672+0000 mon.a (mon.0) 141 : cluster [DBG] fsmap 2024-02-06T17:30:54.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:54 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:30:53.458716+0000 mon.a (mon.0) 142 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-06T17:30:54.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:54 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:30:53.459060+0000 mon.a (mon.0) 143 : cluster [DBG] mgrmap e29: y(active, since 35s), standbys: x 2024-02-06T17:30:54.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:54 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:30:53.470742+0000 mon.a (mon.0) 144 : cluster [INF] overall HEALTH_OK 2024-02-06T17:30:54.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:54 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:30:53.474310+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:30:54.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:54 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:30:53.475313+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:30:54.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:54 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:30:53.476964+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:30:54.860 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:54 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:30:53.446628+0000 mon.a (mon.0) 134 : cluster [INF] overall HEALTH_OK 2024-02-06T17:30:54.861 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:54 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:30:53.447203+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-06T17:30:54.861 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:54 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:30:53.447499+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-02-06T17:30:54.861 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:54 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:30:53.447499+0000 mon.a (mon.0) 136 : cluster [INF] mon.a calling monitor election 2024-02-06T17:30:54.861 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:54 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:30:53.447502+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-02-06T17:30:54.861 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:54 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:30:53.449024+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-06T17:30:54.861 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:54 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:30:53.449201+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-06T17:30:54.861 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:54 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:30:53.450515+0000 mon.a (mon.0) 139 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-02-06T17:30:54.861 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:54 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:30:53.458241+0000 mon.a (mon.0) 140 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0],b=[v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0],c=[v2:172.21.15.96:3301/0,v1:172.21.15.96:6790/0]} removed_ranks: {} 2024-02-06T17:30:54.861 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:54 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:30:53.458672+0000 mon.a (mon.0) 141 : cluster [DBG] fsmap 2024-02-06T17:30:54.861 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:54 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:30:53.458716+0000 mon.a (mon.0) 142 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-06T17:30:54.861 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:54 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:30:53.459060+0000 mon.a (mon.0) 143 : cluster [DBG] mgrmap e29: y(active, since 35s), standbys: x 2024-02-06T17:30:54.861 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:54 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:30:53.470742+0000 mon.a (mon.0) 144 : cluster [INF] overall HEALTH_OK 2024-02-06T17:30:54.861 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:54 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:30:53.474310+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:30:54.861 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:54 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:30:53.475313+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:30:54.861 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:54 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:30:53.476964+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:30:55.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:55 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:53.797429+0000 mgr.y (mgr.24835) 24 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:55.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:55 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:30:53.797429+0000 mgr.y (mgr.24835) 24 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:55.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:55 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:30:53.797429+0000 mgr.y (mgr.24835) 24 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:57.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:57 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:30:55.798192+0000 mgr.y (mgr.24835) 25 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:57.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:57 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:55.798192+0000 mgr.y (mgr.24835) 25 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:57.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:57 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:30:55.798192+0000 mgr.y (mgr.24835) 25 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:58.519 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:30:58 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:30:58.243+0000 7fab5841b700 -1 mgr.server handle_report got status from non-daemon mon.b 2024-02-06T17:30:59.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:59 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:30:57.798754+0000 mgr.y (mgr.24835) 26 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:59.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:59 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:30:58.416015+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:30:59.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:59 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:30:58.420412+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:30:59.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:59 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:30:58.423516+0000 mgr.y (mgr.24835) 27 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-02-06T17:30:59.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:59 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:30:58.423799+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T17:30:59.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:59 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:30:58.424464+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T17:30:59.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:59 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:30:58.425061+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:30:59.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:59 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:30:58.425600+0000 mgr.y (mgr.24835) 28 : cephadm [INF] Reconfiguring daemon mon.a on smithi096 2024-02-06T17:30:59.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:30:59 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:30:58.425981+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-02-06T17:30:59.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:59 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:57.798754+0000 mgr.y (mgr.24835) 26 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:59.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:59 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:58.416015+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:30:59.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:59 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:58.420412+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:30:59.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:59 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:30:58.423516+0000 mgr.y (mgr.24835) 27 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-02-06T17:30:59.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:59 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:58.423799+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T17:30:59.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:59 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:58.424464+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T17:30:59.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:59 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:58.425061+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:30:59.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:59 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:30:58.425600+0000 mgr.y (mgr.24835) 28 : cephadm [INF] Reconfiguring daemon mon.a on smithi096 2024-02-06T17:30:59.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:30:59 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:58.425981+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-02-06T17:30:59.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:59 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:30:57.798754+0000 mgr.y (mgr.24835) 26 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:30:59.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:59 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:30:58.416015+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:30:59.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:59 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:30:58.420412+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:30:59.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:59 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:30:58.423516+0000 mgr.y (mgr.24835) 27 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-02-06T17:30:59.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:59 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:30:58.423799+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T17:30:59.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:59 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:30:58.424464+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T17:30:59.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:59 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:30:58.425061+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:30:59.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:59 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:30:58.425600+0000 mgr.y (mgr.24835) 28 : cephadm [INF] Reconfiguring daemon mon.a on smithi096 2024-02-06T17:30:59.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:30:59 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:30:58.425981+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-02-06T17:31:01.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:00 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:30:59.799330+0000 mgr.y (mgr.24835) 29 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:01.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:00 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:59.998750+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:01.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:00 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:30:59.999455+0000 mgr.y (mgr.24835) 30 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-02-06T17:31:01.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:00 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:30:59.999691+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-06T17:31:01.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:00 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:00.000343+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-06T17:31:01.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:00 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:00.000966+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:01.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:00 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:31:00.001473+0000 mgr.y (mgr.24835) 31 : cephadm [INF] Reconfiguring daemon mgr.y on smithi096 2024-02-06T17:31:01.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:00 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:00.001780+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-02-06T17:31:01.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:00 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:30:59.799330+0000 mgr.y (mgr.24835) 29 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:01.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:00 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:30:59.998750+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:01.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:00 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:30:59.999455+0000 mgr.y (mgr.24835) 30 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-02-06T17:31:01.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:00 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:30:59.999691+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-06T17:31:01.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:00 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:00.000343+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-06T17:31:01.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:00 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:00.000966+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:01.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:00 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:31:00.001473+0000 mgr.y (mgr.24835) 31 : cephadm [INF] Reconfiguring daemon mgr.y on smithi096 2024-02-06T17:31:01.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:00 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:00.001780+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-02-06T17:31:01.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:00 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:30:59.799330+0000 mgr.y (mgr.24835) 29 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:01.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:00 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:30:59.998750+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:01.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:00 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:30:59.999455+0000 mgr.y (mgr.24835) 30 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-02-06T17:31:01.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:00 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:30:59.999691+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-06T17:31:01.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:00 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:00.000343+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-06T17:31:01.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:00 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:00.000966+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:01.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:00 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:31:00.001473+0000 mgr.y (mgr.24835) 31 : cephadm [INF] Reconfiguring daemon mgr.y on smithi096 2024-02-06T17:31:01.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:00 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:00.001780+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-02-06T17:31:02.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:02 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:01.600442+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:02.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:02 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:31:01.601170+0000 mgr.y (mgr.24835) 32 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-02-06T17:31:02.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:02 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:01.601390+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T17:31:02.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:02 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:01.601919+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T17:31:02.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:02 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:01.602379+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:02.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:02 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:31:01.602797+0000 mgr.y (mgr.24835) 33 : cephadm [INF] Reconfiguring daemon mon.c on smithi096 2024-02-06T17:31:02.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:02 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:01.603094+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-02-06T17:31:02.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:02 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:01.799695+0000 mgr.y (mgr.24835) 34 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:02.982 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:02 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:01.600442+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:02.982 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:02 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:31:01.601170+0000 mgr.y (mgr.24835) 32 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-02-06T17:31:02.982 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:02 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:01.601390+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T17:31:02.982 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:02 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:01.601919+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T17:31:02.982 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:02 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:01.602379+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:02.982 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:02 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:31:01.602797+0000 mgr.y (mgr.24835) 33 : cephadm [INF] Reconfiguring daemon mon.c on smithi096 2024-02-06T17:31:02.982 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:02 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:01.603094+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-02-06T17:31:02.982 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:02 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:01.799695+0000 mgr.y (mgr.24835) 34 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:02.983 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:02 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:01.600442+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:02.983 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:02 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:31:01.601170+0000 mgr.y (mgr.24835) 32 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-02-06T17:31:02.983 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:02 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:01.601390+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T17:31:02.983 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:02 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:01.601919+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T17:31:02.983 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:02 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:01.602379+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:02.983 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:02 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:31:01.602797+0000 mgr.y (mgr.24835) 33 : cephadm [INF] Reconfiguring daemon mon.c on smithi096 2024-02-06T17:31:02.983 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:02 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:01.603094+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-02-06T17:31:02.983 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:02 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:01.799695+0000 mgr.y (mgr.24835) 34 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:04.370 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:04 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:03.029379+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:04.370 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:04 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:31:03.030100+0000 mgr.y (mgr.24835) 35 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-02-06T17:31:04.370 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:04 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:03.030352+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-06T17:31:04.370 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:04 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:03.030937+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:04.370 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:04 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:31:03.031934+0000 mgr.y (mgr.24835) 36 : cephadm [INF] Reconfiguring daemon osd.0 on smithi096 2024-02-06T17:31:04.370 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:04 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:03.032336+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-02-06T17:31:04.371 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:04 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:03.029379+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:04.371 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:04 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:31:03.030100+0000 mgr.y (mgr.24835) 35 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-02-06T17:31:04.371 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:04 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:03.030352+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-06T17:31:04.371 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:04 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:03.030937+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:04.371 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:04 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:31:03.031934+0000 mgr.y (mgr.24835) 36 : cephadm [INF] Reconfiguring daemon osd.0 on smithi096 2024-02-06T17:31:04.371 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:04 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:03.032336+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-02-06T17:31:04.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:04 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:03.029379+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:04.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:04 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:31:03.030100+0000 mgr.y (mgr.24835) 35 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-02-06T17:31:04.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:04 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:03.030352+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-06T17:31:04.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:04 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:03.030937+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:04.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:04 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:31:03.031934+0000 mgr.y (mgr.24835) 36 : cephadm [INF] Reconfiguring daemon osd.0 on smithi096 2024-02-06T17:31:04.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:04 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:03.032336+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-02-06T17:31:05.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:05 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:03.800083+0000 mgr.y (mgr.24835) 37 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:05.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:05 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:04.423075+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:05.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:05 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:31:04.423751+0000 mgr.y (mgr.24835) 38 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-02-06T17:31:05.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:05 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:04.423954+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-06T17:31:05.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:05 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:04.424446+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:05.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:05 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:31:04.425346+0000 mgr.y (mgr.24835) 39 : cephadm [INF] Reconfiguring daemon osd.1 on smithi096 2024-02-06T17:31:05.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:05 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:04.425665+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-02-06T17:31:05.769 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:05 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:03.800083+0000 mgr.y (mgr.24835) 37 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:05.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:05 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:04.423075+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:05.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:05 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:31:04.423751+0000 mgr.y (mgr.24835) 38 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-02-06T17:31:05.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:05 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:04.423954+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-06T17:31:05.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:05 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:04.424446+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:05.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:05 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:31:04.425346+0000 mgr.y (mgr.24835) 39 : cephadm [INF] Reconfiguring daemon osd.1 on smithi096 2024-02-06T17:31:05.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:05 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:04.425665+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-02-06T17:31:05.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:05 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:03.800083+0000 mgr.y (mgr.24835) 37 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:05.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:05 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:04.423075+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:05.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:05 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:31:04.423751+0000 mgr.y (mgr.24835) 38 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-02-06T17:31:05.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:05 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:04.423954+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-06T17:31:05.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:05 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:04.424446+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:05.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:05 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:31:04.425346+0000 mgr.y (mgr.24835) 39 : cephadm [INF] Reconfiguring daemon osd.1 on smithi096 2024-02-06T17:31:05.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:05 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:04.425665+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-02-06T17:31:07.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:06 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:05.800715+0000 mgr.y (mgr.24835) 40 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:07.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:06 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:05.909853+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:07.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:06 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:31:05.910559+0000 mgr.y (mgr.24835) 41 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-02-06T17:31:07.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:06 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:05.910796+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-06T17:31:07.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:06 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:05.911348+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:07.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:06 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:31:05.912279+0000 mgr.y (mgr.24835) 42 : cephadm [INF] Reconfiguring daemon osd.2 on smithi096 2024-02-06T17:31:07.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:06 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:05.912617+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-02-06T17:31:07.259 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:06 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:05.800715+0000 mgr.y (mgr.24835) 40 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:07.260 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:06 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:05.909853+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:07.260 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:06 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:31:05.910559+0000 mgr.y (mgr.24835) 41 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-02-06T17:31:07.260 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:06 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:05.910796+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-06T17:31:07.260 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:06 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:05.911348+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:07.260 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:06 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:31:05.912279+0000 mgr.y (mgr.24835) 42 : cephadm [INF] Reconfiguring daemon osd.2 on smithi096 2024-02-06T17:31:07.260 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:06 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:05.912617+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-02-06T17:31:07.260 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:06 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:05.800715+0000 mgr.y (mgr.24835) 40 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:07.260 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:06 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:05.909853+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:07.260 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:06 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:31:05.910559+0000 mgr.y (mgr.24835) 41 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-02-06T17:31:07.261 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:06 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:05.910796+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-06T17:31:07.261 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:06 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:05.911348+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:07.261 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:06 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:31:05.912279+0000 mgr.y (mgr.24835) 42 : cephadm [INF] Reconfiguring daemon osd.2 on smithi096 2024-02-06T17:31:07.261 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:06 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:05.912617+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-02-06T17:31:08.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:08 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:07.322644+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:08.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:08 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:31:07.323251+0000 mgr.y (mgr.24835) 43 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-02-06T17:31:08.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:08 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:07.323473+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-06T17:31:08.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:08 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:07.324114+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:08.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:08 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:31:07.325083+0000 mgr.y (mgr.24835) 44 : cephadm [INF] Reconfiguring daemon osd.3 on smithi096 2024-02-06T17:31:08.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:08 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:07.325416+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-02-06T17:31:08.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:08 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:07.322644+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:08.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:08 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:31:07.323251+0000 mgr.y (mgr.24835) 43 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-02-06T17:31:08.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:08 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:07.323473+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-06T17:31:08.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:08 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:07.324114+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:08.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:08 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:31:07.325083+0000 mgr.y (mgr.24835) 44 : cephadm [INF] Reconfiguring daemon osd.3 on smithi096 2024-02-06T17:31:08.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:08 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:07.325416+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-02-06T17:31:08.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:08 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:07.322644+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:08.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:08 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:31:07.323251+0000 mgr.y (mgr.24835) 43 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-02-06T17:31:08.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:08 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:07.323473+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-06T17:31:08.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:08 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:07.324114+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:08.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:08 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:31:07.325083+0000 mgr.y (mgr.24835) 44 : cephadm [INF] Reconfiguring daemon osd.3 on smithi096 2024-02-06T17:31:08.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:08 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:07.325416+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-02-06T17:31:09.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:09 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:07.801137+0000 mgr.y (mgr.24835) 45 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:09.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:09 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:08.840973+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:09.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:09 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:08.842142+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi096.byanyc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-06T17:31:09.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:09 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:08.842794+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi096.byanyc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-06T17:31:09.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:09 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:08.845692+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi096.byanyc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-06T17:31:09.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:09 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:08.849331+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:09.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:09 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:08.849989+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi096.byanyc"}]: dispatch 2024-02-06T17:31:09.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:09 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:08.850472+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:09.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:09 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:08.851274+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi096.byanyc","key": "container_image"}]: dispatch 2024-02-06T17:31:09.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:09 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:07.801137+0000 mgr.y (mgr.24835) 45 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:09.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:09 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:08.840973+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:09.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:09 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:08.842142+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi096.byanyc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-06T17:31:09.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:09 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:08.842794+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi096.byanyc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-06T17:31:09.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:09 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:08.845692+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi096.byanyc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-06T17:31:09.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:09 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:08.849331+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:09.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:09 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:08.849989+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi096.byanyc"}]: dispatch 2024-02-06T17:31:09.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:09 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:08.850472+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:09.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:09 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:08.851274+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi096.byanyc","key": "container_image"}]: dispatch 2024-02-06T17:31:09.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:09 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:07.801137+0000 mgr.y (mgr.24835) 45 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:09.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:09 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:08.840973+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:09.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:09 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:08.842142+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi096.byanyc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-06T17:31:09.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:09 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:08.842794+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi096.byanyc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-06T17:31:09.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:09 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:08.845692+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi096.byanyc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-06T17:31:09.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:09 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:08.849331+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:09.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:09 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:08.849989+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi096.byanyc"}]: dispatch 2024-02-06T17:31:09.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:09 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:08.850472+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:09.771 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:09 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:08.851274+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi096.byanyc","key": "container_image"}]: dispatch 2024-02-06T17:31:10.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:10 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:31:08.841878+0000 mgr.y (mgr.24835) 46 : cephadm [INF] Reconfiguring rgw.r.z.smithi096.byanyc (monmap changed)... 2024-02-06T17:31:10.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:10 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:31:08.846177+0000 mgr.y (mgr.24835) 47 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi096.byanyc 2024-02-06T17:31:10.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:10 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:31:08.850954+0000 mgr.y (mgr.24835) 48 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi096.byanyc on smithi096 2024-02-06T17:31:10.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:31:08.841878+0000 mgr.y (mgr.24835) 46 : cephadm [INF] Reconfiguring rgw.r.z.smithi096.byanyc (monmap changed)... 2024-02-06T17:31:10.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:31:08.846177+0000 mgr.y (mgr.24835) 47 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi096.byanyc 2024-02-06T17:31:10.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:31:08.850954+0000 mgr.y (mgr.24835) 48 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi096.byanyc on smithi096 2024-02-06T17:31:10.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:31:08.841878+0000 mgr.y (mgr.24835) 46 : cephadm [INF] Reconfiguring rgw.r.z.smithi096.byanyc (monmap changed)... 2024-02-06T17:31:10.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:31:08.846177+0000 mgr.y (mgr.24835) 47 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi096.byanyc 2024-02-06T17:31:10.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:10 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:31:08.850954+0000 mgr.y (mgr.24835) 48 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi096.byanyc on smithi096 2024-02-06T17:31:11.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:11 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:09.801996+0000 mgr.y (mgr.24835) 49 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:11.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:11 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:10.352669+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:11.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:11 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:31:10.353334+0000 mgr.y (mgr.24835) 50 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-02-06T17:31:11.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:11 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:10.353541+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T17:31:11.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:11 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:10.354073+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T17:31:11.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:11 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:10.354575+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:11.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:11 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:31:10.355013+0000 mgr.y (mgr.24835) 51 : cephadm [INF] Reconfiguring daemon mon.b on smithi102 2024-02-06T17:31:11.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:11 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:10.355357+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-02-06T17:31:11.769 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:11 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:09.801996+0000 mgr.y (mgr.24835) 49 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:11.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:11 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:10.352669+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:11.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:11 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:31:10.353334+0000 mgr.y (mgr.24835) 50 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-02-06T17:31:11.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:11 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:10.353541+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T17:31:11.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:11 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:10.354073+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T17:31:11.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:11 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:10.354575+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:11.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:11 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:31:10.355013+0000 mgr.y (mgr.24835) 51 : cephadm [INF] Reconfiguring daemon mon.b on smithi102 2024-02-06T17:31:11.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:11 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:10.355357+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-02-06T17:31:11.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:11 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:09.801996+0000 mgr.y (mgr.24835) 49 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:11.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:11 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:10.352669+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:11.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:11 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:31:10.353334+0000 mgr.y (mgr.24835) 50 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-02-06T17:31:11.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:11 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:10.353541+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-06T17:31:11.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:11 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:10.354073+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-06T17:31:11.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:11 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:10.354575+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:11.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:11 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:31:10.355013+0000 mgr.y (mgr.24835) 51 : cephadm [INF] Reconfiguring daemon mon.b on smithi102 2024-02-06T17:31:11.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:11 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:10.355357+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-02-06T17:31:13.040 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:12 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:11.802491+0000 mgr.y (mgr.24835) 52 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:13.040 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:12 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:11.809900+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:13.040 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:12 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:31:11.810673+0000 mgr.y (mgr.24835) 53 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-02-06T17:31:13.040 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:12 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:11.810975+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-06T17:31:13.040 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:12 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:11.811796+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-06T17:31:13.041 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:12 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:11.812517+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:13.041 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:12 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:31:11.813136+0000 mgr.y (mgr.24835) 54 : cephadm [INF] Reconfiguring daemon mgr.x on smithi102 2024-02-06T17:31:13.041 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:12 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:11.813522+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-02-06T17:31:13.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:12 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:11.802491+0000 mgr.y (mgr.24835) 52 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:13.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:12 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:11.809900+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:13.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:12 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:31:11.810673+0000 mgr.y (mgr.24835) 53 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-02-06T17:31:13.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:12 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:11.810975+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-06T17:31:13.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:12 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:11.811796+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-06T17:31:13.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:12 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:11.812517+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:13.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:12 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:31:11.813136+0000 mgr.y (mgr.24835) 54 : cephadm [INF] Reconfiguring daemon mgr.x on smithi102 2024-02-06T17:31:13.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:12 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:11.813522+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-02-06T17:31:13.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:12 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:11.802491+0000 mgr.y (mgr.24835) 52 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:13.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:12 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:11.809900+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:13.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:12 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:31:11.810673+0000 mgr.y (mgr.24835) 53 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-02-06T17:31:13.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:12 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:11.810975+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-06T17:31:13.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:12 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:11.811796+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-06T17:31:13.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:12 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:11.812517+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:13.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:12 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:31:11.813136+0000 mgr.y (mgr.24835) 54 : cephadm [INF] Reconfiguring daemon mgr.x on smithi102 2024-02-06T17:31:13.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:12 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:11.813522+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-02-06T17:31:14.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:14 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:13.098595+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:14.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:14 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:31:13.099482+0000 mgr.y (mgr.24835) 55 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-02-06T17:31:14.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:14 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:13.099771+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-06T17:31:14.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:14 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:13.100495+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:14.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:14 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:31:13.101634+0000 mgr.y (mgr.24835) 56 : cephadm [INF] Reconfiguring daemon osd.4 on smithi102 2024-02-06T17:31:14.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:14 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:13.102072+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-02-06T17:31:14.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:14 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:13.098595+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:14.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:14 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:31:13.099482+0000 mgr.y (mgr.24835) 55 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-02-06T17:31:14.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:14 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:13.099771+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-06T17:31:14.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:14 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:13.100495+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:14.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:14 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:31:13.101634+0000 mgr.y (mgr.24835) 56 : cephadm [INF] Reconfiguring daemon osd.4 on smithi102 2024-02-06T17:31:14.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:14 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:13.102072+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-02-06T17:31:14.520 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:14 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:13.098595+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:14.520 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:14 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:31:13.099482+0000 mgr.y (mgr.24835) 55 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-02-06T17:31:14.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:14 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:13.099771+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-06T17:31:14.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:14 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:13.100495+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:14.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:14 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:31:13.101634+0000 mgr.y (mgr.24835) 56 : cephadm [INF] Reconfiguring daemon osd.4 on smithi102 2024-02-06T17:31:14.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:14 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:13.102072+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-02-06T17:31:15.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:15 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:13.802923+0000 mgr.y (mgr.24835) 57 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:15.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:15 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:14.399828+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:15.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:15 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:31:14.400658+0000 mgr.y (mgr.24835) 58 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-02-06T17:31:15.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:15 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:14.400953+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-06T17:31:15.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:15 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:14.401707+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:15.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:15 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:31:14.402936+0000 mgr.y (mgr.24835) 59 : cephadm [INF] Reconfiguring daemon osd.5 on smithi102 2024-02-06T17:31:15.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:15 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:14.403370+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-02-06T17:31:15.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:15 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:13.802923+0000 mgr.y (mgr.24835) 57 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:15.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:15 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:14.399828+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:15.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:15 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:31:14.400658+0000 mgr.y (mgr.24835) 58 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-02-06T17:31:15.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:15 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:14.400953+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-06T17:31:15.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:15 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:14.401707+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:15.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:15 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:31:14.402936+0000 mgr.y (mgr.24835) 59 : cephadm [INF] Reconfiguring daemon osd.5 on smithi102 2024-02-06T17:31:15.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:15 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:14.403370+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-02-06T17:31:15.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:15 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:13.802923+0000 mgr.y (mgr.24835) 57 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:15.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:15 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:14.399828+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:15.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:15 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:31:14.400658+0000 mgr.y (mgr.24835) 58 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-02-06T17:31:15.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:15 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:14.400953+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-06T17:31:15.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:15 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:14.401707+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:15.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:15 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:31:14.402936+0000 mgr.y (mgr.24835) 59 : cephadm [INF] Reconfiguring daemon osd.5 on smithi102 2024-02-06T17:31:15.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:15 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:14.403370+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-02-06T17:31:17.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:16 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:15.751526+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:17.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:16 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:31:15.752393+0000 mgr.y (mgr.24835) 60 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-02-06T17:31:17.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:16 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:15.752714+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-06T17:31:17.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:16 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:15.753628+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:17.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:16 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:31:15.754886+0000 mgr.y (mgr.24835) 61 : cephadm [INF] Reconfiguring daemon osd.6 on smithi102 2024-02-06T17:31:17.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:16 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:15.755359+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-02-06T17:31:17.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:16 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:15.803553+0000 mgr.y (mgr.24835) 62 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:17.020 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:16 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:15.751526+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:17.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:16 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:31:15.752393+0000 mgr.y (mgr.24835) 60 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-02-06T17:31:17.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:16 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:15.752714+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-06T17:31:17.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:16 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:15.753628+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:17.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:16 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:31:15.754886+0000 mgr.y (mgr.24835) 61 : cephadm [INF] Reconfiguring daemon osd.6 on smithi102 2024-02-06T17:31:17.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:16 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:15.755359+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-02-06T17:31:17.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:16 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:15.803553+0000 mgr.y (mgr.24835) 62 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:17.075 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:16 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:15.751526+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:17.075 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:16 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:31:15.752393+0000 mgr.y (mgr.24835) 60 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-02-06T17:31:17.075 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:16 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:15.752714+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-06T17:31:17.075 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:16 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:15.753628+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:17.075 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:16 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:31:15.754886+0000 mgr.y (mgr.24835) 61 : cephadm [INF] Reconfiguring daemon osd.6 on smithi102 2024-02-06T17:31:17.075 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:16 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:15.755359+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-02-06T17:31:17.076 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:16 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:15.803553+0000 mgr.y (mgr.24835) 62 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:18.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:18 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:17.145044+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:18.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:18 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:31:17.145921+0000 mgr.y (mgr.24835) 63 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-02-06T17:31:18.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:18 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:17.146254+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-06T17:31:18.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:18 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:17.147039+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:18.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:18 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:31:17.148322+0000 mgr.y (mgr.24835) 64 : cephadm [INF] Reconfiguring daemon osd.7 on smithi102 2024-02-06T17:31:18.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:18 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:17.148828+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-02-06T17:31:18.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:18 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:17.145044+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:18.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:18 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:31:17.145921+0000 mgr.y (mgr.24835) 63 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-02-06T17:31:18.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:18 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:17.146254+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-06T17:31:18.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:18 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:17.147039+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:18.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:18 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:31:17.148322+0000 mgr.y (mgr.24835) 64 : cephadm [INF] Reconfiguring daemon osd.7 on smithi102 2024-02-06T17:31:18.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:18 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:17.148828+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-02-06T17:31:18.520 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:18 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:17.145044+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:18.520 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:18 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:31:17.145921+0000 mgr.y (mgr.24835) 63 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-02-06T17:31:18.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:18 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:17.146254+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-06T17:31:18.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:18 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:17.147039+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:18.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:18 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:31:17.148322+0000 mgr.y (mgr.24835) 64 : cephadm [INF] Reconfiguring daemon osd.7 on smithi102 2024-02-06T17:31:18.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:18 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:17.148828+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-02-06T17:31:19.249 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:19 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:17.804015+0000 mgr.y (mgr.24835) 65 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:19.249 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:19 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:18.539924+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:19.250 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:19 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:18.541592+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi102.bnlttq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-06T17:31:19.250 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:19 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:18.542494+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi102.bnlttq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-06T17:31:19.250 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:19 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:18.545649+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi102.bnlttq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-06T17:31:19.250 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:19 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:18.552100+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:19.250 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:19 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:18.552849+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi102.bnlttq"}]: dispatch 2024-02-06T17:31:19.250 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:19 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:18.553535+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:19.250 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:19 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:18.554648+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi102.bnlttq","key": "container_image"}]: dispatch 2024-02-06T17:31:19.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:19 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:17.804015+0000 mgr.y (mgr.24835) 65 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:19.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:19 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:18.539924+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:19.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:19 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:18.541592+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi102.bnlttq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-06T17:31:19.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:19 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:18.542494+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi102.bnlttq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-06T17:31:19.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:19 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:18.545649+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi102.bnlttq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-06T17:31:19.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:19 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:18.552100+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:19.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:19 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:18.552849+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi102.bnlttq"}]: dispatch 2024-02-06T17:31:19.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:19 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:18.553535+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:19.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:19 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:18.554648+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi102.bnlttq","key": "container_image"}]: dispatch 2024-02-06T17:31:19.520 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:19 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:17.804015+0000 mgr.y (mgr.24835) 65 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:19.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:19 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:18.539924+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:19.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:19 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:18.541592+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi102.bnlttq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-06T17:31:19.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:19 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:18.542494+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi102.bnlttq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-06T17:31:19.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:19 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:18.545649+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi102.bnlttq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-06T17:31:19.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:19 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:18.552100+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:19.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:19 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:18.552849+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi102.bnlttq"}]: dispatch 2024-02-06T17:31:19.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:19 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:18.553535+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:19.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:19 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:18.554648+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi102.bnlttq","key": "container_image"}]: dispatch 2024-02-06T17:31:20.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:20 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:31:18.541201+0000 mgr.y (mgr.24835) 66 : cephadm [INF] Reconfiguring rgw.r.z.smithi102.bnlttq (monmap changed)... 2024-02-06T17:31:20.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:20 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:31:18.546286+0000 mgr.y (mgr.24835) 67 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi102.bnlttq 2024-02-06T17:31:20.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:20 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:31:18.554206+0000 mgr.y (mgr.24835) 68 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi102.bnlttq on smithi102 2024-02-06T17:31:20.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:20 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:31:18.541201+0000 mgr.y (mgr.24835) 66 : cephadm [INF] Reconfiguring rgw.r.z.smithi102.bnlttq (monmap changed)... 2024-02-06T17:31:20.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:20 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:31:18.546286+0000 mgr.y (mgr.24835) 67 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi102.bnlttq 2024-02-06T17:31:20.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:20 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:31:18.554206+0000 mgr.y (mgr.24835) 68 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi102.bnlttq on smithi102 2024-02-06T17:31:20.520 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:20 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:31:18.541201+0000 mgr.y (mgr.24835) 66 : cephadm [INF] Reconfiguring rgw.r.z.smithi102.bnlttq (monmap changed)... 2024-02-06T17:31:20.520 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:20 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:31:18.546286+0000 mgr.y (mgr.24835) 67 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi102.bnlttq 2024-02-06T17:31:20.520 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:20 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:31:18.554206+0000 mgr.y (mgr.24835) 68 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi102.bnlttq on smithi102 2024-02-06T17:31:21.336 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:21 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:19.804649+0000 mgr.y (mgr.24835) 69 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:21.336 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:21 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:20.198091+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:21.336 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:21 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:20.199767+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:31:21.336 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:21 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:20.202022+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:31:21.336 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:21 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:20.203524+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:31:21.336 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:21 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:31:20.204137+0000 mgr.y (mgr.24835) 70 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-02-06T17:31:21.336 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:21 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:20.208120+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:21.336 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:21 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:20.208962+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-02-06T17:31:21.337 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:21 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:20.212090+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-02-06T17:31:21.337 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:21 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:20.212810+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-02-06T17:31:21.337 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:21 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:20.216279+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-02-06T17:31:21.337 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:21 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:20.217033+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-02-06T17:31:21.337 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:21 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:20.220030+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-02-06T17:31:21.337 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:21 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:20.221107+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:31:21.337 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:21 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:31:20.221747+0000 mgr.y (mgr.24835) 71 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-02-06T17:31:21.337 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:21 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:20.225465+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:21.337 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:21 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:19.804649+0000 mgr.y (mgr.24835) 69 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:21.337 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:21 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:20.198091+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:21.338 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:21 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:20.199767+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:31:21.338 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:21 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:20.202022+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:31:21.338 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:21 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:20.203524+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:31:21.338 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:21 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:31:20.204137+0000 mgr.y (mgr.24835) 70 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-02-06T17:31:21.338 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:21 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:20.208120+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:21.338 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:21 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:20.208962+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-02-06T17:31:21.338 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:21 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:20.212090+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-02-06T17:31:21.338 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:21 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:20.212810+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-02-06T17:31:21.338 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:21 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:20.216279+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-02-06T17:31:21.338 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:21 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:20.217033+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-02-06T17:31:21.338 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:21 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:20.220030+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-02-06T17:31:21.338 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:21 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:20.221107+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:31:21.338 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:21 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:31:20.221747+0000 mgr.y (mgr.24835) 71 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-02-06T17:31:21.338 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:21 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:20.225465+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:21.339 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:21 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:20.226651+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-06T17:31:21.339 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:21 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:20.226798+0000 mgr.y (mgr.24835) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-06T17:31:21.339 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:21 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:31:20.227560+0000 mgr.y (mgr.24835) 73 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-02-06T17:31:21.339 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:21 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:20.226651+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-06T17:31:21.339 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:21 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:20.226798+0000 mgr.y (mgr.24835) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-06T17:31:21.339 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:21 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:31:20.227560+0000 mgr.y (mgr.24835) 73 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-02-06T17:31:21.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:21 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:19.804649+0000 mgr.y (mgr.24835) 69 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:21.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:21 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:20.198091+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:21.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:21 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:20.199767+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:31:21.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:21 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:20.202022+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:31:21.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:21 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:20.203524+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:31:21.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:21 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:31:20.204137+0000 mgr.y (mgr.24835) 70 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-02-06T17:31:21.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:21 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:20.208120+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:21.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:21 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:20.208962+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-02-06T17:31:21.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:21 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:20.212090+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-02-06T17:31:21.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:21 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:20.212810+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-02-06T17:31:21.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:21 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:20.216279+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-02-06T17:31:21.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:21 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:20.217033+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-02-06T17:31:21.690 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:21 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:20.220030+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-02-06T17:31:21.691 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:21 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:20.221107+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:31:21.691 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:21 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:31:20.221747+0000 mgr.y (mgr.24835) 71 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-02-06T17:31:21.691 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:21 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:20.225465+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:21.691 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:21 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:20.226651+0000 mon.a (mon.0) 235 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-06T17:31:21.691 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:21 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:20.226798+0000 mgr.y (mgr.24835) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-06T17:31:21.691 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:21 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:31:20.227560+0000 mgr.y (mgr.24835) 73 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-02-06T17:31:23.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:22 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:31:21.708321+0000 mgr.y (mgr.24835) 74 : cephadm [INF] Upgrade: Updating osd.0 2024-02-06T17:31:23.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:22 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:21.712164+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:23.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:22 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:21.712849+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-06T17:31:23.020 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:22 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:21.713384+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:23.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:22 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:31:21.714375+0000 mgr.y (mgr.24835) 75 : cephadm [INF] Deploying daemon osd.0 on smithi096 2024-02-06T17:31:23.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:22 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:21.714757+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-02-06T17:31:23.021 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:22 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:21.805017+0000 mgr.y (mgr.24835) 76 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:23.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:22 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:31:21.708321+0000 mgr.y (mgr.24835) 74 : cephadm [INF] Upgrade: Updating osd.0 2024-02-06T17:31:23.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:22 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:21.712164+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:23.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:22 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:21.712849+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-06T17:31:23.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:22 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:21.713384+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:23.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:22 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:31:21.714375+0000 mgr.y (mgr.24835) 75 : cephadm [INF] Deploying daemon osd.0 on smithi096 2024-02-06T17:31:23.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:22 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:21.714757+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-02-06T17:31:23.021 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:22 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:21.805017+0000 mgr.y (mgr.24835) 76 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:23.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:22 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:31:21.708321+0000 mgr.y (mgr.24835) 74 : cephadm [INF] Upgrade: Updating osd.0 2024-02-06T17:31:23.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:22 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:21.712164+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:23.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:22 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:21.712849+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-06T17:31:23.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:22 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:21.713384+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-06T17:31:23.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:22 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:31:21.714375+0000 mgr.y (mgr.24835) 75 : cephadm [INF] Deploying daemon osd.0 on smithi096 2024-02-06T17:31:23.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:22 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:21.714757+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-02-06T17:31:23.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:22 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:21.805017+0000 mgr.y (mgr.24835) 76 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:24.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:23 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:23.829556+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-02-06T17:31:24.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:23 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:23.829808+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-02-06T17:31:24.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:23 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:23.830023+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-02-06T17:31:24.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:23 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:23.830227+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-02-06T17:31:24.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:23.829556+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-02-06T17:31:24.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:23.829808+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-02-06T17:31:24.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:23.830023+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-02-06T17:31:24.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:23.830227+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-02-06T17:31:24.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:23.829556+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-02-06T17:31:24.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:23.829808+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-02-06T17:31:24.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:23.830023+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-02-06T17:31:24.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:23 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:23.830227+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-02-06T17:31:24.946 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:24 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:23.805343+0000 mgr.y (mgr.24835) 77 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:24.947 INFO:journalctl@ceph.osd.0.smithi096.stdout:Feb 06 17:31:24 smithi096 systemd[1]: Stopping Ceph osd.0 for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:31:24.947 INFO:journalctl@ceph.osd.0.smithi096.stdout:Feb 06 17:31:24 smithi096 bash[41273]: debug 2024-02-06T17:31:24.944+0000 7f11cba63700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-06T17:31:24.947 INFO:journalctl@ceph.osd.0.smithi096.stdout:Feb 06 17:31:24 smithi096 bash[41273]: debug 2024-02-06T17:31:24.944+0000 7f11cba63700 -1 osd.0 67 *** Got signal Terminated *** 2024-02-06T17:31:24.947 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:24 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:23.805343+0000 mgr.y (mgr.24835) 77 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:25.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:24 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:23.805343+0000 mgr.y (mgr.24835) 77 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:25.270 INFO:journalctl@ceph.osd.0.smithi096.stdout:Feb 06 17:31:24 smithi096 bash[41273]: debug 2024-02-06T17:31:24.944+0000 7f11cba63700 -1 osd.0 67 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-06T17:31:25.638 INFO:journalctl@ceph.osd.0.smithi096.stdout:Feb 06 17:31:25 smithi096 bash[64435]: ceph-a15007fc-c513-11ee-95b6-87774f69a715-osd.0 2024-02-06T17:31:26.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:25 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:25.191825+0000 mon.a (mon.0) 244 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-06T17:31:26.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:25 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:25.191866+0000 mon.a (mon.0) 245 : cluster [INF] osd.0 failed (root=default,host=smithi096) (connection refused reported by osd.4) 2024-02-06T17:31:26.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:25 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:25.191953+0000 mon.a (mon.0) 246 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-06T17:31:26.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:25 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:25.192027+0000 mon.a (mon.0) 247 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-06T17:31:26.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:25 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:25.192247+0000 mon.a (mon.0) 248 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-06T17:31:26.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:25 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:25.192289+0000 mon.a (mon.0) 249 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-06T17:31:26.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:25 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:25.192393+0000 mon.a (mon.0) 250 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-06T17:31:26.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:25 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:25.192500+0000 mon.a (mon.0) 251 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-06T17:31:26.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:25 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:25.192606+0000 mon.a (mon.0) 252 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-06T17:31:26.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:25 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:25.192685+0000 mon.a (mon.0) 253 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-06T17:31:26.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:25 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:25.192751+0000 mon.a (mon.0) 254 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-06T17:31:26.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:25 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:25.192823+0000 mon.a (mon.0) 255 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-06T17:31:26.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:25 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:25.192921+0000 mon.a (mon.0) 256 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-06T17:31:26.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:25 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:25.193022+0000 mon.a (mon.0) 257 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-06T17:31:26.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:25 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:25.193089+0000 mon.a (mon.0) 258 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-06T17:31:26.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:25 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:25.592694+0000 mon.a (mon.0) 259 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-06T17:31:26.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:25 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:25.592851+0000 mon.a (mon.0) 260 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-06T17:31:26.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:25 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:25.592932+0000 mon.a (mon.0) 261 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-06T17:31:26.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:25 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:25.593137+0000 mon.a (mon.0) 262 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-06T17:31:26.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:25 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:25.593248+0000 mon.a (mon.0) 263 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-06T17:31:26.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:25 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:25.593335+0000 mon.a (mon.0) 264 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-06T17:31:26.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:25 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:25.593405+0000 mon.a (mon.0) 265 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-06T17:31:26.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:25 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:25.593474+0000 mon.a (mon.0) 266 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-06T17:31:26.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:25 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:25.593578+0000 mon.a (mon.0) 267 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-06T17:31:26.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:25 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:25.593681+0000 mon.a (mon.0) 268 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-06T17:31:26.191 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:25 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:25.593754+0000 mon.a (mon.0) 269 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-06T17:31:26.192 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:25 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:25.593834+0000 mon.a (mon.0) 270 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-06T17:31:26.192 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:25 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:25.593905+0000 mon.a (mon.0) 271 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-06T17:31:26.192 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:25 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:25.593947+0000 mon.a (mon.0) 272 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-06T17:31:26.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:25.191825+0000 mon.a (mon.0) 244 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-06T17:31:26.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:25.191866+0000 mon.a (mon.0) 245 : cluster [INF] osd.0 failed (root=default,host=smithi096) (connection refused reported by osd.4) 2024-02-06T17:31:26.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:25.191953+0000 mon.a (mon.0) 246 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-06T17:31:26.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:25.192027+0000 mon.a (mon.0) 247 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-06T17:31:26.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:25.192247+0000 mon.a (mon.0) 248 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-06T17:31:26.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:25.192289+0000 mon.a (mon.0) 249 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-06T17:31:26.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:25.192393+0000 mon.a (mon.0) 250 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-06T17:31:26.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:25.192500+0000 mon.a (mon.0) 251 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-06T17:31:26.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:25.192606+0000 mon.a (mon.0) 252 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-06T17:31:26.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:25.192685+0000 mon.a (mon.0) 253 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-06T17:31:26.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:25.192751+0000 mon.a (mon.0) 254 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-06T17:31:26.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:25.192823+0000 mon.a (mon.0) 255 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-06T17:31:26.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:25.192921+0000 mon.a (mon.0) 256 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-06T17:31:26.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:25.193022+0000 mon.a (mon.0) 257 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-06T17:31:26.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:25.193089+0000 mon.a (mon.0) 258 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-06T17:31:26.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:25.592694+0000 mon.a (mon.0) 259 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-06T17:31:26.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:25.592851+0000 mon.a (mon.0) 260 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-06T17:31:26.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:25.592932+0000 mon.a (mon.0) 261 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-06T17:31:26.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:25.593137+0000 mon.a (mon.0) 262 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-06T17:31:26.271 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:25.593248+0000 mon.a (mon.0) 263 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-06T17:31:26.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:25.191825+0000 mon.a (mon.0) 244 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-06T17:31:26.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:25.191866+0000 mon.a (mon.0) 245 : cluster [INF] osd.0 failed (root=default,host=smithi096) (connection refused reported by osd.4) 2024-02-06T17:31:26.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:25.191953+0000 mon.a (mon.0) 246 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-06T17:31:26.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:25.192027+0000 mon.a (mon.0) 247 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-06T17:31:26.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:25.192247+0000 mon.a (mon.0) 248 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-06T17:31:26.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:25.192289+0000 mon.a (mon.0) 249 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-06T17:31:26.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:25.192393+0000 mon.a (mon.0) 250 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-06T17:31:26.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:25.192500+0000 mon.a (mon.0) 251 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-06T17:31:26.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:25.192606+0000 mon.a (mon.0) 252 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-06T17:31:26.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:25.192685+0000 mon.a (mon.0) 253 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-06T17:31:26.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:25.192751+0000 mon.a (mon.0) 254 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-06T17:31:26.272 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:25.192823+0000 mon.a (mon.0) 255 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-06T17:31:26.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:25.192921+0000 mon.a (mon.0) 256 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-06T17:31:26.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:25.193022+0000 mon.a (mon.0) 257 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-06T17:31:26.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:25.193089+0000 mon.a (mon.0) 258 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-06T17:31:26.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:25.592694+0000 mon.a (mon.0) 259 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-06T17:31:26.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:25.592851+0000 mon.a (mon.0) 260 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-06T17:31:26.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:25.592932+0000 mon.a (mon.0) 261 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-06T17:31:26.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:25.593137+0000 mon.a (mon.0) 262 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-06T17:31:26.273 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:25.593248+0000 mon.a (mon.0) 263 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-06T17:31:26.275 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:25.593335+0000 mon.a (mon.0) 264 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-06T17:31:26.275 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:25.593405+0000 mon.a (mon.0) 265 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-06T17:31:26.275 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:25.593474+0000 mon.a (mon.0) 266 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-06T17:31:26.275 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:25.593578+0000 mon.a (mon.0) 267 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-06T17:31:26.275 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:25.593681+0000 mon.a (mon.0) 268 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-06T17:31:26.275 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:25.593754+0000 mon.a (mon.0) 269 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-06T17:31:26.275 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:25.593834+0000 mon.a (mon.0) 270 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-06T17:31:26.275 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:25.593905+0000 mon.a (mon.0) 271 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-06T17:31:26.275 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:25.593947+0000 mon.a (mon.0) 272 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-06T17:31:26.276 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:25.593335+0000 mon.a (mon.0) 264 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-06T17:31:26.276 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:25.593405+0000 mon.a (mon.0) 265 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-06T17:31:26.276 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:25.593474+0000 mon.a (mon.0) 266 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-06T17:31:26.276 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:25.593578+0000 mon.a (mon.0) 267 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-06T17:31:26.276 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:25.593681+0000 mon.a (mon.0) 268 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-06T17:31:26.276 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:25.593754+0000 mon.a (mon.0) 269 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-06T17:31:26.276 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:25.593834+0000 mon.a (mon.0) 270 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-06T17:31:26.276 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:25.593905+0000 mon.a (mon.0) 271 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-06T17:31:26.276 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:25 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:25.593947+0000 mon.a (mon.0) 272 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-06T17:31:27.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:26 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:25.805924+0000 mgr.y (mgr.24835) 78 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:27.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:26 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:25.885689+0000 mon.a (mon.0) 273 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-06T17:31:27.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:26 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:25.897208+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e68: 8 total, 7 up, 8 in 2024-02-06T17:31:27.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:26 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:25.907830+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' 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-02-06T17:31:27.190 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:26 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:25.910114+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-06T17:31:27.190 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:26 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:25.805924+0000 mgr.y (mgr.24835) 78 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:27.190 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:26 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:25.885689+0000 mon.a (mon.0) 273 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-06T17:31:27.190 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:26 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:25.897208+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e68: 8 total, 7 up, 8 in 2024-02-06T17:31:27.190 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:26 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:25.907830+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' 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-02-06T17:31:27.190 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:26 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:25.910114+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-06T17:31:27.191 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:26 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:25.805924+0000 mgr.y (mgr.24835) 78 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:27.191 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:26 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:25.885689+0000 mon.a (mon.0) 273 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-06T17:31:27.191 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:26 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:25.897208+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e68: 8 total, 7 up, 8 in 2024-02-06T17:31:27.191 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:26 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:25.907830+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' 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-02-06T17:31:27.191 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:26 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:25.910114+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-06T17:31:27.770 INFO:journalctl@ceph.osd.0.smithi096.stdout:Feb 06 17:31:27 smithi096 systemd[1]: ceph-a15007fc-c513-11ee-95b6-87774f69a715@osd.0.service: Succeeded. 2024-02-06T17:31:27.770 INFO:journalctl@ceph.osd.0.smithi096.stdout:Feb 06 17:31:27 smithi096 systemd[1]: Stopped Ceph osd.0 for a15007fc-c513-11ee-95b6-87774f69a715. 2024-02-06T17:31:27.770 INFO:journalctl@ceph.osd.0.smithi096.stdout:Feb 06 17:31:27 smithi096 systemd[1]: Starting Ceph osd.0 for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:31:28.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:27 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:26.898761+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-06T17:31:28.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:27 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:26.898827+0000 mon.a (mon.0) 278 : cluster [DBG] osdmap e69: 8 total, 7 up, 8 in 2024-02-06T17:31:28.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:27 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:26.898761+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-06T17:31:28.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:27 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:26.898827+0000 mon.a (mon.0) 278 : cluster [DBG] osdmap e69: 8 total, 7 up, 8 in 2024-02-06T17:31:28.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:27 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:26.898761+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-06T17:31:28.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:27 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:26.898827+0000 mon.a (mon.0) 278 : cluster [DBG] osdmap e69: 8 total, 7 up, 8 in 2024-02-06T17:31:28.858 INFO:journalctl@ceph.osd.0.smithi096.stdout:Feb 06 17:31:28 smithi096 bash[64738]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-06T17:31:28.858 INFO:journalctl@ceph.osd.0.smithi096.stdout:Feb 06 17:31:28 smithi096 bash[64738]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-02-06T17:31:28.858 INFO:journalctl@ceph.osd.0.smithi096.stdout:Feb 06 17:31:28 smithi096 bash[64738]: 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-02-06T17:31:28.858 INFO:journalctl@ceph.osd.0.smithi096.stdout:Feb 06 17:31:28 smithi096 bash[64738]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2024-02-06T17:31:28.858 INFO:journalctl@ceph.osd.0.smithi096.stdout:Feb 06 17:31:28 smithi096 bash[64738]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2024-02-06T17:31:28.858 INFO:journalctl@ceph.osd.0.smithi096.stdout:Feb 06 17:31:28 smithi096 bash[64738]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-02-06T17:31:28.858 INFO:journalctl@ceph.osd.0.smithi096.stdout:Feb 06 17:31:28 smithi096 bash[64738]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-02-06T17:31:28.859 INFO:journalctl@ceph.osd.0.smithi096.stdout:Feb 06 17:31:28 smithi096 bash[64738]: --> ceph-volume lvm activate successful for osd ID: 0 2024-02-06T17:31:29.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:28 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:27.806278+0000 mgr.y (mgr.24835) 79 : cluster [DBG] pgmap v37: 129 pgs: 16 stale+active+clean, 113 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:29.269 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:28 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:27.806278+0000 mgr.y (mgr.24835) 79 : cluster [DBG] pgmap v37: 129 pgs: 16 stale+active+clean, 113 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:29.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:28 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:27.806278+0000 mgr.y (mgr.24835) 79 : cluster [DBG] pgmap v37: 129 pgs: 16 stale+active+clean, 113 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-06T17:31:30.020 INFO:journalctl@ceph.osd.0.smithi096.stdout:Feb 06 17:31:29 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-osd-0[65002]: debug 2024-02-06T17:31:29.699+0000 7f15ffeee700 1 -- 172.21.15.96:0/2308179167 <== mon.0 v2:172.21.15.96:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55d76c466680 con 0x55d76c42d000 2024-02-06T17:31:30.020 INFO:journalctl@ceph.osd.0.smithi096.stdout:Feb 06 17:31:29 smithi096 bash[64987]: baac42d5f6c6764255a6e4802a4d461867b402c2d8f2b0303b7525e12d30ec28 2024-02-06T17:31:30.020 INFO:journalctl@ceph.osd.0.smithi096.stdout:Feb 06 17:31:29 smithi096 systemd[1]: Started Ceph osd.0 for a15007fc-c513-11ee-95b6-87774f69a715. 2024-02-06T17:31:30.520 INFO:journalctl@ceph.osd.0.smithi096.stdout:Feb 06 17:31:30 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-osd-0[65002]: debug 2024-02-06T17:31:30.223+0000 7f160797c380 -1 Falling back to public interface 2024-02-06T17:31:31.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:30 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:29.807098+0000 mgr.y (mgr.24835) 80 : cluster [DBG] pgmap v38: 129 pgs: 25 active+undersized+degraded, 24 active+undersized, 80 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 70/606 objects degraded (11.551%) 2024-02-06T17:31:31.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:30 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:29.855564+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:31.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:30 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:29.856288+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:31:31.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:30 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:29.857568+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:31:31.189 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:30 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:29.907470+0000 mon.a (mon.0) 282 : cluster [WRN] Health check failed: Degraded data redundancy: 70/606 objects degraded (11.551%), 25 pgs degraded (PG_DEGRADED) 2024-02-06T17:31:31.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:30 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:29.807098+0000 mgr.y (mgr.24835) 80 : cluster [DBG] pgmap v38: 129 pgs: 25 active+undersized+degraded, 24 active+undersized, 80 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 70/606 objects degraded (11.551%) 2024-02-06T17:31:31.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:30 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:29.855564+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:31.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:30 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:29.856288+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:31:31.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:30 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:29.857568+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:31:31.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:30 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:29.907470+0000 mon.a (mon.0) 282 : cluster [WRN] Health check failed: Degraded data redundancy: 70/606 objects degraded (11.551%), 25 pgs degraded (PG_DEGRADED) 2024-02-06T17:31:31.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:30 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:29.807098+0000 mgr.y (mgr.24835) 80 : cluster [DBG] pgmap v38: 129 pgs: 25 active+undersized+degraded, 24 active+undersized, 80 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 70/606 objects degraded (11.551%) 2024-02-06T17:31:31.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:30 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:29.855564+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:31.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:30 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:29.856288+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:31:31.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:30 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:29.857568+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-06T17:31:31.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:30 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:29.907470+0000 mon.a (mon.0) 282 : cluster [WRN] Health check failed: Degraded data redundancy: 70/606 objects degraded (11.551%), 25 pgs degraded (PG_DEGRADED) 2024-02-06T17:31:33.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:33 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:31.807524+0000 mgr.y (mgr.24835) 81 : cluster [DBG] pgmap v39: 129 pgs: 25 active+undersized+degraded, 24 active+undersized, 80 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 70/606 objects degraded (11.551%) 2024-02-06T17:31:33.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:33 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:32.951664+0000 mon.c (mon.1) 3 : audit [INF] from='osd.0 [v2:172.21.15.96:6802/1355634432,v1:172.21.15.96:6803/1355634432]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-06T17:31:33.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:33 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:32.951999+0000 mon.a (mon.0) 283 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-06T17:31:33.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:33 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:31.807524+0000 mgr.y (mgr.24835) 81 : cluster [DBG] pgmap v39: 129 pgs: 25 active+undersized+degraded, 24 active+undersized, 80 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 70/606 objects degraded (11.551%) 2024-02-06T17:31:33.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:33 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:32.951664+0000 mon.c (mon.1) 3 : audit [INF] from='osd.0 [v2:172.21.15.96:6802/1355634432,v1:172.21.15.96:6803/1355634432]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-06T17:31:33.271 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:33 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:32.951999+0000 mon.a (mon.0) 283 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-06T17:31:33.271 INFO:journalctl@ceph.osd.0.smithi096.stdout:Feb 06 17:31:32 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-osd-0[65002]: debug 2024-02-06T17:31:32.947+0000 7f160797c380 -1 osd.0 67 log_to_monitors {default=true} 2024-02-06T17:31:33.271 INFO:journalctl@ceph.osd.0.smithi096.stdout:Feb 06 17:31:33 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-osd-0[65002]: debug 2024-02-06T17:31:33.043+0000 7f15f8662700 -1 osd.0 67 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-06T17:31:33.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:33 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:31.807524+0000 mgr.y (mgr.24835) 81 : cluster [DBG] pgmap v39: 129 pgs: 25 active+undersized+degraded, 24 active+undersized, 80 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail; 70/606 objects degraded (11.551%) 2024-02-06T17:31:33.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:33 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:32.951664+0000 mon.c (mon.1) 3 : audit [INF] from='osd.0 [v2:172.21.15.96:6802/1355634432,v1:172.21.15.96:6803/1355634432]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-06T17:31:33.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:33 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:32.951999+0000 mon.a (mon.0) 283 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-06T17:31:34.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:34 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:33.019987+0000 mon.a (mon.0) 284 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-06T17:31:34.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:34 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:33.020053+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e70: 8 total, 7 up, 8 in 2024-02-06T17:31:34.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:34 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:33.023444+0000 mon.c (mon.1) 4 : audit [INF] from='osd.0 [v2:172.21.15.96:6802/1355634432,v1:172.21.15.96:6803/1355634432]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]: dispatch 2024-02-06T17:31:34.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:34 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:33.029585+0000 mon.a (mon.0) 286 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]: dispatch 2024-02-06T17:31:34.467 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:34 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:33.019987+0000 mon.a (mon.0) 284 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-06T17:31:34.468 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:34 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:33.020053+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e70: 8 total, 7 up, 8 in 2024-02-06T17:31:34.468 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:34 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:33.023444+0000 mon.c (mon.1) 4 : audit [INF] from='osd.0 [v2:172.21.15.96:6802/1355634432,v1:172.21.15.96:6803/1355634432]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]: dispatch 2024-02-06T17:31:34.468 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:34 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:33.029585+0000 mon.a (mon.0) 286 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]: dispatch 2024-02-06T17:31:34.468 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:34 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:33.019987+0000 mon.a (mon.0) 284 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-06T17:31:34.468 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:34 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:33.020053+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e70: 8 total, 7 up, 8 in 2024-02-06T17:31:34.468 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:34 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:33.023444+0000 mon.c (mon.1) 4 : audit [INF] from='osd.0 [v2:172.21.15.96:6802/1355634432,v1:172.21.15.96:6803/1355634432]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]: dispatch 2024-02-06T17:31:34.468 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:34 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:33.029585+0000 mon.a (mon.0) 286 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi096", "root=default"]}]: dispatch 2024-02-06T17:31:34.770 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:31:34 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:31:34.466+0000 7fab5841b700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-02-06T17:31:35.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:35 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:33.807996+0000 mgr.y (mgr.24835) 82 : cluster [DBG] pgmap v41: 129 pgs: 25 active+undersized+degraded, 24 active+undersized, 80 active+clean; 7.0 KiB data, 296 MiB used, 708 GiB / 715 GiB avail; 70/606 objects degraded (11.551%) 2024-02-06T17:31:35.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:35 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:34.024545+0000 mon.a (mon.0) 287 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-06T17:31:35.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:35 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:34.031691+0000 mon.a (mon.0) 288 : cluster [INF] osd.0 [v2:172.21.15.96:6802/1355634432,v1:172.21.15.96:6803/1355634432] boot 2024-02-06T17:31:35.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:35 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:34.031730+0000 mon.a (mon.0) 289 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-02-06T17:31:35.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:35 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:34.032837+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-06T17:31:35.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:35 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:34.455041+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:35.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:35 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:34.458670+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:35.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:35 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:34.463053+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:31:35.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:35 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:34.464810+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:31:35.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:35 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:34.465791+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:31:35.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:35 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:34.466519+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:31:35.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:35 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:34.467442+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-06T17:31:35.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:35 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:34.467560+0000 mgr.y (mgr.24835) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-06T17:31:35.441 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:35 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cephadm 2024-02-06T17:31:34.468197+0000 mgr.y (mgr.24835) 84 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-02-06T17:31:35.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:35 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:33.807996+0000 mgr.y (mgr.24835) 82 : cluster [DBG] pgmap v41: 129 pgs: 25 active+undersized+degraded, 24 active+undersized, 80 active+clean; 7.0 KiB data, 296 MiB used, 708 GiB / 715 GiB avail; 70/606 objects degraded (11.551%) 2024-02-06T17:31:35.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:35 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:34.024545+0000 mon.a (mon.0) 287 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-06T17:31:35.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:35 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:34.031691+0000 mon.a (mon.0) 288 : cluster [INF] osd.0 [v2:172.21.15.96:6802/1355634432,v1:172.21.15.96:6803/1355634432] boot 2024-02-06T17:31:35.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:35 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:34.031730+0000 mon.a (mon.0) 289 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-02-06T17:31:35.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:35 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:34.032837+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-06T17:31:35.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:35 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:34.455041+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:35.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:35 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:34.458670+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:35.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:35 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:34.463053+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:31:35.521 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:35 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:34.464810+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:31:35.521 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:35 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:34.465791+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:31:35.521 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:35 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:34.466519+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:31:35.521 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:35 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:34.467442+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-06T17:31:35.521 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:35 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:34.467560+0000 mgr.y (mgr.24835) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-06T17:31:35.521 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:35 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cephadm 2024-02-06T17:31:34.468197+0000 mgr.y (mgr.24835) 84 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-02-06T17:31:35.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:35 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:33.807996+0000 mgr.y (mgr.24835) 82 : cluster [DBG] pgmap v41: 129 pgs: 25 active+undersized+degraded, 24 active+undersized, 80 active+clean; 7.0 KiB data, 296 MiB used, 708 GiB / 715 GiB avail; 70/606 objects degraded (11.551%) 2024-02-06T17:31:35.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:35 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:34.024545+0000 mon.a (mon.0) 287 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-06T17:31:35.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:35 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:34.031691+0000 mon.a (mon.0) 288 : cluster [INF] osd.0 [v2:172.21.15.96:6802/1355634432,v1:172.21.15.96:6803/1355634432] boot 2024-02-06T17:31:35.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:35 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:34.031730+0000 mon.a (mon.0) 289 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-02-06T17:31:35.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:35 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:34.032837+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-06T17:31:35.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:35 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:34.455041+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:35.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:35 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:34.458670+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' 2024-02-06T17:31:35.522 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:35 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:34.463053+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-06T17:31:35.522 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:35 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:34.464810+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:31:35.522 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:35 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:34.465791+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:31:35.522 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:35 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:34.466519+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:31:35.522 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:35 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:34.467442+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-06T17:31:35.522 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:35 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:34.467560+0000 mgr.y (mgr.24835) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-06T17:31:35.522 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:35 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cephadm 2024-02-06T17:31:34.468197+0000 mgr.y (mgr.24835) 84 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-02-06T17:31:36.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:36 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:35.037769+0000 mon.a (mon.0) 298 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-02-06T17:31:36.520 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:36 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:35.037769+0000 mon.a (mon.0) 298 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-02-06T17:31:36.520 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:36 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:35.037769+0000 mon.a (mon.0) 298 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-02-06T17:31:37.169 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:37 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:35.808667+0000 mgr.y (mgr.24835) 85 : cluster [DBG] pgmap v44: 129 pgs: 25 active+undersized+degraded, 24 active+undersized, 80 active+clean; 7.0 KiB data, 296 MiB used, 708 GiB / 715 GiB avail; 70/606 objects degraded (11.551%) 2024-02-06T17:31:37.169 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:37 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:35.808667+0000 mgr.y (mgr.24835) 85 : cluster [DBG] pgmap v44: 129 pgs: 25 active+undersized+degraded, 24 active+undersized, 80 active+clean; 7.0 KiB data, 296 MiB used, 708 GiB / 715 GiB avail; 70/606 objects degraded (11.551%) 2024-02-06T17:31:37.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:37 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:35.808667+0000 mgr.y (mgr.24835) 85 : cluster [DBG] pgmap v44: 129 pgs: 25 active+undersized+degraded, 24 active+undersized, 80 active+clean; 7.0 KiB data, 296 MiB used, 708 GiB / 715 GiB avail; 70/606 objects degraded (11.551%) 2024-02-06T17:31:37.446 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'ceph orch ps' 2024-02-06T17:31:39.270 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:39 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:37.809182+0000 mgr.y (mgr.24835) 86 : cluster [DBG] pgmap v45: 129 pgs: 25 active+undersized+degraded, 24 active+undersized, 80 active+clean; 7.0 KiB data, 296 MiB used, 708 GiB / 715 GiB avail; 70/606 objects degraded (11.551%) 2024-02-06T17:31:39.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:39 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:37.809182+0000 mgr.y (mgr.24835) 86 : cluster [DBG] pgmap v45: 129 pgs: 25 active+undersized+degraded, 24 active+undersized, 80 active+clean; 7.0 KiB data, 296 MiB used, 708 GiB / 715 GiB avail; 70/606 objects degraded (11.551%) 2024-02-06T17:31:39.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:39 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:37.809182+0000 mgr.y (mgr.24835) 86 : cluster [DBG] pgmap v45: 129 pgs: 25 active+undersized+degraded, 24 active+undersized, 80 active+clean; 7.0 KiB data, 296 MiB used, 708 GiB / 715 GiB avail; 70/606 objects degraded (11.551%) 2024-02-06T17:31:39.522 INFO:teuthology.orchestra.run.smithi096.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-06T17:31:39.522 INFO:teuthology.orchestra.run.smithi096.stdout:alertmanager.a smithi096 running (2m) 5s ago 8m 18.7M - 0.26.0 9f27df16978d 501bd557f7b8 2024-02-06T17:31:39.522 INFO:teuthology.orchestra.run.smithi096.stdout:grafana.a smithi102 running (7m) 41s ago 7m 32.6M - 6.6.2 87a51ecf0b1c 178e8fd2aeb6 2024-02-06T17:31:39.522 INFO:teuthology.orchestra.run.smithi096.stdout:mgr.x smithi102 *:8443 running (99s) 41s ago 11m 382M - 16.2.14-512-gce0a401e 3dc0b58dc7ab ba8dda14dddf 2024-02-06T17:31:39.522 INFO:teuthology.orchestra.run.smithi096.stdout:mgr.y smithi096 *:8443 running (2m) 5s ago 13m 421M - 16.2.14-512-gce0a401e 3dc0b58dc7ab b58d6ece591f 2024-02-06T17:31:39.523 INFO:teuthology.orchestra.run.smithi096.stdout:mon.a smithi096 running (88s) 5s ago 13m 42.8M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 19884a084d88 2024-02-06T17:31:39.523 INFO:teuthology.orchestra.run.smithi096.stdout:mon.b smithi102 running (46s) 41s ago 11m 17.6M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab 6eff9cf232c7 2024-02-06T17:31:39.523 INFO:teuthology.orchestra.run.smithi096.stdout:mon.c smithi096 running (57s) 5s ago 12m 35.6M 2048M 16.2.14-512-gce0a401e 3dc0b58dc7ab afd04f19ffb6 2024-02-06T17:31:39.523 INFO:teuthology.orchestra.run.smithi096.stdout:node-exporter.a smithi096 running (8m) 5s ago 8m 13.9M - 1.7.0 72c9c2088986 cc91c934b28c 2024-02-06T17:31:39.523 INFO:teuthology.orchestra.run.smithi096.stdout:node-exporter.b smithi102 running (8m) 41s ago 8m 13.3M - 1.7.0 72c9c2088986 0eea92309f1f 2024-02-06T17:31:39.523 INFO:teuthology.orchestra.run.smithi096.stdout:osd.0 smithi096 running (10s) 5s ago 11m 10.9M 4096M 16.2.14-512-gce0a401e 3dc0b58dc7ab baac42d5f6c6 2024-02-06T17:31:39.523 INFO:teuthology.orchestra.run.smithi096.stdout:osd.1 smithi096 running (10m) 5s ago 10m 47.4M 4096M 15.2.0 204a01f9b0b6 56028a962ebc 2024-02-06T17:31:39.523 INFO:teuthology.orchestra.run.smithi096.stdout:osd.2 smithi096 running (10m) 5s ago 10m 42.4M 4096M 15.2.0 204a01f9b0b6 92b6ab272f33 2024-02-06T17:31:39.523 INFO:teuthology.orchestra.run.smithi096.stdout:osd.3 smithi096 running (10m) 5s ago 10m 46.1M 4096M 15.2.0 204a01f9b0b6 fe6f9f835cd5 2024-02-06T17:31:39.523 INFO:teuthology.orchestra.run.smithi096.stdout:osd.4 smithi102 running (10m) 41s ago 10m 43.9M 4096M 15.2.0 204a01f9b0b6 c417e6df90c5 2024-02-06T17:31:39.523 INFO:teuthology.orchestra.run.smithi096.stdout:osd.5 smithi102 running (9m) 41s ago 9m 44.1M 4096M 15.2.0 204a01f9b0b6 3b90a8ce2c0f 2024-02-06T17:31:39.523 INFO:teuthology.orchestra.run.smithi096.stdout:osd.6 smithi102 running (9m) 41s ago 9m 40.9M 4096M 15.2.0 204a01f9b0b6 945130e80629 2024-02-06T17:31:39.523 INFO:teuthology.orchestra.run.smithi096.stdout:osd.7 smithi102 running (9m) 41s ago 9m 47.0M 4096M 15.2.0 204a01f9b0b6 eee02def27df 2024-02-06T17:31:39.523 INFO:teuthology.orchestra.run.smithi096.stdout:prometheus.a smithi102 running (2m) 41s ago 8m 38.0M - 2.49.1 2a72b385beaf 5883e7d86efb 2024-02-06T17:31:39.523 INFO:teuthology.orchestra.run.smithi096.stdout:rgw.r.z.smithi096.byanyc smithi096 running (6m) 5s ago 6m 35.2M - 15.2.0 204a01f9b0b6 6896d2e99a4d 2024-02-06T17:31:39.524 INFO:teuthology.orchestra.run.smithi096.stdout:rgw.r.z.smithi102.bnlttq smithi102 running (6m) 41s ago 6m 35.1M - 15.2.0 204a01f9b0b6 fb8ee4a760f1 2024-02-06T17:31:40.238 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:40 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:39.513478+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-02-06T17:31:40.238 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:40 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:39.513838+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-02-06T17:31:40.238 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:40 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:39.514131+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:31:40.238 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:40 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:39.514420+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:31:40.238 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:40 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:39.514664+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:31:40.238 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:40 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:39.514923+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:31:40.238 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:40 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:39.516445+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-02-06T17:31:40.238 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:40 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:39.516725+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:31:40.238 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:40 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:39.516984+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:31:40.238 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:40 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:39.517222+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:31:40.238 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:40 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:39.517455+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:31:40.239 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:40 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:39.513478+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-02-06T17:31:40.239 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:40 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:39.513838+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-02-06T17:31:40.239 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:40 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:39.514131+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:31:40.239 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:40 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:39.514420+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:31:40.239 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:40 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:39.514664+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:31:40.239 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:40 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:39.514923+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:31:40.239 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:40 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:39.516445+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-02-06T17:31:40.239 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:40 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:39.516725+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:31:40.239 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:40 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:39.516984+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:31:40.239 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:40 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:39.517222+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:31:40.239 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:40 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:39.517455+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:31:40.248 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'ceph versions' 2024-02-06T17:31:40.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:40 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:39.513478+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-02-06T17:31:40.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:40 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:39.513838+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-02-06T17:31:40.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:40 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:39.514131+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-06T17:31:40.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:40 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:39.514420+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-06T17:31:40.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:40 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:39.514664+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-06T17:31:40.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:40 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:39.514923+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-06T17:31:40.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:40 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:39.516445+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-02-06T17:31:40.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:40 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:39.516725+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-06T17:31:40.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:40 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:39.516984+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-06T17:31:40.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:40 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:39.517222+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-06T17:31:40.440 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:40 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:39.517455+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.24835 172.21.15.96:0/2794431462' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-06T17:31:41.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:41 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:39.511713+0000 mgr.y (mgr.24835) 87 : audit [DBG] from='client.54109 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:31:41.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:41 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:39.809765+0000 mgr.y (mgr.24835) 88 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2024-02-06T17:31:41.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:41 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:40.044898+0000 mon.a (mon.0) 310 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 70/606 objects degraded (11.551%), 25 pgs degraded) 2024-02-06T17:31:41.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:41 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:40.044929+0000 mon.a (mon.0) 311 : cluster [INF] Cluster is now healthy 2024-02-06T17:31:41.494 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:41 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:39.511713+0000 mgr.y (mgr.24835) 87 : audit [DBG] from='client.54109 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:31:41.494 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:41 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:39.809765+0000 mgr.y (mgr.24835) 88 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2024-02-06T17:31:41.494 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:41 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:40.044898+0000 mon.a (mon.0) 310 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 70/606 objects degraded (11.551%), 25 pgs degraded) 2024-02-06T17:31:41.494 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:41 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:40.044929+0000 mon.a (mon.0) 311 : cluster [INF] Cluster is now healthy 2024-02-06T17:31:41.495 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:41 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:39.511713+0000 mgr.y (mgr.24835) 87 : audit [DBG] from='client.54109 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-06T17:31:41.495 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:41 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:39.809765+0000 mgr.y (mgr.24835) 88 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2024-02-06T17:31:41.495 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:41 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:40.044898+0000 mon.a (mon.0) 310 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 70/606 objects degraded (11.551%), 25 pgs degraded) 2024-02-06T17:31:41.495 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:41 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:40.044929+0000 mon.a (mon.0) 311 : cluster [INF] Cluster is now healthy 2024-02-06T17:31:42.275 INFO:teuthology.orchestra.run.smithi096.stdout:{ 2024-02-06T17:31:42.276 INFO:teuthology.orchestra.run.smithi096.stdout: "mon": { 2024-02-06T17:31:42.276 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 3 2024-02-06T17:31:42.276 INFO:teuthology.orchestra.run.smithi096.stdout: }, 2024-02-06T17:31:42.276 INFO:teuthology.orchestra.run.smithi096.stdout: "mgr": { 2024-02-06T17:31:42.276 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 2 2024-02-06T17:31:42.276 INFO:teuthology.orchestra.run.smithi096.stdout: }, 2024-02-06T17:31:42.276 INFO:teuthology.orchestra.run.smithi096.stdout: "osd": { 2024-02-06T17:31:42.276 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 7, 2024-02-06T17:31:42.276 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 1 2024-02-06T17:31:42.276 INFO:teuthology.orchestra.run.smithi096.stdout: }, 2024-02-06T17:31:42.276 INFO:teuthology.orchestra.run.smithi096.stdout: "mds": {}, 2024-02-06T17:31:42.276 INFO:teuthology.orchestra.run.smithi096.stdout: "rgw": { 2024-02-06T17:31:42.276 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-02-06T17:31:42.276 INFO:teuthology.orchestra.run.smithi096.stdout: }, 2024-02-06T17:31:42.277 INFO:teuthology.orchestra.run.smithi096.stdout: "overall": { 2024-02-06T17:31:42.277 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 9, 2024-02-06T17:31:42.277 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph version 16.2.14-512-gce0a401e (ce0a401e7175623ae7f0c4552bd00c17eefaf943) pacific (stable)": 6 2024-02-06T17:31:42.277 INFO:teuthology.orchestra.run.smithi096.stdout: } 2024-02-06T17:31:42.277 INFO:teuthology.orchestra.run.smithi096.stdout:} 2024-02-06T17:31:43.035 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a15007fc-c513-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-02-06T17:31:43.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:43 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:41.810065+0000 mgr.y (mgr.24835) 89 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2024-02-06T17:31:43.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:43 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:42.275414+0000 mon.c (mon.1) 5 : audit [DBG] from='client.54115 172.21.15.96:0/3968143821' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:31:43.446 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:43 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:41.810065+0000 mgr.y (mgr.24835) 89 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2024-02-06T17:31:43.446 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:43 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:42.275414+0000 mon.c (mon.1) 5 : audit [DBG] from='client.54115 172.21.15.96:0/3968143821' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:31:43.446 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:43 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:41.810065+0000 mgr.y (mgr.24835) 89 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2024-02-06T17:31:43.446 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:43 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:42.275414+0000 mon.c (mon.1) 5 : audit [DBG] from='client.54115 172.21.15.96:0/3968143821' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:31:45.147 INFO:teuthology.orchestra.run.smithi096.stdout:false 2024-02-06T17:31:45.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:45 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: cluster 2024-02-06T17:31:43.810743+0000 mgr.y (mgr.24835) 90 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2024-02-06T17:31:45.465 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:45 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: cluster 2024-02-06T17:31:43.810743+0000 mgr.y (mgr.24835) 90 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2024-02-06T17:31:45.465 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:45 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: cluster 2024-02-06T17:31:43.810743+0000 mgr.y (mgr.24835) 90 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2024-02-06T17:31:45.808 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-06T17:31:45.808 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_ce0a401e7175623ae7f0c4552bd00c17eefaf943/qa/tasks/cephadm.py", line 1058, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_ce0a401e7175623ae7f0c4552bd00c17eefaf943/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi096 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 a15007fc-c513-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2024-02-06T17:31:46.014 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=221fc3f3a8724dca92b72792626f8ecd Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_ce0a401e7175623ae7f0c4552bd00c17eefaf943/qa/tasks/cephadm.py", line 1058, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_ce0a401e7175623ae7f0c4552bd00c17eefaf943/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi096 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 a15007fc-c513-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2024-02-06T17:31:46.016 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-06T17:31:46.025 INFO:tasks.cephadm:Teardown begin 2024-02-06T17:31:46.025 DEBUG:teuthology.orchestra.run.smithi096:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-06T17:31:46.073 DEBUG:teuthology.orchestra.run.smithi102:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-06T17:31:46.111 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-06T17:31:46.150 DEBUG:teuthology.orchestra.run.smithi096:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-06T17:31:46.169 DEBUG:teuthology.orchestra.run.smithi102:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-06T17:31:46.191 INFO:tasks.cephadm:Stopping all daemons... 2024-02-06T17:31:46.191 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-02-06T17:31:46.191 DEBUG:teuthology.orchestra.run.smithi096:> sudo systemctl stop ceph-a15007fc-c513-11ee-95b6-87774f69a715@mon.a 2024-02-06T17:31:46.439 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:46 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: audit 2024-02-06T17:31:45.136096+0000 mon.c (mon.1) 6 : audit [DBG] from='client.44157 172.21.15.96:0/1215352913' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:31:46.515 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:46 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: audit 2024-02-06T17:31:45.136096+0000 mon.c (mon.1) 6 : audit [DBG] from='client.44157 172.21.15.96:0/1215352913' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:31:46.515 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:46 smithi096 systemd[1]: Stopping Ceph mon.a for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:31:46.515 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:46 smithi096 bash[66363]: Error: no container with name or ID "ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon.a" found: no such container 2024-02-06T17:31:46.515 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:46 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: audit 2024-02-06T17:31:45.136096+0000 mon.c (mon.1) 6 : audit [DBG] from='client.44157 172.21.15.96:0/1215352913' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-06T17:31:46.769 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:46 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:31:46.513+0000 7fb5dd90e700 -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-02-06T17:31:46.770 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:46 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a[60754]: debug 2024-02-06T17:31:46.513+0000 7fb5dd90e700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-02-06T17:31:47.269 INFO:journalctl@ceph.mon.a.smithi096.stdout:Feb 06 17:31:46 smithi096 bash[66402]: ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-a 2024-02-06T17:31:47.313 DEBUG:teuthology.orchestra.run.smithi096:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a15007fc-c513-11ee-95b6-87774f69a715@mon.a.service' 2024-02-06T17:31:47.357 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-06T17:31:47.357 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-02-06T17:31:47.357 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-02-06T17:31:47.358 DEBUG:teuthology.orchestra.run.smithi096:> sudo systemctl stop ceph-a15007fc-c513-11ee-95b6-87774f69a715@mon.c 2024-02-06T17:31:47.693 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:47 smithi096 systemd[1]: Stopping Ceph mon.c for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:31:47.693 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:47 smithi096 bash[66521]: Error: no container with name or ID "ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon.c" found: no such container 2024-02-06T17:31:47.693 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:47 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:31:47.691+0000 7f74e0923700 -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-02-06T17:31:47.693 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:47 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c[62743]: debug 2024-02-06T17:31:47.691+0000 7f74e0923700 -1 mon.c@1(peon) e4 *** Got Signal Terminated *** 2024-02-06T17:31:48.519 INFO:journalctl@ceph.mon.c.smithi096.stdout:Feb 06 17:31:48 smithi096 bash[66561]: ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-c 2024-02-06T17:31:48.598 DEBUG:teuthology.orchestra.run.smithi096:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a15007fc-c513-11ee-95b6-87774f69a715@mon.c.service' 2024-02-06T17:31:48.633 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-06T17:31:48.633 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-02-06T17:31:48.634 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2024-02-06T17:31:48.634 DEBUG:teuthology.orchestra.run.smithi102:> sudo systemctl stop ceph-a15007fc-c513-11ee-95b6-87774f69a715@mon.b 2024-02-06T17:31:48.939 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:48 smithi102 systemd[1]: Stopping Ceph mon.b for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:31:48.940 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:48 smithi102 bash[56684]: Error: no container with name or ID "ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon.b" found: no such container 2024-02-06T17:31:49.285 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:48 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:31:48.961+0000 7f8559950700 -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-02-06T17:31:49.286 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:48 smithi102 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b[55182]: debug 2024-02-06T17:31:48.961+0000 7f8559950700 -1 mon.b@2(peon) e4 *** Got Signal Terminated *** 2024-02-06T17:31:49.689 INFO:journalctl@ceph.mon.b.smithi102.stdout:Feb 06 17:31:49 smithi102 bash[56725]: ceph-a15007fc-c513-11ee-95b6-87774f69a715-mon-b 2024-02-06T17:31:49.808 DEBUG:teuthology.orchestra.run.smithi102:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a15007fc-c513-11ee-95b6-87774f69a715@mon.b.service' 2024-02-06T17:31:49.870 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-06T17:31:49.870 INFO:tasks.cephadm.mon.b:Stopped mon.b 2024-02-06T17:31:49.870 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2024-02-06T17:31:49.870 DEBUG:teuthology.orchestra.run.smithi096:> sudo systemctl stop ceph-a15007fc-c513-11ee-95b6-87774f69a715@mgr.y 2024-02-06T17:31:50.189 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:31:49 smithi096 systemd[1]: Stopping Ceph mgr.y for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:31:50.189 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:31:49 smithi096 bash[66679]: Error: no container with name or ID "ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr.y" found: no such container 2024-02-06T17:31:50.520 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:31:50 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:31:50.187+0000 7fab9324f700 -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-02-06T17:31:50.520 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:31:50 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y[58676]: debug 2024-02-06T17:31:50.187+0000 7fab9324f700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-02-06T17:31:50.857 INFO:journalctl@ceph.mgr.y.smithi096.stdout:Feb 06 17:31:50 smithi096 bash[66719]: ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-y 2024-02-06T17:31:50.862 DEBUG:teuthology.orchestra.run.smithi096:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a15007fc-c513-11ee-95b6-87774f69a715@mgr.y.service' 2024-02-06T17:31:50.899 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-06T17:31:50.899 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2024-02-06T17:31:50.900 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-02-06T17:31:50.900 DEBUG:teuthology.orchestra.run.smithi102:> sudo systemctl stop ceph-a15007fc-c513-11ee-95b6-87774f69a715@mgr.x 2024-02-06T17:31:51.189 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:31:50 smithi102 systemd[1]: Stopping Ceph mgr.x for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:31:51.189 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:31:50 smithi102 bash[56846]: Error: no container with name or ID "ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr.x" found: no such container 2024-02-06T17:31:51.811 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Feb 06 17:31:51 smithi102 bash[56886]: ceph-a15007fc-c513-11ee-95b6-87774f69a715-mgr-x 2024-02-06T17:31:51.956 DEBUG:teuthology.orchestra.run.smithi102:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a15007fc-c513-11ee-95b6-87774f69a715@mgr.x.service' 2024-02-06T17:31:51.991 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-06T17:31:51.992 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-02-06T17:31:51.992 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-02-06T17:31:51.992 DEBUG:teuthology.orchestra.run.smithi096:> sudo systemctl stop ceph-a15007fc-c513-11ee-95b6-87774f69a715@osd.0 2024-02-06T17:31:52.351 INFO:journalctl@ceph.osd.0.smithi096.stdout:Feb 06 17:31:52 smithi096 systemd[1]: Stopping Ceph osd.0 for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:31:52.351 INFO:journalctl@ceph.osd.0.smithi096.stdout:Feb 06 17:31:52 smithi096 bash[66838]: Error: no container with name or ID "ceph-a15007fc-c513-11ee-95b6-87774f69a715-osd.0" found: no such container 2024-02-06T17:31:52.769 INFO:journalctl@ceph.osd.0.smithi096.stdout:Feb 06 17:31:52 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-osd-0[65002]: debug 2024-02-06T17:31:52.349+0000 7f15feeec700 -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-02-06T17:31:52.770 INFO:journalctl@ceph.osd.0.smithi096.stdout:Feb 06 17:31:52 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-osd-0[65002]: debug 2024-02-06T17:31:52.349+0000 7f15feeec700 -1 osd.0 72 *** Got signal Terminated *** 2024-02-06T17:31:52.770 INFO:journalctl@ceph.osd.0.smithi096.stdout:Feb 06 17:31:52 smithi096 ceph-a15007fc-c513-11ee-95b6-87774f69a715-osd-0[65002]: debug 2024-02-06T17:31:52.349+0000 7f15feeec700 -1 osd.0 72 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-06T17:31:58.020 INFO:journalctl@ceph.osd.0.smithi096.stdout:Feb 06 17:31:57 smithi096 bash[66877]: ceph-a15007fc-c513-11ee-95b6-87774f69a715-osd-0 2024-02-06T17:31:59.798 DEBUG:teuthology.orchestra.run.smithi096:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a15007fc-c513-11ee-95b6-87774f69a715@osd.0.service' 2024-02-06T17:31:59.839 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-06T17:31:59.840 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-02-06T17:31:59.840 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-02-06T17:31:59.840 DEBUG:teuthology.orchestra.run.smithi096:> sudo systemctl stop ceph-a15007fc-c513-11ee-95b6-87774f69a715@osd.1 2024-02-06T17:32:00.044 INFO:journalctl@ceph.osd.1.smithi096.stdout:Feb 06 17:31:59 smithi096 systemd[1]: Stopping Ceph osd.1 for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:32:00.303 INFO:journalctl@ceph.osd.1.smithi096.stdout:Feb 06 17:32:00 smithi096 bash[42777]: debug 2024-02-06T17:32:00.042+0000 7f231ac04700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-06T17:32:00.304 INFO:journalctl@ceph.osd.1.smithi096.stdout:Feb 06 17:32:00 smithi096 bash[42777]: debug 2024-02-06T17:32:00.042+0000 7f231ac04700 -1 osd.1 72 *** Got signal Terminated *** 2024-02-06T17:32:00.304 INFO:journalctl@ceph.osd.1.smithi096.stdout:Feb 06 17:32:00 smithi096 bash[42777]: debug 2024-02-06T17:32:00.042+0000 7f231ac04700 -1 osd.1 72 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-06T17:32:01.020 INFO:journalctl@ceph.osd.1.smithi096.stdout:Feb 06 17:32:00 smithi096 bash[67115]: ceph-a15007fc-c513-11ee-95b6-87774f69a715-osd.1 2024-02-06T17:32:01.020 INFO:journalctl@ceph.osd.1.smithi096.stdout:Feb 06 17:32:00 smithi096 bash[67158]: bash: /var/lib/ceph/a15007fc-c513-11ee-95b6-87774f69a715/osd.1/unit.stop: No such file or directory 2024-02-06T17:32:02.218 DEBUG:teuthology.orchestra.run.smithi096:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a15007fc-c513-11ee-95b6-87774f69a715@osd.1.service' 2024-02-06T17:32:02.258 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-06T17:32:02.258 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-02-06T17:32:02.258 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-02-06T17:32:02.259 DEBUG:teuthology.orchestra.run.smithi096:> sudo systemctl stop ceph-a15007fc-c513-11ee-95b6-87774f69a715@osd.2 2024-02-06T17:32:02.506 INFO:journalctl@ceph.osd.2.smithi096.stdout:Feb 06 17:32:02 smithi096 systemd[1]: Stopping Ceph osd.2 for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:32:02.770 INFO:journalctl@ceph.osd.2.smithi096.stdout:Feb 06 17:32:02 smithi096 bash[44444]: debug 2024-02-06T17:32:02.504+0000 7f73cdaa3700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-06T17:32:02.770 INFO:journalctl@ceph.osd.2.smithi096.stdout:Feb 06 17:32:02 smithi096 bash[44444]: debug 2024-02-06T17:32:02.504+0000 7f73cdaa3700 -1 osd.2 72 *** Got signal Terminated *** 2024-02-06T17:32:02.770 INFO:journalctl@ceph.osd.2.smithi096.stdout:Feb 06 17:32:02 smithi096 bash[44444]: debug 2024-02-06T17:32:02.504+0000 7f73cdaa3700 -1 osd.2 72 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-06T17:32:03.151 INFO:journalctl@ceph.osd.2.smithi096.stdout:Feb 06 17:32:02 smithi096 bash[67276]: ceph-a15007fc-c513-11ee-95b6-87774f69a715-osd.2 2024-02-06T17:32:03.151 INFO:journalctl@ceph.osd.2.smithi096.stdout:Feb 06 17:32:02 smithi096 bash[67317]: bash: /var/lib/ceph/a15007fc-c513-11ee-95b6-87774f69a715/osd.2/unit.stop: No such file or directory 2024-02-06T17:32:04.742 DEBUG:teuthology.orchestra.run.smithi096:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a15007fc-c513-11ee-95b6-87774f69a715@osd.2.service' 2024-02-06T17:32:04.780 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-06T17:32:04.780 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-02-06T17:32:04.780 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-02-06T17:32:04.781 DEBUG:teuthology.orchestra.run.smithi096:> sudo systemctl stop ceph-a15007fc-c513-11ee-95b6-87774f69a715@osd.3 2024-02-06T17:32:05.006 INFO:journalctl@ceph.osd.3.smithi096.stdout:Feb 06 17:32:04 smithi096 systemd[1]: Stopping Ceph osd.3 for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:32:05.006 INFO:journalctl@ceph.osd.3.smithi096.stdout:Feb 06 17:32:04 smithi096 bash[45912]: debug 2024-02-06T17:32:04.956+0000 7f23d6b0a700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-06T17:32:05.006 INFO:journalctl@ceph.osd.3.smithi096.stdout:Feb 06 17:32:04 smithi096 bash[45912]: debug 2024-02-06T17:32:04.956+0000 7f23d6b0a700 -1 osd.3 72 *** Got signal Terminated *** 2024-02-06T17:32:05.006 INFO:journalctl@ceph.osd.3.smithi096.stdout:Feb 06 17:32:04 smithi096 bash[45912]: debug 2024-02-06T17:32:04.956+0000 7f23d6b0a700 -1 osd.3 72 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-06T17:32:05.575 INFO:journalctl@ceph.osd.3.smithi096.stdout:Feb 06 17:32:05 smithi096 bash[67434]: ceph-a15007fc-c513-11ee-95b6-87774f69a715-osd.3 2024-02-06T17:32:05.575 INFO:journalctl@ceph.osd.3.smithi096.stdout:Feb 06 17:32:05 smithi096 bash[67476]: bash: /var/lib/ceph/a15007fc-c513-11ee-95b6-87774f69a715/osd.3/unit.stop: No such file or directory 2024-02-06T17:32:06.788 DEBUG:teuthology.orchestra.run.smithi096:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a15007fc-c513-11ee-95b6-87774f69a715@osd.3.service' 2024-02-06T17:32:06.826 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-06T17:32:06.826 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-02-06T17:32:06.826 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-02-06T17:32:06.826 DEBUG:teuthology.orchestra.run.smithi102:> sudo systemctl stop ceph-a15007fc-c513-11ee-95b6-87774f69a715@osd.4 2024-02-06T17:32:07.189 INFO:journalctl@ceph.osd.4.smithi102.stdout:Feb 06 17:32:06 smithi102 systemd[1]: Stopping Ceph osd.4 for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:32:07.190 INFO:journalctl@ceph.osd.4.smithi102.stdout:Feb 06 17:32:07 smithi102 bash[38104]: debug 2024-02-06T17:32:07.003+0000 7f029d803700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-06T17:32:07.190 INFO:journalctl@ceph.osd.4.smithi102.stdout:Feb 06 17:32:07 smithi102 bash[38104]: debug 2024-02-06T17:32:07.003+0000 7f029d803700 -1 osd.4 72 *** Got signal Terminated *** 2024-02-06T17:32:07.190 INFO:journalctl@ceph.osd.4.smithi102.stdout:Feb 06 17:32:07 smithi102 bash[38104]: debug 2024-02-06T17:32:07.003+0000 7f029d803700 -1 osd.4 72 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-06T17:32:07.689 INFO:journalctl@ceph.osd.4.smithi102.stdout:Feb 06 17:32:07 smithi102 bash[57012]: ceph-a15007fc-c513-11ee-95b6-87774f69a715-osd.4 2024-02-06T17:32:07.689 INFO:journalctl@ceph.osd.4.smithi102.stdout:Feb 06 17:32:07 smithi102 bash[57053]: bash: /var/lib/ceph/a15007fc-c513-11ee-95b6-87774f69a715/osd.4/unit.stop: No such file or directory 2024-02-06T17:32:09.001 DEBUG:teuthology.orchestra.run.smithi102:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a15007fc-c513-11ee-95b6-87774f69a715@osd.4.service' 2024-02-06T17:32:09.041 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-06T17:32:09.042 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-02-06T17:32:09.042 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-02-06T17:32:09.042 DEBUG:teuthology.orchestra.run.smithi102:> sudo systemctl stop ceph-a15007fc-c513-11ee-95b6-87774f69a715@osd.5 2024-02-06T17:32:09.439 INFO:journalctl@ceph.osd.5.smithi102.stdout:Feb 06 17:32:09 smithi102 systemd[1]: Stopping Ceph osd.5 for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:32:09.439 INFO:journalctl@ceph.osd.5.smithi102.stdout:Feb 06 17:32:09 smithi102 bash[39553]: debug 2024-02-06T17:32:09.196+0000 7f24e2346700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-06T17:32:09.439 INFO:journalctl@ceph.osd.5.smithi102.stdout:Feb 06 17:32:09 smithi102 bash[39553]: debug 2024-02-06T17:32:09.196+0000 7f24e2346700 -1 osd.5 72 *** Got signal Terminated *** 2024-02-06T17:32:09.440 INFO:journalctl@ceph.osd.5.smithi102.stdout:Feb 06 17:32:09 smithi102 bash[39553]: debug 2024-02-06T17:32:09.196+0000 7f24e2346700 -1 osd.5 72 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-06T17:32:09.847 INFO:journalctl@ceph.osd.5.smithi102.stdout:Feb 06 17:32:09 smithi102 bash[57170]: ceph-a15007fc-c513-11ee-95b6-87774f69a715-osd.5 2024-02-06T17:32:09.847 INFO:journalctl@ceph.osd.5.smithi102.stdout:Feb 06 17:32:09 smithi102 bash[57210]: bash: /var/lib/ceph/a15007fc-c513-11ee-95b6-87774f69a715/osd.5/unit.stop: No such file or directory 2024-02-06T17:32:11.061 DEBUG:teuthology.orchestra.run.smithi102:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a15007fc-c513-11ee-95b6-87774f69a715@osd.5.service' 2024-02-06T17:32:11.102 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-06T17:32:11.102 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-02-06T17:32:11.102 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-02-06T17:32:11.102 DEBUG:teuthology.orchestra.run.smithi102:> sudo systemctl stop ceph-a15007fc-c513-11ee-95b6-87774f69a715@osd.6 2024-02-06T17:32:11.322 INFO:journalctl@ceph.osd.6.smithi102.stdout:Feb 06 17:32:11 smithi102 systemd[1]: Stopping Ceph osd.6 for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:32:11.606 INFO:journalctl@ceph.osd.6.smithi102.stdout:Feb 06 17:32:11 smithi102 bash[42781]: debug 2024-02-06T17:32:11.321+0000 7fd8dc1ce700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-06T17:32:11.606 INFO:journalctl@ceph.osd.6.smithi102.stdout:Feb 06 17:32:11 smithi102 bash[42781]: debug 2024-02-06T17:32:11.321+0000 7fd8dc1ce700 -1 osd.6 72 *** Got signal Terminated *** 2024-02-06T17:32:11.606 INFO:journalctl@ceph.osd.6.smithi102.stdout:Feb 06 17:32:11 smithi102 bash[42781]: debug 2024-02-06T17:32:11.321+0000 7fd8dc1ce700 -1 osd.6 72 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-06T17:32:11.939 INFO:journalctl@ceph.osd.6.smithi102.stdout:Feb 06 17:32:11 smithi102 bash[57329]: ceph-a15007fc-c513-11ee-95b6-87774f69a715-osd.6 2024-02-06T17:32:11.939 INFO:journalctl@ceph.osd.6.smithi102.stdout:Feb 06 17:32:11 smithi102 bash[57368]: bash: /var/lib/ceph/a15007fc-c513-11ee-95b6-87774f69a715/osd.6/unit.stop: No such file or directory 2024-02-06T17:32:13.174 DEBUG:teuthology.orchestra.run.smithi102:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a15007fc-c513-11ee-95b6-87774f69a715@osd.6.service' 2024-02-06T17:32:13.213 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-06T17:32:13.213 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-02-06T17:32:13.213 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-02-06T17:32:13.214 DEBUG:teuthology.orchestra.run.smithi102:> sudo systemctl stop ceph-a15007fc-c513-11ee-95b6-87774f69a715@osd.7 2024-02-06T17:32:13.429 INFO:journalctl@ceph.osd.7.smithi102.stdout:Feb 06 17:32:13 smithi102 systemd[1]: Stopping Ceph osd.7 for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:32:13.430 INFO:journalctl@ceph.osd.7.smithi102.stdout:Feb 06 17:32:13 smithi102 bash[43315]: debug 2024-02-06T17:32:13.385+0000 7fc76142f700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-06T17:32:13.430 INFO:journalctl@ceph.osd.7.smithi102.stdout:Feb 06 17:32:13 smithi102 bash[43315]: debug 2024-02-06T17:32:13.385+0000 7fc76142f700 -1 osd.7 72 *** Got signal Terminated *** 2024-02-06T17:32:13.430 INFO:journalctl@ceph.osd.7.smithi102.stdout:Feb 06 17:32:13 smithi102 bash[43315]: debug 2024-02-06T17:32:13.385+0000 7fc76142f700 -1 osd.7 72 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-06T17:32:14.029 INFO:journalctl@ceph.osd.7.smithi102.stdout:Feb 06 17:32:13 smithi102 bash[57487]: ceph-a15007fc-c513-11ee-95b6-87774f69a715-osd.7 2024-02-06T17:32:14.029 INFO:journalctl@ceph.osd.7.smithi102.stdout:Feb 06 17:32:13 smithi102 bash[57529]: bash: /var/lib/ceph/a15007fc-c513-11ee-95b6-87774f69a715/osd.7/unit.stop: No such file or directory 2024-02-06T17:32:15.200 DEBUG:teuthology.orchestra.run.smithi102:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a15007fc-c513-11ee-95b6-87774f69a715@osd.7.service' 2024-02-06T17:32:15.239 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-06T17:32:15.239 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-02-06T17:32:15.239 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2024-02-06T17:32:15.240 DEBUG:teuthology.orchestra.run.smithi102:> sudo systemctl stop ceph-a15007fc-c513-11ee-95b6-87774f69a715@prometheus.a 2024-02-06T17:32:15.689 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:32:15 smithi102 systemd[1]: Stopping Ceph prometheus.a for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:32:15.689 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:32:15 smithi102 bash[51082]: ts=2024-02-06T17:32:15.404Z caller=main.go:874 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-02-06T17:32:15.689 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:32:15 smithi102 bash[51082]: ts=2024-02-06T17:32:15.405Z caller=main.go:898 level=info msg="Stopping scrape discovery manager..." 2024-02-06T17:32:15.690 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:32:15 smithi102 bash[51082]: ts=2024-02-06T17:32:15.405Z caller=main.go:912 level=info msg="Stopping notify discovery manager..." 2024-02-06T17:32:15.690 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:32:15 smithi102 bash[51082]: ts=2024-02-06T17:32:15.405Z caller=manager.go:160 level=info component="rule manager" msg="Stopping rule manager..." 2024-02-06T17:32:15.690 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:32:15 smithi102 bash[51082]: ts=2024-02-06T17:32:15.405Z caller=main.go:894 level=info msg="Scrape discovery manager stopped" 2024-02-06T17:32:15.690 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:32:15 smithi102 bash[51082]: ts=2024-02-06T17:32:15.405Z caller=main.go:908 level=info msg="Notify discovery manager stopped" 2024-02-06T17:32:15.690 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:32:15 smithi102 bash[51082]: ts=2024-02-06T17:32:15.405Z caller=manager.go:170 level=info component="rule manager" msg="Rule manager stopped" 2024-02-06T17:32:15.690 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:32:15 smithi102 bash[51082]: ts=2024-02-06T17:32:15.405Z caller=main.go:949 level=info msg="Stopping scrape manager..." 2024-02-06T17:32:15.690 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:32:15 smithi102 bash[51082]: ts=2024-02-06T17:32:15.405Z caller=main.go:941 level=info msg="Scrape manager stopped" 2024-02-06T17:32:15.690 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:32:15 smithi102 bash[51082]: ts=2024-02-06T17:32:15.406Z caller=notifier.go:604 level=info component=notifier msg="Stopping notification manager..." 2024-02-06T17:32:15.691 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:32:15 smithi102 bash[51082]: ts=2024-02-06T17:32:15.406Z caller=main.go:1171 level=info msg="Notifier manager stopped" 2024-02-06T17:32:15.691 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:32:15 smithi102 bash[51082]: ts=2024-02-06T17:32:15.406Z caller=main.go:1183 level=info msg="See you next time!" 2024-02-06T17:32:15.991 DEBUG:teuthology.orchestra.run.smithi102:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a15007fc-c513-11ee-95b6-87774f69a715@prometheus.a.service' 2024-02-06T17:32:16.018 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:32:15 smithi102 bash[57644]: ceph-a15007fc-c513-11ee-95b6-87774f69a715-prometheus.a 2024-02-06T17:32:16.018 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:32:15 smithi102 bash[57681]: bash: /var/lib/ceph/a15007fc-c513-11ee-95b6-87774f69a715/prometheus.a/unit.stop: No such file or directory 2024-02-06T17:32:16.018 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:32:15 smithi102 systemd[1]: ceph-a15007fc-c513-11ee-95b6-87774f69a715@prometheus.a.service: Succeeded. 2024-02-06T17:32:16.018 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Feb 06 17:32:15 smithi102 systemd[1]: Stopped Ceph prometheus.a for a15007fc-c513-11ee-95b6-87774f69a715. 2024-02-06T17:32:16.028 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-06T17:32:16.028 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2024-02-06T17:32:16.029 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a15007fc-c513-11ee-95b6-87774f69a715 --force --keep-logs 2024-02-06T17:32:16.161 INFO:teuthology.orchestra.run.smithi096.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-02-06T17:32:16.161 INFO:teuthology.orchestra.run.smithi096.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-02-06T17:32:16.161 INFO:teuthology.orchestra.run.smithi096.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-02-06T17:32:16.162 INFO:teuthology.orchestra.run.smithi096.stderr: [--retry RETRY] 2024-02-06T17:32:16.162 INFO:teuthology.orchestra.run.smithi096.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-02-06T17:32:16.162 INFO:teuthology.orchestra.run.smithi096.stderr: ... 2024-02-06T17:32:16.162 INFO:teuthology.orchestra.run.smithi096.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-02-06T17:32:16.170 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-06T17:32:16.171 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a15007fc-c513-11ee-95b6-87774f69a715 --force --keep-logs 2024-02-06T17:32:16.292 INFO:teuthology.orchestra.run.smithi102.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-02-06T17:32:16.292 INFO:teuthology.orchestra.run.smithi102.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-02-06T17:32:16.293 INFO:teuthology.orchestra.run.smithi102.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-02-06T17:32:16.293 INFO:teuthology.orchestra.run.smithi102.stderr: [--retry RETRY] 2024-02-06T17:32:16.293 INFO:teuthology.orchestra.run.smithi102.stderr: {version,pull,inspect-image,ls,list-networks,adopt,rm-daemon,rm-cluster,run,shell,enter,ceph-volume,unit,logs,bootstrap,deploy,check-host,prepare-host,add-repo,rm-repo,install} 2024-02-06T17:32:16.293 INFO:teuthology.orchestra.run.smithi102.stderr: ... 2024-02-06T17:32:16.293 INFO:teuthology.orchestra.run.smithi102.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-02-06T17:32:16.301 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-06T17:32:16.302 DEBUG:teuthology.orchestra.run.smithi096:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-06T17:32:16.329 DEBUG:teuthology.orchestra.run.smithi102:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-06T17:32:16.355 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-06T17:32:16.357 DEBUG:teuthology.misc:Transferring archived files from smithi096:/var/lib/ceph/a15007fc-c513-11ee-95b6-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-06_00:23:51-rados-wip-yuri10-testing-2024-02-02-1149-pacific-distro-default-smithi/7548070/remote/ubuntu@smithi096.front.sepia.ceph.com/crash 2024-02-06T17:32:16.358 DEBUG:teuthology.orchestra.run.smithi096:> sudo tar c -f - -C /var/lib/ceph/a15007fc-c513-11ee-95b6-87774f69a715/crash -- . 2024-02-06T17:32:16.428 DEBUG:teuthology.misc:Transferring archived files from smithi102:/var/lib/ceph/a15007fc-c513-11ee-95b6-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-06_00:23:51-rados-wip-yuri10-testing-2024-02-02-1149-pacific-distro-default-smithi/7548070/remote/ubuntu@smithi102.front.sepia.ceph.com/crash 2024-02-06T17:32:16.429 DEBUG:teuthology.orchestra.run.smithi102:> sudo tar c -f - -C /var/lib/ceph/a15007fc-c513-11ee-95b6-87774f69a715/crash -- . 2024-02-06T17:32:16.490 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-06T17:32:16.491 DEBUG:teuthology.orchestra.run.smithi096:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-06T17:32:16.519 INFO:teuthology.orchestra.run.smithi096.stdout:2024-02-06T17:19:49.653707+0000 mon.a (mon.0) 140 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-02-06T17:32:16.520 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-02-06T17:32:16.520 INFO:tasks.cephadm:Compressing logs... 2024-02-06T17:32:16.523 DEBUG:teuthology.orchestra.run.smithi096:> 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-02-06T17:32:16.562 DEBUG:teuthology.orchestra.run.smithi102:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-06T17:32:16.586 INFO:teuthology.orchestra.run.smithi096.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-02-06T17:32:16.586 INFO:teuthology.orchestra.run.smithi096.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-06T17:32:16.586 INFO:teuthology.orchestra.run.smithi096.stderr:gzip -5 --verbose -- /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-volume.log 2024-02-06T17:32:16.588 INFO:teuthology.orchestra.run.smithi096.stderr:gzip -5 --verbose -- /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-osd.2.log 2024-02-06T17:32:16.588 INFO:teuthology.orchestra.run.smithi096.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-mgr.y.log 2024-02-06T17:32:16.588 INFO:teuthology.orchestra.run.smithi096.stderr:/var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-volume.log: gzip /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-osd.2.log: -5 --verbose -- /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph.audit.log 2024-02-06T17:32:16.588 INFO:teuthology.orchestra.run.smithi096.stderr:/var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-mgr.y.log: gzip -5 --verbose -- /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph.cephadm.log 2024-02-06T17:32:16.589 INFO:teuthology.orchestra.run.smithi096.stderr:/var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph.audit.log: /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph.cephadm.log: 89.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-06T17:32:16.589 INFO:teuthology.orchestra.run.smithi096.stderr:gzip -5 --verbose -- /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-osd.3.log 2024-02-06T17:32:16.589 INFO:teuthology.orchestra.run.smithi096.stderr: 89.7% -- replaced with /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph.cephadm.log.gz 2024-02-06T17:32:16.590 INFO:teuthology.orchestra.run.smithi096.stderr:gzip -5 --verbose -- /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-osd.0.log 2024-02-06T17:32:16.591 INFO:teuthology.orchestra.run.smithi096.stderr:/var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-mon.a.log 2024-02-06T17:32:16.592 INFO:teuthology.orchestra.run.smithi102.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-06T17:32:16.592 INFO:teuthology.orchestra.run.smithi102.stderr:: No such file or directory 2024-02-06T17:32:16.593 INFO:teuthology.orchestra.run.smithi102.stderr:gzip -5 --verbose -- /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-osd.6.log 2024-02-06T17:32:16.593 INFO:teuthology.orchestra.run.smithi102.stderr:gzip -5 --verbose -- /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-volume.log 2024-02-06T17:32:16.593 INFO:teuthology.orchestra.run.smithi102.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-client.rgw.r.z.smithi102.bnlttq.log 2024-02-06T17:32:16.593 INFO:teuthology.orchestra.run.smithi102.stderr:/var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-osd.6.log: /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph.audit.log 2024-02-06T17:32:16.593 INFO:teuthology.orchestra.run.smithi102.stderr:/var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-client.rgw.r.z.smithi102.bnlttq.log: gzip -5 --verbose -- /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph.cephadm.log 2024-02-06T17:32:16.593 INFO:teuthology.orchestra.run.smithi102.stderr: 58.7% -- replaced with /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-client.rgw.r.z.smithi102.bnlttq.log.gz 2024-02-06T17:32:16.593 INFO:teuthology.orchestra.run.smithi102.stderr:/var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-osd.7.log 2024-02-06T17:32:16.593 INFO:teuthology.orchestra.run.smithi102.stderr:/var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph.cephadm.log: 90.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-06T17:32:16.594 INFO:teuthology.orchestra.run.smithi102.stderr:gzip -5 --verbose -- /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-mgr.x.log 2024-02-06T17:32:16.594 INFO:teuthology.orchestra.run.smithi102.stderr: 81.1% -- replaced with /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph.cephadm.log.gz 2024-02-06T17:32:16.594 INFO:teuthology.orchestra.run.smithi102.stderr:/var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-mon.b.log 2024-02-06T17:32:16.594 INFO:teuthology.orchestra.run.smithi102.stderr:/var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph.log 2024-02-06T17:32:16.595 INFO:teuthology.orchestra.run.smithi102.stderr:/var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-mon.b.log: /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph.log: 87.2% -- replaced with /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph.log.gz 2024-02-06T17:32:16.595 INFO:teuthology.orchestra.run.smithi102.stderr:gzip -5 --verbose -- /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-osd.4.log 2024-02-06T17:32:16.595 INFO:teuthology.orchestra.run.smithi102.stderr: 91.2% -- replaced with /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-volume.log.gz 2024-02-06T17:32:16.596 INFO:teuthology.orchestra.run.smithi096.stderr:/var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-osd.0.log: /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-mon.a.log: 91.3% -- replaced with /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-volume.log.gz 2024-02-06T17:32:16.596 INFO:teuthology.orchestra.run.smithi096.stderr:gzip -5 --verbose -- /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-mon.c.log 2024-02-06T17:32:16.596 INFO:teuthology.orchestra.run.smithi096.stderr:gzip -5 --verbose -- /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-client.rgw.r.z.smithi096.byanyc.log 2024-02-06T17:32:16.596 INFO:teuthology.orchestra.run.smithi096.stderr:/var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-mon.c.log: /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-client.rgw.r.z.smithi096.byanyc.log: 58.7% -- replaced with /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-client.rgw.r.z.smithi096.byanyc.log.gz 2024-02-06T17:32:16.596 INFO:teuthology.orchestra.run.smithi096.stderr:gzip -5 --verbose -- /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph.log 2024-02-06T17:32:16.597 INFO:teuthology.orchestra.run.smithi096.stderr:/var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph.log: 92.8% -- replaced with /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph.log.gz 2024-02-06T17:32:16.597 INFO:teuthology.orchestra.run.smithi096.stderr:gzip -5 --verbose -- /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-osd.1.log 2024-02-06T17:32:16.600 INFO:teuthology.orchestra.run.smithi102.stderr:/var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-osd.5.log 2024-02-06T17:32:16.602 INFO:teuthology.orchestra.run.smithi102.stderr:/var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-osd.5.log: 95.2% -- replaced with /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph.audit.log.gz 2024-02-06T17:32:16.616 INFO:teuthology.orchestra.run.smithi096.stderr:/var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-osd.1.log: 96.3% -- replaced with /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph.audit.log.gz 2024-02-06T17:32:16.624 INFO:teuthology.orchestra.run.smithi102.stderr: 89.9% -- replaced with /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-mgr.x.log.gz 2024-02-06T17:32:16.827 INFO:teuthology.orchestra.run.smithi096.stderr: 91.7% -- replaced with /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-mgr.y.log.gz 2024-02-06T17:32:16.843 INFO:teuthology.orchestra.run.smithi102.stderr: 92.7% -- replaced with /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-osd.6.log.gz 2024-02-06T17:32:16.887 INFO:teuthology.orchestra.run.smithi096.stderr: 92.8% -- replaced with /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-osd.2.log.gz 2024-02-06T17:32:16.910 INFO:teuthology.orchestra.run.smithi096.stderr: 93.4% -- replaced with /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-osd.1.log.gz 2024-02-06T17:32:16.935 INFO:teuthology.orchestra.run.smithi102.stderr: 93.1% -- replaced with /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-mon.b.log.gz 2024-02-06T17:32:16.941 INFO:teuthology.orchestra.run.smithi102.stderr: 93.2% -- replaced with /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-osd.4.log.gz 2024-02-06T17:32:16.972 INFO:teuthology.orchestra.run.smithi096.stderr: 94.0% -- replaced with /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-mon.c.log.gz 2024-02-06T17:32:16.991 INFO:teuthology.orchestra.run.smithi096.stderr: 93.1% -- replaced with /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-osd.0.log.gz 2024-02-06T17:32:17.000 INFO:teuthology.orchestra.run.smithi102.stderr: 93.0% -- replaced with /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-osd.5.log.gz 2024-02-06T17:32:17.018 INFO:teuthology.orchestra.run.smithi102.stderr: 93.2% -- replaced with /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-osd.7.log.gz 2024-02-06T17:32:17.020 INFO:teuthology.orchestra.run.smithi102.stderr: 2024-02-06T17:32:17.020 INFO:teuthology.orchestra.run.smithi102.stderr:real 0m0.441s 2024-02-06T17:32:17.020 INFO:teuthology.orchestra.run.smithi102.stderr:user 0m1.767s 2024-02-06T17:32:17.020 INFO:teuthology.orchestra.run.smithi102.stderr:sys 0m0.082s 2024-02-06T17:32:17.045 INFO:teuthology.orchestra.run.smithi096.stderr: 93.2% -- replaced with /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-osd.3.log.gz 2024-02-06T17:32:17.351 INFO:teuthology.orchestra.run.smithi096.stderr: 91.0% -- replaced with /var/log/ceph/a15007fc-c513-11ee-95b6-87774f69a715/ceph-mon.a.log.gz 2024-02-06T17:32:17.352 INFO:teuthology.orchestra.run.smithi096.stderr: 2024-02-06T17:32:17.352 INFO:teuthology.orchestra.run.smithi096.stderr:real 0m0.776s 2024-02-06T17:32:17.353 INFO:teuthology.orchestra.run.smithi096.stderr:user 0m2.784s 2024-02-06T17:32:17.353 INFO:teuthology.orchestra.run.smithi096.stderr:sys 0m0.107s 2024-02-06T17:32:17.353 INFO:tasks.cephadm:Archiving logs... 2024-02-06T17:32:17.353 DEBUG:teuthology.misc:Transferring archived files from smithi096:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-06_00:23:51-rados-wip-yuri10-testing-2024-02-02-1149-pacific-distro-default-smithi/7548070/remote/ubuntu@smithi096.front.sepia.ceph.com/log 2024-02-06T17:32:17.354 DEBUG:teuthology.orchestra.run.smithi096:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-06T17:32:17.775 DEBUG:teuthology.misc:Transferring archived files from smithi102:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-06_00:23:51-rados-wip-yuri10-testing-2024-02-02-1149-pacific-distro-default-smithi/7548070/remote/ubuntu@smithi102.front.sepia.ceph.com/log 2024-02-06T17:32:17.776 DEBUG:teuthology.orchestra.run.smithi102:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-06T17:32:18.046 INFO:tasks.cephadm:Removing cluster... 2024-02-06T17:32:18.047 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a15007fc-c513-11ee-95b6-87774f69a715 --force 2024-02-06T17:32:19.146 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:32:19 smithi096 systemd[1]: Stopping Ceph node-exporter.a for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:32:19.770 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:32:19 smithi096 bash[67968]: ceph-a15007fc-c513-11ee-95b6-87774f69a715-node-exporter.a 2024-02-06T17:32:19.770 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:32:19 smithi096 bash[68007]: bash: /var/lib/ceph/a15007fc-c513-11ee-95b6-87774f69a715/node-exporter.a/unit.stop: No such file or directory 2024-02-06T17:32:20.120 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:32:19 smithi096 systemd[1]: Stopping Ceph alertmanager.a for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:32:20.121 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:32:19 smithi096 systemd[1]: ceph-a15007fc-c513-11ee-95b6-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=2/INVALIDARGUMENT 2024-02-06T17:32:20.121 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:32:19 smithi096 systemd[1]: ceph-a15007fc-c513-11ee-95b6-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2024-02-06T17:32:20.121 INFO:journalctl@ceph.node-exporter.a.smithi096.stdout:Feb 06 17:32:19 smithi096 systemd[1]: Stopped Ceph node-exporter.a for a15007fc-c513-11ee-95b6-87774f69a715. 2024-02-06T17:32:20.375 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:32:20 smithi096 bash[57982]: ts=2024-02-06T17:32:20.120Z caller=main.go:594 level=info msg="Received SIGTERM, exiting gracefully..." 2024-02-06T17:32:20.652 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:32:20 smithi096 bash[68042]: ceph-a15007fc-c513-11ee-95b6-87774f69a715-alertmanager.a 2024-02-06T17:32:20.652 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:32:20 smithi096 bash[68080]: bash: /var/lib/ceph/a15007fc-c513-11ee-95b6-87774f69a715/alertmanager.a/unit.stop: No such file or directory 2024-02-06T17:32:21.019 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:32:20 smithi096 systemd[1]: ceph-a15007fc-c513-11ee-95b6-87774f69a715@alertmanager.a.service: Succeeded. 2024-02-06T17:32:21.020 INFO:journalctl@ceph.alertmanager.a.smithi096.stdout:Feb 06 17:32:20 smithi096 systemd[1]: Stopped Ceph alertmanager.a for a15007fc-c513-11ee-95b6-87774f69a715. 2024-02-06T17:32:31.921 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a15007fc-c513-11ee-95b6-87774f69a715 --force 2024-02-06T17:32:33.189 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:32:32 smithi102 systemd[1]: Stopping Ceph node-exporter.b for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:32:33.559 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:32:33 smithi102 bash[58080]: ceph-a15007fc-c513-11ee-95b6-87774f69a715-node-exporter.b 2024-02-06T17:32:33.559 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:32:33 smithi102 bash[58119]: bash: /var/lib/ceph/a15007fc-c513-11ee-95b6-87774f69a715/node-exporter.b/unit.stop: No such file or directory 2024-02-06T17:32:33.837 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:32:33 smithi102 systemd[1]: ceph-a15007fc-c513-11ee-95b6-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=2/INVALIDARGUMENT 2024-02-06T17:32:33.837 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:32:33 smithi102 systemd[1]: ceph-a15007fc-c513-11ee-95b6-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2024-02-06T17:32:33.837 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Feb 06 17:32:33 smithi102 systemd[1]: Stopped Ceph node-exporter.b for a15007fc-c513-11ee-95b6-87774f69a715. 2024-02-06T17:32:33.838 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:32:33 smithi102 systemd[1]: Stopping Ceph grafana.a for a15007fc-c513-11ee-95b6-87774f69a715... 2024-02-06T17:32:33.838 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:32:33 smithi102 bash[45823]: t=2024-02-06T17:32:33+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2024-02-06T17:32:33.838 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:32:33 smithi102 bash[45823]: t=2024-02-06T17:32:33+0000 lvl=info msg="Stopped UsageStatsService" logger=server reason="context canceled" 2024-02-06T17:32:33.838 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:32:33 smithi102 bash[45823]: t=2024-02-06T17:32:33+0000 lvl=info msg="Stopped RemoteCache" logger=server reason="context canceled" 2024-02-06T17:32:33.838 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:32:33 smithi102 bash[45823]: t=2024-02-06T17:32:33+0000 lvl=info msg="Stopped Stream Manager" 2024-02-06T17:32:33.838 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:32:33 smithi102 bash[45823]: t=2024-02-06T17:32:33+0000 lvl=info msg="Stopped CleanUpService" logger=server reason="context canceled" 2024-02-06T17:32:33.838 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:32:33 smithi102 bash[45823]: t=2024-02-06T17:32:33+0000 lvl=info msg="Stopped BackendPluginManager" logger=server reason="context canceled" 2024-02-06T17:32:33.839 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:32:33 smithi102 bash[45823]: t=2024-02-06T17:32:33+0000 lvl=info msg="Stopped UserAuthTokenService" logger=server reason="context canceled" 2024-02-06T17:32:33.839 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:32:33 smithi102 bash[45823]: t=2024-02-06T17:32:33+0000 lvl=info msg="Stopped InternalMetricsService" logger=server reason="context canceled" 2024-02-06T17:32:33.839 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:32:33 smithi102 bash[45823]: t=2024-02-06T17:32:33+0000 lvl=info msg="Stopped PluginManager" logger=server reason="context canceled" 2024-02-06T17:32:33.839 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:32:33 smithi102 bash[45823]: t=2024-02-06T17:32:33+0000 lvl=info msg="Stopped NotificationService" logger=server reason="context canceled" 2024-02-06T17:32:33.839 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:32:33 smithi102 bash[45823]: t=2024-02-06T17:32:33+0000 lvl=info msg="Stopped AlertEngine" logger=server reason="context canceled" 2024-02-06T17:32:33.839 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:32:33 smithi102 bash[45823]: t=2024-02-06T17:32:33+0000 lvl=info msg="Stopped provisioningServiceImpl" logger=server reason="context canceled" 2024-02-06T17:32:33.839 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:32:33 smithi102 bash[45823]: t=2024-02-06T17:32:33+0000 lvl=eror msg="Server shutdown" logger=server reason=nil 2024-02-06T17:32:34.439 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:32:34 smithi102 bash[58153]: ceph-a15007fc-c513-11ee-95b6-87774f69a715-grafana.a 2024-02-06T17:32:34.439 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:32:34 smithi102 bash[58190]: bash: /var/lib/ceph/a15007fc-c513-11ee-95b6-87774f69a715/grafana.a/unit.stop: No such file or directory 2024-02-06T17:32:34.439 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:32:34 smithi102 systemd[1]: ceph-a15007fc-c513-11ee-95b6-87774f69a715@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-02-06T17:32:34.439 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:32:34 smithi102 systemd[1]: ceph-a15007fc-c513-11ee-95b6-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2024-02-06T17:32:34.440 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Feb 06 17:32:34 smithi102 systemd[1]: Stopped Ceph grafana.a for a15007fc-c513-11ee-95b6-87774f69a715. 2024-02-06T17:32:45.519 INFO:tasks.cephadm:Removing cephadm ... 2024-02-06T17:32:45.520 DEBUG:teuthology.orchestra.run.smithi096:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-06T17:32:45.543 DEBUG:teuthology.orchestra.run.smithi102:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-06T17:32:45.561 INFO:tasks.cephadm:Teardown complete 2024-02-06T17:32:45.562 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-06T17:32:45.573 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-06T17:32:45.574 DEBUG:teuthology.orchestra.run.smithi096:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-06T17:32:45.586 DEBUG:teuthology.orchestra.run.smithi102:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-06T17:32:45.603 INFO:teuthology.orchestra.run.smithi096.stderr:bash: ntpq: command not found 2024-02-06T17:32:45.607 INFO:teuthology.orchestra.run.smithi096.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-06T17:32:45.607 INFO:teuthology.orchestra.run.smithi096.stdout:=============================================================================== 2024-02-06T17:32:45.607 INFO:teuthology.orchestra.run.smithi096.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 53 +636us[ +650us] +/- 83ms 2024-02-06T17:32:45.608 INFO:teuthology.orchestra.run.smithi096.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 54 -133us[ -118us] +/- 50ms 2024-02-06T17:32:45.608 INFO:teuthology.orchestra.run.smithi096.stdout:^* hv03.front.sepia.ceph.com 3 6 377 51 -415us[ -401us] +/- 66ms 2024-02-06T17:32:45.608 INFO:teuthology.orchestra.run.smithi096.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-02-06T17:32:45.618 INFO:teuthology.orchestra.run.smithi102.stderr:bash: ntpq: command not found 2024-02-06T17:32:45.622 INFO:teuthology.orchestra.run.smithi102.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-06T17:32:45.622 INFO:teuthology.orchestra.run.smithi102.stdout:=============================================================================== 2024-02-06T17:32:45.623 INFO:teuthology.orchestra.run.smithi102.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 55 +643us[ +656us] +/- 83ms 2024-02-06T17:32:45.623 INFO:teuthology.orchestra.run.smithi102.stdout:^* hv02.front.sepia.ceph.com 3 6 377 54 -122us[ -109us] +/- 50ms 2024-02-06T17:32:45.623 INFO:teuthology.orchestra.run.smithi102.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 54 -416us[ -416us] +/- 66ms 2024-02-06T17:32:45.623 INFO:teuthology.orchestra.run.smithi102.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-02-06T17:32:45.623 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-06T17:32:45.632 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-06T17:32:45.633 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-06T17:32:45.664 DEBUG:teuthology.orchestra.run.smithi096:> 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-02-06T17:32:45.734 DEBUG:teuthology.orchestra.run.smithi102:> 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-02-06T17:32:45.797 DEBUG:teuthology.orchestra.run.smithi096:> 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-02-06T17:32:45.827 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-06T17:32:45.827 DEBUG:teuthology.orchestra.run.smithi102:> 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-02-06T17:32:45.857 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-06T17:32:45.857 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-06T17:32:45.866 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-06T17:32:45.887 INFO:teuthology.task.internal:Duration was 1313.676458 seconds 2024-02-06T17:32:45.888 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-06T17:32:45.920 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-06T17:32:45.920 DEBUG:teuthology.orchestra.run.smithi096:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-06T17:32:45.923 DEBUG:teuthology.orchestra.run.smithi102:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-06T17:32:45.968 INFO:teuthology.orchestra.run.smithi096.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-06T17:32:45.968 INFO:teuthology.orchestra.run.smithi102.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-06T17:32:46.278 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-06T17:32:46.279 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi096.front.sepia.ceph.com 2024-02-06T17:32:46.279 DEBUG:teuthology.orchestra.run.smithi096:> 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-02-06T17:32:46.301 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi102.front.sepia.ceph.com 2024-02-06T17:32:46.301 DEBUG:teuthology.orchestra.run.smithi102:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-06T17:32:46.324 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-06T17:32:46.324 DEBUG:teuthology.orchestra.run.smithi096:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-06T17:32:46.344 DEBUG:teuthology.orchestra.run.smithi102:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-06T17:32:46.426 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-06T17:32:46.426 DEBUG:teuthology.orchestra.run.smithi096:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-06T17:32:46.429 DEBUG:teuthology.orchestra.run.smithi102:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-06T17:32:46.584 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-06T17:32:46.595 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-06T17:32:46.595 DEBUG:teuthology.orchestra.run.smithi096:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-06T17:32:46.622 DEBUG:teuthology.orchestra.run.smithi102:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-06T17:32:46.649 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-06T17:32:46.658 DEBUG:teuthology.orchestra.run.smithi096:> 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-02-06T17:32:46.664 DEBUG:teuthology.orchestra.run.smithi102:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-06T17:32:46.688 INFO:teuthology.orchestra.run.smithi096.stdout:kernel.core_pattern = core 2024-02-06T17:32:46.715 INFO:teuthology.orchestra.run.smithi102.stdout:kernel.core_pattern = core 2024-02-06T17:32:46.736 DEBUG:teuthology.orchestra.run.smithi096:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-06T17:32:46.764 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-06T17:32:46.765 DEBUG:teuthology.orchestra.run.smithi102:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-06T17:32:46.792 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-06T17:32:46.793 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-06T17:32:46.803 INFO:teuthology.task.internal:Transferring archived files... 2024-02-06T17:32:46.803 DEBUG:teuthology.misc:Transferring archived files from smithi096:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-06_00:23:51-rados-wip-yuri10-testing-2024-02-02-1149-pacific-distro-default-smithi/7548070/remote/smithi096 2024-02-06T17:32:46.804 DEBUG:teuthology.orchestra.run.smithi096:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-06T17:32:46.851 DEBUG:teuthology.misc:Transferring archived files from smithi102:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-06_00:23:51-rados-wip-yuri10-testing-2024-02-02-1149-pacific-distro-default-smithi/7548070/remote/smithi102 2024-02-06T17:32:46.852 DEBUG:teuthology.orchestra.run.smithi102:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-06T17:32:46.894 INFO:teuthology.task.internal:Removing archive directory... 2024-02-06T17:32:46.894 DEBUG:teuthology.orchestra.run.smithi096:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-06T17:32:46.896 DEBUG:teuthology.orchestra.run.smithi102:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-06T17:32:46.944 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-06T17:32:46.956 INFO:teuthology.task.internal:Not uploading archives. 2024-02-06T17:32:46.956 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-06T17:32:46.980 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-06T17:32:46.981 DEBUG:teuthology.orchestra.run.smithi096:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-06T17:32:46.983 DEBUG:teuthology.orchestra.run.smithi102:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-06T17:32:46.998 INFO:teuthology.orchestra.run.smithi096.stdout: 525525 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 6 17:32 /home/ubuntu/cephtest 2024-02-06T17:32:47.002 INFO:teuthology.orchestra.run.smithi102.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 6 17:32 /home/ubuntu/cephtest 2024-02-06T17:32:47.003 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-06T17:32:47.013 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-06T17:32:47.080 INFO:teuthology.nuke:Checking targets against current locks 2024-02-06T17:32:47.104 DEBUG:teuthology.nuke:shortname: smithi096 2024-02-06T17:32:47.105 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-06T17:32:47.125 DEBUG:teuthology.nuke:shortname: smithi102 2024-02-06T17:32:47.125 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-06T17:32:47.128 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi096.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-06_00:23:51-rados-wip-yuri10-testing-2024-02-02-1149-pacific-distro-default-smithi/7548070', '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-02-06 17:02:36.615126', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNH6mxyjRX7g0xtEablhuISTVNFDN0NX+LeGnw4SHFtZGhTsvsSnkpIXIA7+a+PxkahCfN+cSzT+GGiITkQz/I0='} 2024-02-06T17:32:47.149 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi102.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-06_00:23:51-rados-wip-yuri10-testing-2024-02-02-1149-pacific-distro-default-smithi/7548070', '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-02-06 17:02:36.616907', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFmnx/SKQmF3HYNkXBe2MGjBk94b1FMv2psE25BqXpMQ2I2dKAFcdEWNd1ejMfjhCY4VWXERQ1d9W696Ff5CvsA='} 2024-02-06T17:32:47.182 INFO:teuthology.orchestra.console.smithi096:Power off 2024-02-06T17:32:47.183 DEBUG:teuthology.orchestra.console.smithi096:pexpect command: ipmitool -H smithi096.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-06T17:32:47.208 DEBUG:teuthology.orchestra.console.smithi096:power off output: Chassis Power Control: Down/Off 2024-02-06T17:32:47.209 DEBUG:teuthology.orchestra.console.smithi096:pexpect command: ipmitool -H smithi096.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-06T17:32:47.224 INFO:teuthology.orchestra.console.smithi102:Power off 2024-02-06T17:32:47.225 DEBUG:teuthology.orchestra.console.smithi102:pexpect command: ipmitool -H smithi102.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-06T17:32:47.233 DEBUG:teuthology.orchestra.console.smithi096:check power output: Chassis Power is on 2024-02-06T17:32:47.247 DEBUG:teuthology.orchestra.console.smithi102:power off output: Chassis Power Control: Down/Off 2024-02-06T17:32:47.247 DEBUG:teuthology.orchestra.console.smithi102:pexpect command: ipmitool -H smithi102.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-06T17:32:47.270 DEBUG:teuthology.orchestra.console.smithi102:check power output: Chassis Power is on 2024-02-06T17:32:51.235 DEBUG:teuthology.orchestra.console.smithi096:pexpect command: ipmitool -H smithi096.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-06T17:32:51.271 DEBUG:teuthology.orchestra.console.smithi102:pexpect command: ipmitool -H smithi102.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-06T17:32:51.346 DEBUG:teuthology.orchestra.console.smithi096:check power output: Chassis Power is on 2024-02-06T17:32:51.380 DEBUG:teuthology.orchestra.console.smithi102:check power output: Chassis Power is on 2024-02-06T17:32:55.350 DEBUG:teuthology.orchestra.console.smithi096:pexpect command: ipmitool -H smithi096.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-06T17:32:55.381 DEBUG:teuthology.orchestra.console.smithi102:pexpect command: ipmitool -H smithi102.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-06T17:32:55.463 DEBUG:teuthology.orchestra.console.smithi096:check power output: Chassis Power is off 2024-02-06T17:32:55.490 DEBUG:teuthology.orchestra.console.smithi102:check power output: Chassis Power is off 2024-02-06T17:32:55.564 INFO:teuthology.orchestra.console.smithi096:Power off completed 2024-02-06T17:32:55.591 INFO:teuthology.orchestra.console.smithi102:Power off completed 2024-02-06T17:32:55.696 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: 1313.6764583587646 failure_reason: 'Command failed on smithi096 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 a15007fc-c513-11ee-95b6-87774f69a715 -e sha1=ce0a401e7175623ae7f0c4552bd00c17eefaf943 -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=221fc3f3a8724dca92b72792626f8ecd status: fail success: false 2024-02-06T17:32:55.696 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-06T17:32:55.900 INFO:teuthology.run:FAIL